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.

42 lines
500 B
Plaintext

page {
background-color: white;
}
.cy-rule-view {
margin-top: 150rpx;
width: 100%;
height: auto;
}
.cy-rule{
width: 100%;
height: 180rpx;
}
.cy-rule image{
width: 160rpx;
height: 160rpx;
}
.cy-rule-row{
margin-left: 40rpx;
width: 670rpx;
height: 60rpx;
letter-spacing: 3rpx;
}
.cy-rule-line{
width: 670rpx;
height: 1px;
background-color: gainsboro;
}
.cy-rule-title{
font-size: 14px;
font-weight: 300;
}
.cy-rule-info{
font-size: 12px;
font-weight: 300;
}