You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
272 B
14 lines
272 B
3 years ago
|
/**app.wxss**/
|
||
|
page{background:#fafafa;}
|
||
|
.container {
|
||
|
height: 100%;
|
||
|
width:100%;
|
||
|
box-sizing: border-box;
|
||
|
background: #fafafa;
|
||
|
}
|
||
|
.defalt-style{color:#959595;font-size:26rpx;}
|
||
|
.red{color:#FF3C21}
|
||
|
.yellow{color:#FFAC0C}
|
||
|
.orangeO1{color:#F66A01}
|
||
|
.green{color:#00C777}
|