10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
|
|
/* pages/web/index.wxss */
|
||
|
|
.web {
|
||
|
|
width: 100vw;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sc {
|
||
|
|
background-color: white;
|
||
|
|
height: 100vh;
|
||
|
|
padding: 30rpx 20rpx;
|
||
|
|
}
|