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.

259 lines
4.6 KiB
Plaintext

.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: var(--color--);
border-radius: 2px;
}
.cy-content-view {
position: absolute;
width: 750rpx;
top: 100rpx;
/* bottom: 0rpx; */
height: auto;
padding-bottom: 20rpx;
}
.cy-content-item-view {
position: relative;
margin: 20rpx 20rpx 0rpx 20rpx;
width: 710rpx;
height: auto;
background: rgba(255, 255, 255, 1);
border-radius: 6rpx;
overflow: hidden;
}
.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: var(--color--);
}
.cy-item-money {
font-size: 60rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
height: 90rpx;
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-Bold;
font-weight: 500;
color: rgba(0, 0, 0, 1);
}
.cy-coupon-condition {
margin-top: 2rpx;
width: 360rpx;
height: 50rpx;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(0, 0, 0, 1);
}
.cy-coupon-time {
width: 360rpx;
height: 50rpx;
font-size: 22rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(102, 102, 102, 1);
}
.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;
}
.cy-top-line-view {
margin-left: 24rpx;
width: 686rpx;
height: 80rpx;
border-bottom: 1rpx solid #e0e0e0;
}
.cy-order-no {
font-size: 26rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
}
.cy-pay-status {
position: absolute;
right: 24rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 84, 84, 1);
}
.cy-product-item-view {
position: relative;
margin-left: 24rpx;
width: 686rpx;
height: 198rpx;
border-bottom: 1rpx solid #e0e0e0;
}
.cy-product-item-view image {
margin-top: 24rpx;
width: 150rpx;
height: 150rpx;
background: #f3f3f3;
border-radius: 4rpx;
}
.cy-product-info-view {
margin-left: 20rpx;
margin-top: 24rpx;
width: 516rpx;
height: 150rpx;
background: white;
}
.cy-info-line {
width: 100%;
height: 30rpx;
}
.cy-product-name {
width: 380rpx;
height: 100%;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.cy-product-count {
position: absolute;
right: 24rpx;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.cy-product-spec {
font-size: 26rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
}
.cy-product-price {
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: bold;
color: rgba(255, 84, 84, 1);
}
.cy-bottom-view {
width: 100%;
height: 110rpx;
}
.cy-total-view {
margin-left: 24rpx;
width: 334rpx;
height: 100%;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.cy-cancel-view {
margin-top: 21rpx;
margin-right: 20rpx;
width: 154rpx;
height: 66rpx;
border: 1rpx solid rgba(153, 153, 153, 1);
border-radius: 10rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
background: white;
}
.cy-common-view {
position: absolute;
right: 24rpx;
margin-top: 21rpx;
width: 154rpx;
height: 66rpx;
border: 1rpx solid rgba(255, 84, 84, 1);
border-radius: 10rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 84, 84, 1);
}