myComment.wxss
1.4 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
/* pages/person/myComment/myComment.wxss */
@import '../../../style/base.wxss';
@import '../../../icon/icon.wxss';
@import '../../../common/common.wxss';
.remark_box{
display: flex;
align-items: center;
justify-content: space-between;
height: 80rpx;
padding: 0 36rpx;
border-top: solid 16rpx #FCF8F7;
border-bottom: solid 1rpx #EBEBEB;
}
.remark_title{
color: #292525;
font-size: 26rpx;
font-weight: bold;
}
.remark_left text{
color: #5C5453;
font-size: 26rpx;
}
.remark_left checkbox .wx-checkbox-input{
width: 23rpx;
height: 23rpx;
}
.remark_left checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
width: 23rpx;
height: 23rpx;
line-height: 23rpx;
text-align: center;
font-size: 22rpx;
background: transparent;
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
}
.remark_tab{
padding: 34rpx;
}
.remark_tab textarea{
width: 686rpx;
color: #CCBAB8;
font-size: 28rpx;
}
.upload_box{
padding: 32rpx;
display:flex;
flex-wrap: wrap
}
.selectpic{
width:160rpx;
height:160rpx;
font-size: 0;
margin-left: 0.25rem;
margin-top: 0.25rem
}
.selectpic image{
width:100%;
height:100%;
}
.upload_btn{
width: 160rpx;
height: 160rpx;
margin-left: 0.25rem;
margin-top: 0.25rem
}
.upload_btn image{
width: 100%;
height: 100%;
}
.warp_btn{
position: fixed;
bottom: 36rpx;
left: 0;
right: 0;
}