/**app.wxss**/ .container { box-sizing: border-box; background-color: #f5f5f5; font-family: PingFangSC-Light, helvetica, 'Heiti SC'; } view, image, text, navigator { box-sizing: border-box; padding: 0; margin: 0; } page{ color: #2A2A2A; /*主要颜色*/ font-size: 28rpx; background:#f5f5f5; } text,view { font-family: PingFangSC-Light, helvetica, 'Heiti SC'; /* font-weight: 500; */ } .sub-color{ color:#85868A; } .jz-color{ color: #09AFFF; /*鲸致色号00AFFF*/ } .van-tab>view.van-ellipsis{ color:#888; } .van-tab--active.van-tab>view.van-ellipsis{ color: #09AFFF; } van-dialog .van-button{ color:#09AFFF!important; } .van-dialog__message-text{ color:#666; } .van-button--info{ background: #09AFFF!important; border:none!important; } .bottom-fixed-btn-wrapper{ position:fixed; bottom:146rpx; left:0; right:28rpx; left:28rpx; } .bottom-fixed-btn-wrapper .van-button{ height: 74rpx; border:none; } .common-btn-wrapper { margin:0 28rpx 0; } .common-btn-wrapper .van-button{ height: 74rpx; margin:0 0 48rpx 0; }