34 lines
460 B
Plaintext
34 lines
460 B
Plaintext
|
image {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.detail-sj {
|
||
|
color: #999;
|
||
|
display: flex;
|
||
|
font-size: 14px;
|
||
|
font-weight: 400;
|
||
|
justify-content: center;
|
||
|
line-height: 40rpx;
|
||
|
padding-bottom: 10px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.detail-sj,.detil {
|
||
|
font-family: PingFang;
|
||
|
}
|
||
|
|
||
|
.detil {
|
||
|
font-size: 26rpx;
|
||
|
line-height: 30px;
|
||
|
overflow: hidden;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
|
||
|
.xiaogj {
|
||
|
margin: 0 5% 2%;
|
||
|
}
|
||
|
|
||
|
page {
|
||
|
background: #ecf0f3;
|
||
|
}
|