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.

80 lines
1.5 KiB
Plaintext

9 months ago
.cy-view-back {
width: 750rpx;
height: 378rpx;
background: linear-gradient(180deg, var(--color--), rgba(240, 240, 240, 1));
}
.cy-evaluate-back {
position: relative;
margin: 10rpx 20rpx;
width: 710rpx;
height: 650rpx;
background: white;
border-radius: 6rpx;
overflow: hidden;
}
.cy-store-title {
margin-top: 70rpx;
width: 100%;
text-align: center;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: bold;
color: rgba(0, 0, 0, 1);
}
.cy-store-evaluate {
margin-top: 47rpx;
width: 100%;
text-align: center;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
}
.cy-store-evaluate-icon {
width: 100%;
margin-top: 38rpx;
text-align: center;
}
.cy-store-evaluate-icon image {
margin-left: 18rpx;
margin-right: 18rpx;
width: 52rpx;
height: 50rpx;
}
.cy-evaluate-view {
margin-top: 50rpx;
width: 710rpx;
height: 200rpx;
}
.cy-evaluate-view textarea {
padding: 30rpx;
margin-left: 30rpx;
width: 650rpx;
height: 200rpx;
border: 2rpx solid rgba(229, 229, 229, 1);
box-sizing: border-box;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
}
.cy-submit-view {
margin-left: 100rpx;
margin-top: 60rpx;
width: 550rpx;
height: 80rpx;
background: rgba(204, 204, 204, 1);
border-radius: 40rpx;
color:rgba(255, 255, 255, 0.89);
}
.cy-select-submit{
background: var(--color--);
}