49 lines
811 B
Plaintext
49 lines
811 B
Plaintext
page {
|
|
background: #ecf0f3;
|
|
}
|
|
|
|
.xiaogj {
|
|
margin: 0 5% 2%;
|
|
}
|
|
|
|
.lb:hover {
|
|
background: #eee;
|
|
}
|
|
|
|
.lb {
|
|
box-shadow: 3px 3px 6px #d1d9e6,-3px -3px 6px #fff;
|
|
color: #364763;
|
|
display: inline-block;
|
|
font-size: 32rpx;
|
|
height: 99rpx;
|
|
line-height: 99rpx;
|
|
margin: 27rpx 12rpx 6rpx 27rpx;
|
|
text-align: center;
|
|
width: 260rpx;
|
|
}
|
|
|
|
.btwz,.lb {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.btwz {
|
|
color: #7b92b7;
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
margin-bottom: 16rpx;
|
|
margin-top: 16rpx;
|
|
padding: 2px 0;
|
|
width: 80%;
|
|
}
|
|
|
|
.dahezi {
|
|
border-radius: 8px;
|
|
box-shadow: inset 5px 5px 10px #d1d9e6,inset -5px -5px 10px #fff;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
font-size: 17px;
|
|
padding: 9px 4.36%;
|
|
width: 90%;
|
|
} |