You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cy_pda/pages/login/login.scss

74 lines
1.3 KiB

2 years ago
.container{
padding: 40rpx;
width: 100vw;
height: 100vh;
display: flex;
2 years ago
flex-direction: column;
2 years ago
justify-content: center;
align-items: center;
background-image: linear-gradient(0deg, rgba(18, 150, 219,0.3) 0%, rgba(255,255,255,0) 100%);
2 years ago
}
2 years ago
.logo_img{
width: 150rpx;
height: 150rpx;
margin-bottom: 50rpx;
image{
width: 150rpx;
height: 150rpx;
}
}
2 years ago
.list {
2 years ago
width: 320px;
2 years ago
height: 400px;
background-color: #ffffff;
2 years ago
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
border-radius: 25rpx;
2 years ago
display: flex;
flex-direction: column;
2 years ago
padding: 50rpx;
2 years ago
.image{
display: flex;
2 years ago
justify-content: space-between;
2 years ago
.image-logo{
2 years ago
width: auto;
2 years ago
height: 100rpx;
2 years ago
line-height: 100rpx;
font-family: Source Han Sans CN;
font-weight: bold;
font-size: 42rpx;
color: #222222;
2 years ago
}
}
}
.list-call {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-top: 10rpx;
height: 120rpx;
font-weight: normal;
color: #333333;
border-bottom: 0.5px solid #e2e2e2;
}
.list-call .u-input {
flex: 1;
font-size: 39rpx;
text-align: left;
margin-left: 16rpx;
}
.button {
2 years ago
color: #ffffff;
width: 400rpx;
2 years ago
height: 80rpx;
2 years ago
background: #1E90FF;
2 years ago
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4);
border-radius: 25rpx;
line-height: 80rpx;
text-align: center;
2 years ago
margin: 65rpx auto 0;
2 years ago
}