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

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