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.

118 lines
2.2 KiB
Plaintext

page {
background: white;
}
.cy-top-view {
position: absolute;
width: 750rpx;
top: 0rpx;
bottom: 120rpx;
overflow: scroll;
}
.cy-sieve-title {
margin-top: 50rpx;
width: 100%;
height: auto;
text-align: center;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 400;
color: rgba(51, 51, 51, 1);
}
.cy-common-view {
margin-top: 26rpx;
margin-left: 30rpx;
width: 720rpx;
height: 70rpx;
}
.cy-view-item {
width: 216rpx;
height: 70rpx;
margin-right: 21rpx;
text-align: center;
line-height: 70rpx;
background: rgba(247, 247, 247, 1);
border-radius: 35rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
}
.cy-view-select-item {
background: var(--color--);
color: white;
}
.cy-view-item-time {
width: 324rpx;
height: 70rpx;
text-align: center;
line-height: 70rpx;
background: rgba(247, 247, 247, 1);
border-radius: 35rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
}
.cy-view-item-line {
margin: 33rpx 12rpx;
width: 18rpx;
height: 4rpx;
background: rgba(102, 102, 102, 1);
}
.cy-common-source-view {
position: relative;
margin-left: 30rpx;
width: 720rpx;
height: auto;
background: red;
}
.cy-bottom-view {
position: fixed;
bottom: 0rpx;
width: 750rpx;
height: 120rpx;
box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.cy-reset {
position: absolute;
top: 20rpx;
left: 42rpx;
width: 320rpx;
height: 80rpx;
text-align: center;
line-height: 80rpx;
border: 2rpx solid var(--color--);
border-radius: 10rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
box-sizing: border-box;
}
.cy-comfirm {
position: absolute;
top: 20rpx;
right: 42rpx;
width: 320rpx;
height: 80rpx;
text-align: center;
line-height: 80rpx;
background: var(--color--);
border-radius: 10rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
}