litemall/renard-wx/app.wxss

25 lines
388 B
Plaintext
Raw Permalink Normal View History

2025-04-14 14:25:41 +08:00
/**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;
}