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.
17 lines
284 B
17 lines
284 B
@import 'style/weui.wxss';
|
|
@import 'style/font.wxss';
|
|
|
|
page{
|
|
font-family: PingFangSC-Regular;
|
|
/* background-color: #f7f7f7; */
|
|
}
|
|
|
|
.btnView{
|
|
position: fixed;
|
|
height:50px;
|
|
padding: 5px 20px 15px 20px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: white;
|
|
}
|