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.

96 lines
1.2 KiB
Plaintext

.cy-shop-content {
margin: 180rpx 40rpx;
width: 670rpx;
height: 300rpx;
}
.cy-content-item {
width: 100%;
height: 200rpx;
background-color: white;
border-radius: 20rpx;
overflow: hidden;
}
.cy-content-image {
width: 280rpx;
height: 100%;
}
.cy-content-image image{
width: 200rpx;
height: 200rpx;
}
.cy-content-info {
width: 250rpx;
height: 100%;
}
.cy-content-row{
width: 100%;
height: 70rpx;
line-height: 100rpx;
text-align: center;
letter-spacing: 3rpx;
}
.cy-content-logo {
width: 200rpx;
height: 100%;
}
.cy-content-logo image{
width: 90rpx;
height: 90rpx;
}
.cy-content-date {
width: 100%;
height: 60rpx;
}
.cy-title {
font-size: 12px;
color: #444;
}
.cy-date {
margin-left: 30rpx;
font-size: 12px;
color: #666;
}
.cy-footer-view {
position: fixed;
width: 100%;
height: 150rpx;
bottom: 0px;
background-color: white;
}
.cy-use-view{
width: 470rpx;
height: 100%;
}
.cy-user-point{
padding-left: 60rpx;
width: 100%;
height: auto;
}
.cy-user-point text{
height: 40rpx;
letter-spacing: 2rpx;
font-size: 16px;
}
.cy-once-exchange{
width: 280rpx;
height: 100%;
background-color: #004585;
color: white;
}