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.

78 lines
1.3 KiB
Plaintext

.cy-top-bar {
position: fixed;
width: 100%;
height: 100rpx;
z-index: 99;
border-top: 1rpx solid #e0e0e0;
background: white;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
overflow: scroll;
}
.cy-area-item {
position: relative;
padding: 0rpx 50rpx;
width: 220rpx;
height: 100rpx;
line-height: 100rpx;
text-align: center;
}
.cy-area-name {
max-width: 200rpx;
height: 40rpx;
font-size: 36rpx;
margin: 30rpx;
}
.cy-select-bttom-line {
box-sizing: border-box;
height: 100rpx;
border-bottom: 5rpx solid rgba(254, 207, 91, 1);
}
.cy-select-area {
color: rgba(254, 207, 91, 1);
}
.cy-line-back {
width: 100%;
height: 4rpx;
position: absolute;
bottom: 0rpx;
background: greenyellow;
}
.cy-line {
/* position: absolute;
bottom: 0rpx; */
width: 100rpx;
height: 4rpx;
background-color: rgba(254, 207, 91, 1);
}
.cy-content-table {
position: fixed;
top: 100rpx;
left: 24rpx;
right: 24rpx;
bottom: 0rpx;
overflow: scroll;
}
.cy-table-no {
margin: 24rpx 12rpx 0rpx 12rpx;
width: 210rpx;
height: 140rpx;
background-color: white;
float: left;
color: #333;
font-size: 34rpx;
border-radius: 10rpx;
}
.cy-select-table {
background-color: #ff4949;
color: #fff;
}