You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.0 KiB
62 lines
1.0 KiB
/* pages/ztbvip/index.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.openVip {
|
|
padding: 16rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.openVip21 {
|
|
border-radius: 6%;
|
|
border: 2rpx solid #DBDBDB;
|
|
}
|
|
|
|
.openVip22 {
|
|
border-radius: 6%;
|
|
border: 2rpx solid #d0a45c;
|
|
background-color: #fefaf1;
|
|
}
|
|
|
|
.openVipBtn {
|
|
background-color: #f2d48e;
|
|
color: white;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.cu-tags {
|
|
border-top-left-radius: 24rpx;
|
|
border-bottom-right-radius: 24rpx;
|
|
background-color: #dd514c;
|
|
position: absolute;
|
|
top: 0rpx;
|
|
left: 16rpx;
|
|
font-size: 24rpx;
|
|
padding: 10rpx 16rpx;
|
|
color: var(--white);
|
|
}
|
|
|
|
.name {
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
white-space: normal !important;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.back-iet {
|
|
width: 750rpx;
|
|
height: 520rpx;
|
|
background-image: url('https://pic.downk.cc/item/5f65a974160a154a678ab604.png');
|
|
}
|
|
|
|
.good-bg {
|
|
width: 330rpx;
|
|
height: 360rpx;
|
|
padding: 2rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
|
|
}
|