buyCard.wxss
1.3 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
/* pages/buyCard/buyCard.wxss */
@import '../groupBuy/groupBuy.wxss';
@import '../charge/charge.wxss';
.long_img{
width: 100%;
min-height: 1500rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.long_img .title {
color: #666666;
font-size: 30rpx;
margin: 32rpx;
}
.bg {
width: 90%;
flex: 1;
background-image: url('https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1544071979008&di=b42f6a2bbd46902841d0c060ac144d15&imgtype=jpg&src=http%3A%2F%2Fimg1.imgtn.bdimg.com%2Fit%2Fu%3D3708452181%2C3226163538%26fm%3D214%26gp%3D0.jpg');
-webkit-background-size: cover;
background-size: cover;
}
.long_img .image {
width: 100%;
min-height: 1500rpx;
overflow-y: scroll;
display: -webkit-box;
-webkit-overflow-scrolling: touch;
}
.long_img image {
width: 100%;
min-height: 1500rpx;
flex:1;
}
.list_input {
height: 50rpx;
line-height: 50rpx;
}
.list_input picker, .tips {
width: 65%;
}
.list_input picker input, .list_input picker .text{
height: 50rpx;
font-size: 32rpx;
}
.tips {
font-size: 32rpx;
height: 50rpx;
color: #cccccc;
}
.icon-xuanze1 {
font-size:24rpx;
margin-right:18rpx;
}
.add_person_box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20rpx;
background: #fff;
}
.service_btn_box{
font-size: 30rpx;
color: #6E6E6E;
}