yujingAdd.wxss
629 字节
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
/* pages/yujing/yujingSet/yujingAdd/yujingAdd.wxss */
.add_box{
border-top:1rpx solid #f5f5f5;
}
.add_wrap{
padding: 30rpx;
border-bottom: 1rpx solid #f5f5f5;
}
.warn_type{
font-size: 32rpx;
color: #333;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.right_img{
width: 30rpx;
height: 30rpx;
line-height: 30rpx;
}
.person_name{
margin-top: 10rpx
}
.uni-column{
justify-content: flex-start;
}
.uni-input{
margin-left: 20rpx;
font-size: 28rpx;
color: #5797F5
}
.isBlue{
color: #5797F5
}
/* 保存 */
.add_btn{
background-color: #f5f5f5;
}