66 lines
1.0 KiB
Plaintext
66 lines
1.0 KiB
Plaintext
page {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #f6f6f6;
|
|
}
|
|
|
|
.item {
|
|
position: relative;
|
|
background-color: #ffffff;
|
|
border-radius: 10rpx;
|
|
height: 200rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.itemImg {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.itemCont {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 25rpx 230rpx 0 30rpx;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
|
|
.itemCont-name {
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.itemCont-name text {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.itemCont-text {
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
margin: 15rpx 0 30rpx;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.itemCont-see {
|
|
color: #999;
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.itemCont-icon {
|
|
display: flex;
|
|
margin-right: 50rpx;
|
|
line-height: 26rpx;
|
|
}
|
|
|
|
.itemCont-icon image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-right: 10rpx;
|
|
} |