form.wxss
2.6 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/* pages/form/form.wxss */
@import '/pages/merchant/my_order/my_order.wxss';
page{
background: #010F23;
}
.formbox{
background: #fff;
margin: 0 27rpx 0 27rpx;
border-radius: 0 0 10rpx 10rpx;
}
.order_img {
margin:18rpx 0 0 0;
position:relative;
height:224rpx;
border-radius: 8rpx 8rpx 0 0;
overflow: hidden;
}
.formitem{
display: flex;
align-items: center;
justify-content: space-between;
padding:6rpx 24rpx 16rpx 24rpx;
color:#231815;
font-size:22rpx;
}
.formitem_rigth{
height: 46rpx;
display: flex;
align-items: center;
}
.formitem_rigth_jian{
position: relative;
margin: 10rpx 20rpx 0 0;
width:40rpx;
height: 40rpx;
display: flex;
transform:rotate(45deg);
color:#fff;
font-size:20rpx;
align-items: center;
justify-content: center;
border-radius: 10rpx;
background: linear-gradient(0deg,#415DAA, #34BEB5);
}
.formitem_rigth_jian image{
width:100%;
height: 100%;
display: block;
}
.center_formitem{
align-items: center;
justify-content: center;
font-size: 36rpx;
font-weight: bold;
color:#2CA6E0;
}
.center_formitem .iconfont{
padding:8rpx 0 0 0;
color:#3E3A39;
font-size:36rpx;
}
.formitem .iconfont{
color:#2CA6E0;
}
.form_nimi{
color:#9E9E9F
}
.form_info{
position: relative;
background: #02152A;
padding:10rpx 27rpx;
font-size:26rpx;
color:rgba(255,255,255,0.8);
}
.form_infoitem{
width:100%;
padding:6rpx 0;
display: flex;
align-items: center;
}
.form_itemleft{
width:35%;
}
.form_itemrigth{
height: 50%;
color:rgba(2555,255,255,0.4);
}
.team_box{
margin: 50rpx 0 60rpx 0;
}
.team_user{
margin: 0 0 10rpx 0;
display: flex;
align-items: center;
padding:20rpx 16rpx;
color:rgba(255,255,255,0.6);
font-size: 36rpx;
background:linear-gradient(to right, #041D32 , #010F24);
}
.teamimg{
margin: 0 45rpx 0 0;
width:92rpx;
height: 92rpx;
border-radius: 8rpx;
overflow: hidden;
}
.teamimg image{
display: block;
width:100%;
height: 100%;
}
.yes_btn{
margin: 0 27rpx 60rpx 27rpx;
}
.no_team{
position: relative;
margin: 17rpx 0 0 0;
display: flex;
align-items: center;
justify-content: space-between;
background: #03182D;
padding:30rpx 27rpx;
font-size:26rpx;
color:rgba(255,255,255,0.8);
}
.switchclass{
height: 30rpx;
}
.team_choose{
position: absolute;
background: #B5B5B6;
height: 27rpx;
top:50%;
transform: translateY(-50%);
right: 32rpx;
width:67rpx;
border-radius: 12rpx;
}
.team_choose_active{
background: #04be02;
}
.team_chooseyes{
position: absolute;
z-index:10;
left:0;
top:0;
width:27rpx;
height: 27rpx;
border-radius: 50%;
background: #fff;
}
.team_choose_active .team_chooseyes{
left:40rpx;
}
.jian_txt{
position: absolute;
transform:rotate(-45deg);
z-index:2;
}