Commit df8604ea authored by 阮藤's avatar 阮藤

建模订单页面提交

parent c21d994f
This diff is collapsed.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<view class="u-m-r-30"> <view class="u-m-r-30">
<u-icon :name="index === selectedIndex ? 'checkmark-circle-fill' : 'checkmark-circle'" color="#000" size="40" @click="triggerSelectItem(index)" /> <u-icon :name="index === selectedIndex ? 'checkmark-circle-fill' : 'checkmark-circle'" color="#000" size="40" @click="triggerSelectItem(index)" />
</view> </view>
<view class="ab">租户{{ index }}</view> <view :class="{ tenant_list: true, border_000: index === selectedIndex }">租户{{ index }}</view>
</view> </view>
</view> </view>
<!-- 底部按钮 确定--> <!-- 底部按钮 确定-->
...@@ -120,7 +120,7 @@ $main-color: #fff; ...@@ -120,7 +120,7 @@ $main-color: #fff;
color: $h-color; color: $h-color;
background-color: whitesmoke; background-color: whitesmoke;
} }
.ab { .tenant_list {
flex: 1; flex: 1;
height: 160rpx; height: 160rpx;
line-height: 160rpx; line-height: 160rpx;
...@@ -128,6 +128,7 @@ $main-color: #fff; ...@@ -128,6 +128,7 @@ $main-color: #fff;
background: url(../../static/images/home/tenSelet@2x.png) no-repeat; background: url(../../static/images/home/tenSelet@2x.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
border-radius: 16rpx; border-radius: 16rpx;
border: 1px solid #979797;
} }
.bg-fff { .bg-fff {
background: $main-color; background: $main-color;
...@@ -144,6 +145,9 @@ $main-color: #fff; ...@@ -144,6 +145,9 @@ $main-color: #fff;
border: 1px solid #000; border: 1px solid #000;
} }
} }
.border_000 {
border: 1px solid #000;
}
.custom-style { .custom-style {
color: #fff; color: #fff;
background: #000; background: #000;
......
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