|
|
@@ -3,8 +3,8 @@
|
|
|
<view class="login-form">
|
|
|
<view class="from-title">
|
|
|
<view class="title-list">
|
|
|
- <view class="title-text">验证码登录</view>
|
|
|
- <view class="title-text">密码登录</view>
|
|
|
+ <view class="title-text dominant-text-color sys-size-28">验证码登录</view>
|
|
|
+ <view class="title-text sys-size-28">密码登录</view>
|
|
|
</view>
|
|
|
<view class="title-bg"></view>
|
|
|
|
|
|
@@ -38,7 +38,7 @@
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
- @import "/common/css/login.css";
|
|
|
+ @import "/static/css/login.css";
|
|
|
.page-box{
|
|
|
background-color: #EEF1F7;
|
|
|
padding-top: 370rpx;
|
|
|
@@ -66,6 +66,10 @@
|
|
|
justify-content: space-between;
|
|
|
z-index: 1;
|
|
|
position: relative;
|
|
|
+ .title-text{
|
|
|
+ width: 50%;
|
|
|
+ height: 110rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|