_768_editor.scss
2.75 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
/*屏幕宽度小于1190,自动适配1024设计分辨率*/
@media screen and (max-width:768px){
.editor-content{
width:690px;
height:124px;
margin:0 auto;
background:#f5f5f5;
margin-top:37px;
position:relative;
img.photo{
width:70px;
height:70px;
float:left;
display:block;
margin:33px 0 0 35px;
@include borderradius(70px);
}
.photo-span{
@include blockwh(110px,90px);
float:left;
}
.username{
@include blockwh(400px,30px);
@include fontstyle;
font-size:15px;
font-weight:bold;
float:left;
margin-left:60px;
padding-top:29px;
text-align:left;
}
.usermark{
@include blockwh(350px,40px);
@include fontstyle;
font-size:14px;
line-height:20px;
color:#666666;
padding-top:0;
margin-left:60px;
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:690px;
margin:0 auto;
@include fontstyle;
.usermsg{
width:165px;
margin-right:27px;
float:left;
.about-username{
font-size:12px;
line-height:20px;
margin:70px 0 15px 0;
@include blockwh(100%,20px);
}
.about-user{
font-size:12px;
line-height:15px;
color:#666666;
@include blockwh(100%,auto);
float:left;
}
.discuss{
@include blockwh(100%,20px);
line-height:20px;
font-size:13px;
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:498px;
.anonymous-info {
input {
width: 236px;
}
input:first-child {
width: 235px;
}
}
textarea {
width: 484px;
}
.login-status{
margin: 0;
width: 492px;
}
}
}
}