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.

41 lines
435 B
Plaintext

9 months ago
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;
}
.cy_des {
width: 80%;
height: auto;
}