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.

113 lines
2.0 KiB
Plaintext

9 months ago
page {
background: white;
}
.cy-top-view {
width: 750rpx;
height: 106rpx;
background: #f3f3f3;
}
.cy-select-time {
margin: 28rpx 30rpx;
width: auto;
height: 50rpx;
padding: 0 20rpx;
background: white;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 1px 10px 0px rgba(102, 102, 102, 0.2);
border-radius: 25rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(51, 51, 51, 1);
}
.cy-select-time image {
margin-left: 10rpx;
width: 20rpx;
height: 13rpx;
}
.cy-recharge-result {
position: absolute;
right: 30rpx;
line-height: 106rpx;
width: auto;
height: 106rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(153, 153, 153, 1);
}
.cy-recharge-list {
width: 750rpx;
height: 500rpx;
}
.cy-recharge-item {
width: 750rpx;
height: 130rpx;
}
.cy-recharge-icon-view {
width: 152rpx;
height: 130rpx;
}
.cy-recharge-icon {
margin: 30rpx 41rpx;
width: 70rpx;
height: 70rpx;
text-align: center;
line-height: 70rpx;
background: var(--color--);
border-radius: 50%;
font-size: 40rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
}
.cy-recharge-des-view {
position: relative;
width: 598rpx;
height: 130rpx;
border-bottom: 1rpx solid #f3f3f3;
box-sizing: border-box;
}
.cy-recharge-name {
margin-top: 24rpx;
width: 400rpx;
height: auto;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(51, 51, 51, 1);
}
.cy-recharge-time {
width: 400rpx;
height: auto;
font-size: 22rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(153, 153, 153, 1);
}
.cy-recharge-money {
position: absolute;
top: 0rpx;
right: 30rpx;
width: auto;
height: 130rpx;
line-height: 130rpx;
font-size: 40rpx;
font-family: PingFang-SC-Bold;
font-weight: 500;
/* color: rgba(245, 148, 44, 1); */
color: var(--color--);
}