Form.less
2.62 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
.wev-page-extend.wev-tab-title{
background-color:#fff;
box-shadow: rgba(0,0,0,.2) 0px 1px 5px 0px;
}
.wev-page-extend.wev-tab-title > ul > li{
line-height:40px;
font-size: @font-size-base;
}
.wev-page-extend.wev-tab-title > ul > li:not(:last-child):after{
content:'';
display:block;
position:absolute;
width:1px;
height:14px;
background-color:#e8e8e8;
top:12px;
right:0px;
}
.wev-page-frame{
position: absolute;
top:0px;
left:0px;
border: none;
width: 100%;
height: 100%;
background-color: #fff;
visibility: visible;
}
.wev-form-comment{
background-color: #fff;
margin-top:10px;
padding-bottom: 5px;
}
.wev-form-comment.wev-refreshing .wev-comment-list {
transform: translate3d(0px, 50px, 0px);
-webkit-transform: translate3d(0px, 50px, 0px);
min-height:50px;
background-color: transparent;
}
.wev-form-comment .wev-comment-header{
position: relative;
padding: 5px 10px;
color:#333;
}
.wev-form-comment .wev-comment-header::after{
content: '';
position: absolute;
width: 3px;
background-color: var(--themeColor);
top: 6px;
bottom: 6px;
left: 0px;
}
.wev-form-comment .wev-comment-header > span{
padding-left:3px;
color: #999;
}
.wev-form-comment .wev-comment-list{
margin: 5px 10px;
z-index: 4;
}
.wev-form-comment .wev-comment-list > dl{
background-color: #f7f7f7;
border-radius: 5px;
}
.wev-form-comment .wev-comment-list .wev-comment-item{
padding: 5px 5px 8px 45px;
position: relative;
}
.wev-form-comment .wev-comment-list .wev-comment-item-avatar .resourceimage{
position: absolute;
border-radius: 4px;
top: 7px;
left: 5px;
width: 36px;
height: 36px;
line-height: 36px;
}
.wev-form-comment .wev-comment-list .wev-comment-item-header{
position: relative;
}
.wev-form-comment .wev-comment-list .wev-comment-item-header .left{
padding-right: 175px;
color:var(--themeColor);
}
.wev-form-comment .wev-comment-list .wev-comment-item-header .right{
position: absolute;
text-align: right;
width: 175px;
right: 0;
top: 0;
color:#666;
word-break: break-all;
}
.wev-form-comment .wev-comment-list .wev-comment-item-header .right > span{
padding-left:5px;
}
.page-footer .wev-form-comment-btns{
height: 42px;
line-height: 42px;
color: #333;
position: absolute;
right: 0;
top: 0;
text-align: center;
}
.page-footer .wev-form-comment-btns.independent{
position: relative;
}
.page-footer .wev-form-comment-btns .comment{
display: inline-block;
box-sizing: border-box;
font-size: 14px;
padding-left: 40px;
padding-right: 20px;
background-image: url(/mobilemode/mobile/images/plugin/comment.png);
background-size: 14px;
background-repeat: no-repeat;
background-position: 20px center;
}