detail.wxss
1.8 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@import "./template/reason/reason.wxss";
page { /* stylelint-disable-line */
background-color: #f0f0f0;
}
.red {
color: #d0021b;
}
.gray {
color: #b0b0b0;
}
.container {
padding-top: 1rpx;
padding-bottom: 100rpx;
}
button:after {
border: none;
}
.reciever-moble {
background-color: #fff;
padding: 0 30rpx;
line-height: 80rpx;
font-size: 28rpx;
margin-bottom: 20rpx;
}
.address-wrap {
border-top: 1rpx solid #e0e0e0;
margin-bottom: 20rpx;
}
.order-info,
.payment-wrap {
background-color: #fff;
padding: 10rpx 30rpx;
line-height: 54rpx;
font-size: 24rpx;
margin-bottom: 20rpx;
}
.goods-list {
background-color: #fff;
padding-left: 30rpx;
margin-bottom: 20rpx;
}
.payment-wrap .price {
float: right;
}
.bottom-options {
height: 100rpx;
padding-top: 20rpx;
padding-right: 30rpx;
background-color: #fff;
box-sizing: border-box;
position: fixed;
left: 0;
right: 0;
bottom: 0;
}
.bottom-options .time-left {
width: 100%;
height: 60rpx;
line-height: 60rpx;
font-size: 24rpx;
background-color: #fff;
text-align: center;
border-bottom: 1rpx solid #e0e0e0;
position: absolute;
top: -60rpx;
}
.bottom-options .time-left .iconfont {
color: #444;
font-size: 26rpx;
margin-right: 6rpx;
}
.bottom-options .right-block {
float: right;
}
.bottom-options .only-app-tips {
line-height: 60rpx;
font-size: 28rpx;
color: #444;
}
.bottom-options .option-btn {
width: 140rpx;
height: 60rpx;
line-height: 58rpx;
font-size: 28rpx;
color: #444;
background-color: #fff;
margin-left: 30rpx;
border: 1rpx solid #444;
border-radius: 4rpx;
text-align: center;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
padding: 0;
}
.bottom-options .red-btn {
background-color: #d0021b;
border-color: #d0021b;
color: #fff;
}