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.

87 lines
1.3 KiB
Plaintext

9 months ago
.cy-content {
width: 100%;
height: auto;
background-color: white;
overflow: hidden;
}
.cy-input-border {
position: relative;
margin: 30rpx;
margin-top: 30rpx;
width: 690rpx;
height: 240rpx;
border: 1rpx solid gainsboro;
background: #fefefe;
}
.cy-textarea {
margin: 20rpx;
width: 660rpx;
height: 200rpx;
font-size: 30rpx;
}
.cy-text-length {
position: absolute;
font-size: 30rpx;
bottom: 15rpx;
right: 20rpx;
color: gray;
}
.cy-meals-type {
width: 100%;
height: auto;
padding-bottom: 30rpx;
overflow: hidden;
}
.cy-meals-title {
margin: 15rpx 35rpx 0rpx;
width: 670rpx;
height: 50rpx;
font-size: 30rpx;
}
.cy-select-type {
margin: 0rpx 30rpx;
width: 690rpx;
height: auto;
}
.cy-type-name {
padding: 0rpx 15px;
margin-top: 25rpx;
margin-right: 20rpx;
float: left;
width: auto;
height: 50rpx;
line-height: 50rpx;
font-size: 26rpx;
border-radius: 40rpx;
border: 1px solid gainsboro;
color: #333;
}
.cy-select-bgcolor {
background-color: #004585;
color: white;
border: 1px solid #004585;
}
.cy-save {
margin: 60rpx 75rpx;
width: 600rpx;
height: 90rpx;
line-height: 90rpx;
font-size: 40rpx;
/* background: #fdc43d; */
background: var(--color--);
color: white;
font-weight: 500;
text-align: center;
border-radius: 10rpx;
}