_whatever_editor.scss
2.48 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
/*屏幕宽度小于1190,自动适配1024设计分辨率*/
.editor-content{
width:925px;
height:124px;
margin:0 auto;
background:#f5f5f5;
margin-top:37px;
position:relative;
img.photo{
width:90px;
height:90px;
float:left;
display:block;
margin:17px 0 0 35px;
@include borderradius(90px);
}
.photo-span{
@include blockwh(145px,124px);
float:left;
}
.username{
@include blockwh(600px,30px);
@include fontstyle;
font-size:15px;
font-weight:bold;
float:left;
margin-left:95px;
padding-top:29px;
text-align:left;
}
.usermark{
@include blockwh(570px,40px);
@include fontstyle;
font-size:14px;
line-height:20px;
color:#666666;
padding-top:10px;
margin-left:95px;
text-align:left;
float:left;
}
.comment_button{
position:absolute;
@include blockwh(60px,124px);
background:url(../images/comment_button.png) 10px center no-repeat;
right:0;
top:0;
line-height:140px;
padding-left:40px;
cursor:pointer;
text-align:left;
}
}
.editor-comment-content{
width:925px;
margin:0 auto;
@include fontstyle;
.usermsg{
width:290px;
margin-right:27px;
float:left;
.about-username{
font-size:17px;
line-height:20px;
margin:70px 0 15px 0;
@include blockwh(100%,20px);
}
.about-user{
font-size:15px;
line-height:15px;
color:#666666;
@include blockwh(100%,auto);
float:left;
}
.discuss{
@include blockwh(100%,20px);
line-height:20px;
font-size:17px;
margin:35px 0 0 0;
float:left;
}
.login-explorer{
@include blockwh(100%,20px);
line-height:20px;
font-size:14px;
float:left;
margin-top:40px;
}
.user-right{
@include blockwh(100%,20px);
line-height:20px;
font-size:14px;
float:left;
margin-top:20px;
}
.report{
background:url(../images/carefor.png) 2px center no-repeat;
@include blockwh(auto,20px);
padding-left:17px;
line-height:20px;
font-size:14px;
float:left;
margin-top:20px;
}
}
.comment-area{
width:608px;
margin: 45px 0 0 0;
float:left;
}
}