62 lines
979 B
Plaintext
62 lines
979 B
Plaintext
page {
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #f6f6f6;
|
|
}
|
|
|
|
/* 健康知识 */
|
|
.article {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.wiki {
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
.wiki-label {
|
|
background-color: #fff;
|
|
margin-bottom: 70rpx;
|
|
position: relative;
|
|
height: 200rpx;
|
|
box-shadow: 0 4rpx 30rpx 2rpx rgba(0, 0, 0, .05);
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.wiki-label:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.wiki-label-img {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
position: absolute;
|
|
top: -30rpx;
|
|
left: 30rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.wiki-label-cont {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
padding: 30rpx 25rpx 0 270rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.wiki-label-name {
|
|
font-size: 32rpx;
|
|
color: #3b7cff;
|
|
}
|
|
|
|
.wiki-label-name text {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.wiki-label-text {
|
|
color: #999999;
|
|
font-size: 28rpx;
|
|
margin-top: 20rpx;
|
|
line-height: 40rpx;
|
|
font-weight: 200;
|
|
} |