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.

84 lines
1.5 KiB
Plaintext

page{
background: white;
}
.cy-top-view {
width: 750rpx;
height: 350rpx;
/* background: linear-gradient(90deg, rgba(250, 182, 36, 1), rgba(254, 200, 68, 1)); */
background: var(--color--);
}
.cy-point {
margin-top: 50rpx;
width: 100%;
height: auto;
font-size: 110rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(255, 255, 255, 1);
text-align: center;
}
.cy-point-des {
font-size: 30rpx;
font-family: PingFang-SC-Medium;
color: rgba(255, 255, 255, 1);
text-align: center;
}
.cy-point-title {
width: 750rpx;
height: 90rpx;
border-bottom: 1rpx solid #e0e0e0;
font-size: 32rpx;
font-family: PingFang-SC-Medium;
color: rgba(51, 51, 51, 1);
}
.cy-time-sieve{
position: absolute;
right: 0rpx;
width: 152rpx;
height: 40rpx;
font-size:28rpx;
border-left: 1rpx solid #E0E0E0;
color:rgba(102,102,102,1);
}
.cy-sieve-icon{
margin-left: 10rpx;
width: 22rpx;
height: 22rpx;
}
.cy-point-item {
width: 750rpx;
height: 130rpx;
border-bottom: 1rpx solid #e0e0e0;
overflow: hidden;
}
.cy-point-type {
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(51, 51, 51, 1);
}
.cy-point-money {
margin-right: 30rpx;
font-size: 40rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
color: rgba(51, 51, 51, 1);
}
.cy-point-time {
font-size: 26rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: #666666;
letter-spacing: 3rpx;
}