Commit 24666e5f authored by Damon's avatar Damon

菜单样式

parent ff7a51b0
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</u-form> </u-form>
</scroll-view> </scroll-view>
</view> </view>
<view class="btn-wrap flex-xc"> <view class="btn-wrap flex-xc btn-bottom">
<u-button class="btn-submit" @click="saveComplete" <u-button class="btn-submit" @click="saveComplete"
type="primary" shape="circle" :custom-style="customStyle" :hover-class="submitStatus ? '' : 'none'"> type="primary" shape="circle" :custom-style="customStyle" :hover-class="submitStatus ? '' : 'none'">
暂存 暂存
...@@ -516,7 +516,7 @@ ...@@ -516,7 +516,7 @@
.class-item { .class-item {
background-color: #fff; background-color: #fff;
padding: 30rpx; padding: 28rpx;
border-radius: 8rpx; border-radius: 8rpx;
.title { .title {
font-weight: bold; font-weight: bold;
...@@ -587,18 +587,19 @@ ...@@ -587,18 +587,19 @@
.u-tab-view { .u-tab-view {
width: 200rpx; width: 200rpx;
height: 100%; height: 100%;
border: 4rpx solid #F4F5F7;
} }
.u-tab-item { .u-tab-item {
height: 110rpx; height: 110rpx;
background: #f6f6f6; background: #fff;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 26rpx; font-size: 26rpx;
color: #444; color: #333333;
font-weight: 400; font-weight: 400;
line-height: 1; line-height: 1;
} }
...@@ -606,8 +607,6 @@ ...@@ -606,8 +607,6 @@
.u-tab-item-active { .u-tab-item-active {
position: relative; position: relative;
color: #2272FF; color: #2272FF;
font-size: 30rpx;
font-weight: 600;
background: #fff; background: #fff;
} }
...@@ -667,7 +666,11 @@ ...@@ -667,7 +666,11 @@
height: 120rpx; height: 120rpx;
} }
/*提交按钮*/ /*提交按钮*/
.btn-bottom {
border: 2rpx solid #F4F5F7;
}
.btn-wrap { .btn-wrap {
width: 100%; width: 100%;
padding: 20rpx 0 44rpx 0; padding: 20rpx 0 44rpx 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment