|
@@ -53,14 +53,19 @@
|
|
margin: -10px 1px 10px 1px;
|
|
margin: -10px 1px 10px 1px;
|
|
}
|
|
}
|
|
.uni-modal .uni-modal__btn{
|
|
.uni-modal .uni-modal__btn{
|
|
- flex: 1;
|
|
|
|
- height: 43px;
|
|
|
|
- line-height: 43px !important;;
|
|
|
|
- font-size: 13px !important;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- cursor: pointer;
|
|
|
|
- text-align: center;
|
|
|
|
- border-radius: 1px;
|
|
|
|
|
|
+ flex: 1;
|
|
|
|
+ height: 43px;
|
|
|
|
+ line-height: 43px !important;;
|
|
|
|
+ font-size: 13px !important;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ text-align: center;
|
|
|
|
+ border-radius: 1px;
|
|
|
|
+ }
|
|
|
|
+ @media screen and (max-width: 320px) {
|
|
|
|
+ /deep/.u-tabbar__content {
|
|
|
|
+ height: 42px!important;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
</style>
|
|
</style>
|