mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-06 05:44:13 +00:00
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;
|
|
}
|