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.

36 lines
390 B
Plaintext

page {
background-color: white;
}
.cy-use-back {
width: 100%;
height: auto;
}
.cy-use-title {
width: 100%;
height: 120rpx;
font-size: 14px;
}
.cy-view {
width: 100%;
height: 80rpx;
}
.cy-line {
width: 80%;
height: 1px;
background-color: gainsboro;
}
.cy-use-condition{
width: 100%;
height: auto;
}
.cy-use-condition view{
font-size: 12px;
color: gray;
}