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.

165 lines
2.9 KiB
Plaintext

.cy-top-view {
position: fixed;
width: 750rpx;
height: 100rpx;
background: white;
z-index: 1;
}
.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: 170rpx;
/* background: rgba(255, 255, 255, 1); */
}
.cy-content-item-view image {
position: absolute;
width: 100%;
height: 100%;
}
.cy-item-money-view {
position: relative;
margin: 15rpx;
width: 138rpx;
height: 138rpx;
}
.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-title {
margin-top: 15rpx;
width: 360rpx;
height: 50rpx;
line-height: 50rpx;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
.cy-coupon-condition {
margin-top: 2rpx;
width: 360rpx;
height: 50rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(0, 0, 0, 1);
font-size: 28rpx;
color: rgba(102, 102, 102, 1);
}
.cy-coupon-time {
width: 360rpx;
height: 50rpx;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgba(102, 102, 102, 1);
}
.cy-coupon-use {
position: absolute;
top: 43rpx;
right: 26rpx;
width: 130rpx;
height: 80rpx;
font-size: 26rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
color: rgba(255, 255, 255, 1);
text-align: center;
}
.use {
width: 130rpx;
text-align: center;
/* margin-top: 55rpx; */
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: bold;
color: rgba(255, 255, 255, 1);
/* height: 130rpx; */
background: no-repeat;
line-height: 35rpx;
}
button::after {
border: none;
}
button {
background-color: transparent;
padding-left: 0;
padding-right: 0;
line-height: inherit;
}
button {
border-radius: 0;
}