tuanguo.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
/* pages/tuangou/tuanguo.wxss */
@import '/pages/form/form.wxss';
.tuanguonavbox{
position: relative;
margin: 0rpx 27rpx 0 27rpx;
display: flex;
height: 170rpx;
justify-content: space-around;
align-items: center;
}
.tuanguonav_img{
height: 170rpx;
width:100%;
}
.tuanguonav_img image{
width:100%;
height: 100%;
}
.line{
margin: 10rpx 20rpx 0 20rpx;
}
.tuanguonav_mian{
position: absolute;
display: flex;
justify-content: space-around;
align-items: center;
top:0;
left:0;
width:100%;
height: 100%;
z-index:10;
}
.tuanguonav{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100rpx;
border-radius: 8rpx;
color:rgba(255,255,255,0.8);
font-size:28rpx;
background: linear-gradient(45deg, #009FE8, #5B5192,#8C2A6E,#C61722);
width:22%;
}
.tuanguonav:active{
opacity: 0.7;
}
.tuanguonav1{
background: linear-gradient(45deg, #34BEB6, #23B5DE,#3484C1,#415DAA);
}
.tuanguonav2{
background: linear-gradient(45deg, #EB7637, #DF5255,#C33573,#B8307B);
}
.tuanguonav3{
background: linear-gradient(45deg, #EDB8AE, #B43C90,#832B8E,#551C8C);
}
.tuanguonav_nimi{
font-size: 16rpx;
}
.formbox{
margin:20rpx 27rpx 40rpx 27rpx;
padding:15rpx 0 0 0;
border-radius: 8rpx;
}
.order_img {
height: 200rpx;
border-radius: 0;
}
.center {
align-items:center;
justify-content:left;
font-size:24rpx;
padding:6rpx 0 16rpx 0;
color:#231815;
}
.center .iconfont{
color:#231815;
}
.form_item{
display: flex;
align-items: left;
justify-content: left;
padding:6rpx 20rpx 6rpx 20rpx;
}
.guitxtitem {
font-size:34rpx;
width:26%;
}
.guitxtitem_rigth{
width:73%;
}
.center_txt{
color:#9E9E9F;
text-decoration:underline;
}
.center_price{
margin: 0 27rpx 0 0;
}
.from_bottom{
margin: 10rpx 0 1rpx 0;
}
.tuanguo_bottom{
justify-content: center;
}