1234567891011121314151617181920212223242526 |
- /**app.wxss**/
- /* @import "./fonts/SourceHanSansCN-Medium.wxss"; */
- @import '/miniprogram_npm/vant-weapp/common/index.wxss';
-
- .container {
- width: 100%;
- margin-top: 20rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- box-sizing: border-box;
- position: relative;
- /* font-family: "宋体" */
- }
- .switch_tab_container {
- width: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- box-sizing: border-box;
- position: relative;
- /* font-family: "宋体" */
- }
- /* page{
- font-family: "SourceHanSansCN-Medium"
- } */
|