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.
25 lines
388 B
Plaintext
25 lines
388 B
Plaintext
/**app.wxss**/
|
|
|
|
.container {
|
|
box-sizing: border-box;
|
|
font-family: PingFangSC-Light, helvetica, 'Heiti SC';
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
view, image, text, navigator {
|
|
box-sizing: border-box;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
view, text {
|
|
font-family: PingFangSC-Light, helvetica, 'Heiti SC';
|
|
font-size: 29rpx;
|
|
color: #a78845;
|
|
}
|
|
|
|
.wxParse-img {
|
|
display: block !important;
|
|
}
|