setpaypwd.wxss
550 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
/* pages/main/rewardpoint/setpaypwd/setpaypwd.wxss */
.placeholder_input_wrap{
color:#ccc;
font-size:32rpx;
height: 100rpx;
}
.input_wrap{
height: 100rpx;
color:#333;
font-size:34rpx;
}
.btn_blue_radius {
background: #357aeb;
border-radius: 5px;
flex: 1;
color: #fff;
}
.btn_white_radius {
flex: 1;
height: 42px;
background: #fff;
border-radius: 5px;
color: #666;
border: 1px solid #EEEEEE;
}
.view_bottom {
background: #fff;
width: 100%;
position: fixed;
bottom: 0;
display: flex;
flex-direction: row;
}