You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
1.9 KiB
Plaintext

9 months ago
.cy-top-view {
position: fixed;
width: 750rpx;
height: 100rpx;
background: white;
z-index: 9;
}
.cy-top-view-item {
width: 250rpx;
height: 100rpx;
}
.cy-top-item-title {
width: 100%;
height: 86rpx;
font-size: 30rpx;
line-height: 86rpx;
text-align: center;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.cy-top-select-item-title {
font-size: 34rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.cy-top-item-line {
margin-left: 90rpx;
width: 70rpx;
height: 6rpx;
/* background: rgba(255, 198, 57, 1); */
background: var(--color--);
border-radius: 2px;
}
.cy-content-view {
position: absolute;
width: 750rpx;
top: 100rpx;
bottom: 0rpx;
}
.cy-content-item-view {
position: relative;
margin: 20rpx 20rpx 0rpx 20rpx;
width: 710rpx;
height: 180rpx;
background: rgba(255, 255, 255, 1);
}
.cy-content-item-view image {
position: absolute;
width: 100%;
height: 100%;
}
.cy-item-money-view {
position: relative;
margin: 10rpx;
width: 148rpx;
height: 160rpx;
}
.cy-item-money-unit {
font-size: 34rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
height: 60rpx;
/* color: rgba(255, 198, 57, 1); */
color: var(--color--);
}
.cy-item-money {
font-size: 60rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
height: 90rpx;
/* color: rgba(255, 198, 57, 1); */
color: var(--color--);
}
.cy-coupon-des-view {
position: absolute;
top: 10rpx;
left: 200rpx;
width: 360rpx;
height: 160rpx;
}
.cy-coupon-use {
position: absolute;
top: 33rpx;
right: 33rpx;
width: 115rpx;
height: 115rpx;
font-size: 26rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
color: rgba(255, 255, 255, 1);
text-align: center;
}