1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
| /* pages/home/drivePage/drivePage.wxss */
|
| @import "../../carDown/carDown.wxss";
| .driveEves{
| width: 100%;
| height: 344rpx;
| box-shadow: 0px 8rpx 12rpx 0px rgba(0, 0, 0, 0.06);
| background: white;
| }
| .go {
| color: rgba(0, 0, 0, .6) !important;
| }
|
| .driveStyle {
| width: 694rpx;
| height: 80rpx;
| background: rgba(74, 76, 89, 1);
| border-radius: 8rpx;
| position: absolute;
| bottom: 28rpx;
| left: 0;
| right: 0;
| margin: 0 auto;
| text-align: center;
| line-height: 80rpx;
| font-size: 28rpx;
| font-family: PingFangSC-Medium, PingFang SC;
| font-weight: 500;
| color: rgba(255, 255, 255, 1);
| }
|
| .dark{
| background: rgba(74, 76, 89, .5);
| }
|
|