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

47 lines
783 B

2 years ago
.list {
display: flex;
flex-direction: column;
padding: 40rpx 70rpx 40rpx 70rpx;
.image{
display: flex;
justify-content: center;
padding: 130rpx 0 100rpx 0;
.image-logo{
width: 100rpx;
height: 100rpx;
}
}
}
.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 {
color: #ffffff;
width: 100%;
height: 80rpx;
background: #18bc37;
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4);
border-radius: 25rpx;
line-height: 80rpx;
text-align: center;
margin: 50rpx auto 0;
}