小程序提交

This commit is contained in:
2025-08-04 16:27:52 +08:00
parent fa2a7b3499
commit 5c2082adf4
10 changed files with 465 additions and 75 deletions

View File

@ -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>

View File

@ -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;