Compare commits
2 Commits
1e00db6c97
...
2ecc51d8a9
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ecc51d8a9 | |||
| ad7148ccfc |
@@ -1544,4 +1544,34 @@ div{
|
||||
width: 100px;
|
||||
margin: -2px 0;
|
||||
/* 与标签对齐 */
|
||||
}
|
||||
/*详情样式*/
|
||||
.o_detail_all {
|
||||
text-align: center;
|
||||
}
|
||||
.o_detail_title {
|
||||
font-size: 2.25em;
|
||||
color: #101010;
|
||||
padding: 4% 0 2.8%;
|
||||
}
|
||||
.o_detail_small {
|
||||
font-size: 1.5em;
|
||||
color: #333;
|
||||
padding-bottom: 1.8%;
|
||||
}
|
||||
.o_detail_text {
|
||||
font-size: 1.125em;
|
||||
color: #737373;
|
||||
padding: 0 0 1.8%;
|
||||
line-height: 1.875em;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
.star {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 40%;
|
||||
height: 15px;
|
||||
background-image: url(../images/star_orange.png);
|
||||
background-position: 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user