14 lines
182 B
Plaintext
14 lines
182 B
Plaintext
/* pages/web/index.wxss */
|
|
.web {
|
|
width: 100vw;
|
|
}
|
|
|
|
.sc {
|
|
background-color: white;
|
|
height: 100vh;
|
|
padding: 30rpx 20rpx;
|
|
}
|
|
.cu-item {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
} |