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.

104 lines
1.4 KiB
Plaintext

9 months ago
.cy-content-top {
padding-top: 10rpx;
width: 100%;
height: 300rpx;
overflow: hidden;
background-color: white;
}
.cy-point-vaule {
width: 100%;
height: 50rpx;
text-align: center;
font-size: 22px;
}
.cy-ponit-title {
width: 100%;
height: 80rpx;
text-align: center;
font-size: 16px;
color: black;
}
.cy-content-list {
position: absolute;
top: 325rpx;
width: 100%;
bottom: 140rpx;
overflow: scroll;
}
.cy-list-item {
width: 88%;
min-height: 120rpx;
overflow: hidden;
padding: 30rpx 6% 10rpx;
border-bottom: 1px solid #d8d8d8;
background-color: white;
}
.cy-item-row {
width: 100%;
min-height: 50rpx;
}
.cy-item-title {
max-width: 80%;
width: auto;
height: 100%;
float: left;
font-size: 15px;
}
.cy-item-vaule {
width: auto;
height: 100%;
float: right;
color: #004585;
font-size: 16px;
}
.cy-item-date {
color: #a0a0a0;
font-size: 12px;
}
.cy-coupon-no {
margin-top: 180rpx;
width: 100%;
height: 60rpx;
text-align: center;
font-size: 14px;
}
.cy-coupon-no-more {
width: 100%;
height: 60rpx;
text-align: center;
font-size: 14px;
color: #a8a8a8;
}
.cy-point-rule {
position: fixed;
width: 100%;
height: 100rpx;
bottom: 0px;
text-align: center;
}
.cy-point-rule image {
margin-top: 5rpx;
margin-right: 15rpx;
width: 28rpx;
height: 28rpx;
}
.cy-point-rule text {
width: auto;
height: 45rpx;
font-size: 13px;
color: #004585;
}