This commit is contained in:
2023-03-24 17:18:00 +08:00
parent 10a055cf4a
commit b2d6a975dc
9 changed files with 139 additions and 147 deletions

View File

@@ -73,26 +73,26 @@
flex-direction column
.header
_fj()
_wh(100%,88rpx)
_wh(100%,42px)
background-color $red
.header-item
width calc(50% - 20rpx)
width calc(50% - 30px)
padding 0 10px
.header-user
_font(32rpx, 88rpx, #fff,,)
_font(16px, 42px, #fff,,)
.header-r
_fj(flex-end)
/deep/ .header-r uni-button
margin-right 0
.header-button
_wh(160rpx, 60rpx)
_font(32rpx,60rpx,#333,,)
_wh(auto, 34px)
_font(16px,34px,#333,,)
.nav-wrapper
_wh(calc(100% - 60rpx),calc(100% - 148rpx))
_wh(calc(100% - 15px),calc(100% - 72px))
padding 0 20%
background-color #fff
border-radius 12rpx
margin 30rpx auto
border-radius 12px
margin 15px auto
.nav-wrap
_fj(flex-start)
align-content center
@@ -101,13 +101,13 @@
.nav-item
_fj(center)
align-items center
_wh(30%,200rpx)
border-radius 20rpx
_wh(30%,82px)
border-radius 12px
border 10px solid #acbec6
margin 15rpx 5% 15rpx 0
margin 15px 5% 15px 0
.nav-item:nth-child(3n)
margin-right 0
.nav-text
_font(40rpx, 60rpx, #333,,)
letter-spacing: 4rpx
_font(18px, 42px, #333,,)
letter-spacing: 2px
</style>

View File

@@ -158,13 +158,13 @@
overflow hidden
.login_tab
position relative
height 100rpx
height 35px
border-bottom 1px solid #E2E2E2
margin-bottom 40rpx
margin-bottom 15px
.login_tab_item
float left
width 50%
_font(32rpx,100rpx,#444444,,center)
_font(16px,35px,#444444,,center)
cursor pointer
.login_tab_line
position absolute
@@ -185,31 +185,31 @@
.inputOuter
position relative
width 100%
margin 40rpx auto
margin 15px auto
.inputStyle
_wh(100%,80rpx)
_font(30rpx,80rpx,#999,,)
text-indent 20rpx
_wh(100%,35px)
_font(16px,35px,#999,,)
text-indent 10px
border-bottom 1px solid #E2E2E2
box-sizing border-box
.login_icon
position absolute
top 20rpx
right 20rpx
top 0
right 10px
.submit
width 100%
margin 40rpx auto
margin 15px auto
text-align center
.primary-button
_wh(100%, 80rpx)
_wh(100%, 35px)
background-color #d7592f
border-radius 80rpx
_font(32rpx,80rpx,#fff,,center)
border-radius 35px
_font(16px,35px,#fff,,center)
.scanBox
_fj()
flex-direction column
.san_text
_font(32rpx,1,#D7592F,,center)
_font(16px,24px,#D7592F,,center)
.drift
transition left .3s linear
</style>

View File

@@ -75,7 +75,7 @@
.search-wrap
width 48%
.search-item
width calc(100% - 250rpx)
width calc(100% - 120px)
.confirm-button-wrap
width auto
justify-content flex-start

View File

@@ -68,7 +68,7 @@
options1: [],
index1: '',
val1: '',
dataList: [{instruct_uuid: '1'}],
dataList: [{instruct_uuid: '1', instructorder_no: '000dfj'}],
pkId: '',
disabled: false
};