样式改成诺力色

This commit is contained in:
2025-10-10 09:40:30 +08:00
parent 7590d546b2
commit 8581d57eed
47 changed files with 703 additions and 2699 deletions

View File

@@ -56,7 +56,6 @@
</view>
</view>
</view>
<view class="daoying_bg"></view>
</view>
<view v-if="version !== ''" class="version-name">v{{version}}</view>
<Up-grade v-if="grade === true" @closeUpdate="closeUpdate" :androidUrl="androidUrl"></up-grade>
@@ -176,12 +175,12 @@
@import '../../common/style/mixin.styl';
.login-bg
_wh(100%, 100vh)
_bis(#fff,'../../static/images/login_bg.jpg', 100%, 100%,bottom)
_bis(,'../../static/images/theme/login_bg.jpg', 100%, 100%,center)
.logo-wraper
_wh(90%, auto)
margin 0 auto
text-align center
_bis(,'../../static/images/login_header_bg.png', 100%, 100%,bottom)
_bis(,'../../static/images/theme/login_header_bg.png', 100%, 100%,bottom)
img
_wh(30%, auto)
.login_wrap
@@ -191,7 +190,8 @@
width 60%
padding 5% 8%
transform translate3d(-50%, -50%, 0)
_bis(,'../../static/images/form_bg.png', 100%, 100%,bottom)
background #fff
// _bis(,'../../static/images/form_bg.png', 100%, 100%,bottom)
.login_w
_wh(100%, 100%)
overflow hidden
@@ -199,15 +199,14 @@
height 50px
padding 0 5px 25px 10%
margin-bottom 15px
_bis(,'../../static/images/login_tabs_bg.png', 100%, 100%,bottom)
// _bis(,'../../static/images/login_tabs_bg.png', 100%, 100%,bottom)
.login_tab_item
cursor pointer
_font(25px,33px,#99B1DD,,center)
_font(25px,33px,#373737,,center)
font-family: YouSheBiaoTiHei;
padding 0 25px 0 5px
.login_tab_active
color #fff
_bis(,'../../static/images/login_tab_active.png', 100%, 100%,bottom)
color #ff6a00
.login_cnt
position relative
width 200%
@@ -219,16 +218,16 @@
min-height 130px
overflow hidden
.login_label
_font(18px, 45px, #AFBED8,,)
_font(18px, 45px, #909399,700,)
.inputStyle
_font(18px, 45px, #fff,,)
_font(18px, 45px, #909399,,)
_wh(100%, 45px)
background: rgba(45,88,184,0.1);
border: 1px solid #4980BD;
background: #fff;
border: 1px solid #dcdfe6;
padding 0 11px
.inputStyle[focus]
background: rgba(45,88,184,0.25);
border: 1px solid #21D0F2;
border: 1px solid #c0c4cc;
box-shadow: 0 0 0 1px rgba(136, 157, 199,.2);
line-height 45px
.login_icon
position absolute
@@ -238,20 +237,15 @@
_wh(auto, 50px)
padding 0 50px
_font(25px,50px,#fff,,center)
_bis(,'../../static/images/button.png', 100%, 100%,bottom)
background: #ff6a00;
// _bis(,'../../static/images/button.png', 100%, 100%,bottom)
.san_text
_font(18px,36px,#fff,,center)
_font(18px,36px,#909399,,center)
.drift
transition left .3s linear
.version-name
width 100%
position: absolute
bottom 3%
_font(15px, 30px, #fff,,center)
.daoying_bg
position: absolute
bottom -30%
left 0
_wh(100%, 30%)
_bis(,'../../static/images/daoy.png', 100%, 100%,bottom)
_font(15px, 30px, #909399,,center)
</style>