Commit 24666e5f authored by Damon's avatar Damon

菜单样式

parent ff7a51b0
......@@ -76,7 +76,7 @@
</u-form>
</scroll-view>
</view>
<view class="btn-wrap flex-xc">
<view class="btn-wrap flex-xc btn-bottom">
<u-button class="btn-submit" @click="saveComplete"
type="primary" shape="circle" :custom-style="customStyle" :hover-class="submitStatus ? '' : 'none'">
暂存
......@@ -516,7 +516,7 @@
.class-item {
background-color: #fff;
padding: 30rpx;
padding: 28rpx;
border-radius: 8rpx;
.title {
font-weight: bold;
......@@ -587,18 +587,19 @@
.u-tab-view {
width: 200rpx;
height: 100%;
height: 100%;
border: 4rpx solid #F4F5F7;
}
.u-tab-item {
height: 110rpx;
background: #f6f6f6;
background: #fff;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
font-size: 26rpx;
color: #444;
color: #333333;
font-weight: 400;
line-height: 1;
}
......@@ -606,8 +607,6 @@
.u-tab-item-active {
position: relative;
color: #2272FF;
font-size: 30rpx;
font-weight: 600;
background: #fff;
}
......@@ -667,7 +666,11 @@
height: 120rpx;
}
/*提交按钮*/
/*提交按钮*/
.btn-bottom {
border: 2rpx solid #F4F5F7;
}
.btn-wrap {
width: 100%;
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