小程序提交
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
<view class="flex-col justify-start items-center text-wrapper_2 mt-9" bind:tap="userLogin" data-role="{{ 'staff' }}">
|
||||
<text class="font text_3">我是员工</text>
|
||||
</view>
|
||||
<view class="flex-col justify-start items-center text-wrapper_2 mt-9" bind:tap="userLogin" data-role="{{ 'manager' }}">
|
||||
<text class="font text_3">我是经理</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
@ -47,10 +47,10 @@
|
||||
background-color: #ffffff;
|
||||
border-radius: 18.75rpx;
|
||||
width: 500.63rpx;
|
||||
border-left: solid 1.88rpx #ff8d1a;
|
||||
border-right: solid 1.88rpx #ff8d1a;
|
||||
border-top: solid 1.88rpx #ff8d1a;
|
||||
border-bottom: solid 1.88rpx #ff8d1a;
|
||||
border-left: solid 4rpx #ff8d1a;
|
||||
border-right: solid 4rpx #ff8d1a;
|
||||
border-top: solid 4rpx #ff8d1a;
|
||||
border-bottom: solid 4rpx #ff8d1a;
|
||||
}
|
||||
.text_3 {
|
||||
line-height: 31.8rpx;
|
||||
|
Reference in New Issue
Block a user