evaluate.wxss
1.2 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
78
79
80
81
82
83
84
85
86
/* pages/evaluate/evaluate.wxss */
.control {
border-top: 1rpx solid #e4e4e4;
padding: 56rpx 40rpx;
}
.area-box {
font-size: 28rpx;
color: #999;
}
.wordLimit {
display: block;
float: right;
}
.hr {
border-bottom: 1rpx solid #e4e4e4;
clear: both;
margin-top: 65rpx;
}
.title {
font-size: 26rpx;
color: #999;
margin-top: 36rpx;
}
/* 图片上传预览删除 */
.imgList_lz {
display: flex;
justify-content: space-between;
padding-top: 43rpx;
flex-wrap: wrap;
}
.imgList_lz::after {
content: "";
width: 188rpx;
}
.imgList_lz .forList image {
width: 188rpx;
height: 188rpx;
}
.imgList_lz .forList {
position: relative;
}
.imgList_lz .forList view {
position: absolute;
top: -16rpx;
width: 32rpx;
height: 32rpx;
background: #999;
border-radius: 100%;
text-align: center;
line-height: 32rpx;
left: 100%;
margin-left: -16rpx;
font-size: 17rpx;
color:#fff;
}
.imgList_lz .list image {
width: 188rpx;
height: 188rpx;
}
.submit{
width:200rpx;
height:72rpx;
background:#FFCC00;
text-align: center;
line-height: 72rpx;
border-radius: 36rpx;
color:#333333;
font-size: 30rpx;
margin:0 auto;
margin-top:112rpx;
}