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.

107 lines
1.6 KiB
Plaintext

9 months ago
page {
background: #f0f0f0;
}
.cy-order-num-view {
width: 100%;
height: 293rpx;
background: linear-gradient(180deg, rgba(255, 198, 57, 1), rgba(240, 240, 240, 1));
}
.cy-order-num-image {
position: absolute;
margin-left: 20rpx;
width: 710rpx;
height: 240rpx;
background: white;
border-radius: 4rpx;
}
.cy-order-num {
position: absolute;
top: 60rpx;
width: 100%;
height: 80rpx;
color: #ffc639;
font-size: 80rpx;
font-weight: 500;
}
.cy-order-text {
position: absolute;
width: 100%;
height: auto;
text-align: center;
font-size: 30rpx;
font-weight: 500;
color: rgba(102, 102, 102, 1);
bottom: 46rpx;
}
.cy-order-info-view {
position: relative;
margin-top: -43rpx;
width: 710rpx;
height: 230rpx;
background: white;
border-radius: 4rpx;
}
.cy-line-view {
margin-left: 30rpx;
width: 650rpx;
height: auto;
color: #333;
font-size: 30rpx;
}
.cy-order-product-info-view {
position: relative;
margin-top: 10rpx;
width: 710rpx;
height: 230rpx;
background: white;
border-radius: 4rpx;
}
.cy-product-list {
position: relative;
width: 100%;
height: auto;
margin-top: 35rpx;
margin-bottom: 100rpx;
background: white;
padding-top: 10rpx;
}
.cy-product-item {
margin-top: 10rpx;
width: 100%;
height: auto;
}
.cy-item-image {
margin: 10rpx 20rpx 10rpx 30rpx;
width: 110rpx;
height: 120rpx;
}
.cy-item-info-view{
margin-top: 10rpx;
width: 550rpx;
height: 120rpx;
}
.cy-product-name{
width: 520rpx;
height: 45rpx;
font-size: 30rpx;
color: #333;
}
.cy-product-make{
width: 520rpx;
height: 35rpx;
color: #666;
font-size: 24rpx;
}