[修改联通活动]
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
<image src="/static/img/campusLogin_logo.png" mode="aspectFill"></image>
|
||||
<view class="title">身份验证</view>
|
||||
</view>
|
||||
<image class="cover" src="/static/img/campusLogin_back_red.png" mode="aspectFill"></image>
|
||||
<!-- <image class="cover" src="/static/img/campusLogin_back_red.png" mode="aspectFill"></image> -->
|
||||
<image class="cover" src="@/static/img/campus_nologo.png" mode="aspectFill"></image>
|
||||
</view>
|
||||
<view class="campus-cont">
|
||||
<form @submit="forgetlogin">
|
||||
@@ -121,8 +122,8 @@
|
||||
<style lang="scss">
|
||||
.content{
|
||||
min-height: 100vh;
|
||||
// background-image: linear-gradient(to top right, #cbaf7f, #fcf4cb);
|
||||
background-image: linear-gradient(to top right, #fff9f9, #fff9f9);
|
||||
background-image: linear-gradient(to top right, #cbaf7f, #fcf4cb);
|
||||
// background-image: linear-gradient(to top right, #fff9f9, #fff9f9);
|
||||
}
|
||||
.campus-cont{
|
||||
padding: 40rpx 60rpx;
|
||||
@@ -130,8 +131,8 @@
|
||||
position: relative;
|
||||
padding-left: 30rpx;
|
||||
padding-right: 30rpx;
|
||||
background-image: linear-gradient(to right, #f4eeee, #f4eeee);
|
||||
// background-image: linear-gradient(to right, #575a85, #252f4b);
|
||||
// background-image: linear-gradient(to right, #f4eeee, #f4eeee);
|
||||
background-image: linear-gradient(to right, #575a85, #252f4b);
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
border-radius: 45rpx;
|
||||
@@ -149,12 +150,14 @@
|
||||
font-size: 30rpx;
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
color: #f25448;
|
||||
color: #ffffff;
|
||||
// color: #f25448;
|
||||
&::after{
|
||||
border: none;
|
||||
}
|
||||
&[disabled]{
|
||||
color: rgba($color: #f25448, $alpha: .5);
|
||||
color: rgba($color: #ffffff, $alpha: .5);
|
||||
// color: rgba($color: #f25448, $alpha: .5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -184,8 +187,8 @@
|
||||
line-height: 90rpx;
|
||||
padding: 0;
|
||||
border-radius: 45rpx;
|
||||
background-image: linear-gradient(to right, #f25448, #fe786d);
|
||||
// background-image: linear-gradient(to right, #575a85, #252f4b);
|
||||
// background-image: linear-gradient(to right, #f25448, #fe786d);
|
||||
background-image: linear-gradient(to right, #575a85, #252f4b);
|
||||
font-size: 32rpx;
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user