_feedback.css
1.01 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
/*
*提交页面
*/
.yoho-suggest-sub-page {
width: 100%;
height: 100%;
background: #f6f6f6;
padding-top: 20px;
.suggest-sub-form {
background: #fff;
width: 100%;
#suggest-textarea {
box-sizing: border-box;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 419px;
min-height: 255px;
padding: 30px;
padding-top: 50px;
font-size: 28px;
line-height: 40px;
color: #000;
display: block;
background: #fff;
border: none;
border-bottom: solid 1px #eee;
outline: none;
resize: none;
&::-webkit-input-placeholder {
color: #B0B0B0;
}
&::-ms-input-placeholder {
color: #B0B0B0;
}
}
}
#submit-button {
width: 100px;
height: 40px;
border: 1px solid #e0e0e0;
}
}