bindcard.wxss
571 Bytes
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
/* pages/main/rewardpoint/bindcard/bindcard.wxss */
.view_bottom {
background: #fff;
width: 100%;
position: fixed;
bottom: 0;
display: flex;
flex-direction: row;
}
.light_yellow_bg{
width: 350px;
height: 40px;
background: #FEF6E9;
border-radius: 6px;
margin:auto;
display: flex;
align-items: center;
}
.placeholder_input_wrap{
color:#999;
font-size:32rpx;
height: 100rpx;
}
.input_wrap{
width:520rpx;
color:#333;
font-size:34rpx;
height: 100rpx;
}
.btn_blue_radius {
background: #357aeb;
border-radius: 5px;
flex: 1;
color: #fff;
}