代客下单修改,登录页面修改,部分页面调整,请求封装调整
This commit is contained in:
@@ -412,4 +412,16 @@ text {
|
||||
/* #endif */
|
||||
.u-flex-col{
|
||||
flex-direction: column!important;
|
||||
}
|
||||
.font-700{
|
||||
font-weight: 700;
|
||||
}
|
||||
.text-center{
|
||||
text-align: center;
|
||||
}
|
||||
.bg-f7{
|
||||
background-color: #F7F7F7;
|
||||
}
|
||||
.u-col-baseline{
|
||||
align-items: baseline;
|
||||
}
|
||||
@@ -39,7 +39,7 @@ $J-f-size30: 30rpx;
|
||||
$v-b-color-ed: #ededed;
|
||||
|
||||
//common.scss 分包页面以及组件里所用的颜色
|
||||
$my-main-color:#318AFE;
|
||||
$my-main-color:#3F9EFF;
|
||||
$my-red-color:#F02C45;
|
||||
|
||||
//my-components
|
||||
|
||||
Reference in New Issue
Block a user