Authored by zzzzzzz

评价样式

... ... @@ -69,5 +69,8 @@
<i></i>
<i></i>
</div>
<div class="rank">普通</div>
<textarea class="words-to-say" placeholder="还想吐槽下(选填)"></textarea>
<button class="submit">提交</button>
</div>
</div>
\ No newline at end of file
... ...
... ... @@ -14,6 +14,7 @@
height: 586px;
width: 100%;
background: #fff;
padding: 0 30px;
.intro {
height: 90px;
... ... @@ -21,7 +22,6 @@
color: #444;
font-size: 32px;
line-height: 90px;
padding: 0 30px;
border-bottom: 1px solid #e0e0e0;
span {
... ... @@ -30,12 +30,12 @@
}
.stars {
padding-top: 60px;
padding: 50px 0 40px;
text-align: center;
i {
display: inline-block;
height: 53px;
height: 50px;
width: 53px;
margin-left: 40px;
background: resolve("service/chat/star-trans.png");
... ... @@ -51,6 +51,33 @@
background-size: 100% 100%;
}
}
.rank {
text-align: center;
font-size: 32px;
color: #b0b0b0;
}
.words-to-say {
height: 110px;
width: 100%;
margin: 50px 0 0;
resize: none;
border: 1px solid #e0e0e0;
border-radius: 5px;
}
.submit {
height: 85px;
width: 100%;
margin: 25px 0 0;
color: #fff;
background: #444;
font-size: 32px;
text-align: center;
line-height: 85px;
border-radius: 5px;
}
}
}
}
... ...