物流端
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.
 
yyt-mall-wl/pages/login/login.wxss

62 lines
1.0 KiB

/* pages/login/login.wxss */
/* pages/login/login.wxss */
page {
background: -webkit-linear-gradient(top, #27adb0, #b6f0f0, #f8f8f8);
padding-top: 250rpx;
}
.title {
padding: 40rpx 50rpx;
font-size: 55rpx;
color: #fff;
font-weight: 600;
font-family: 'Courier New', Courier, monospace;
}
.box {
background-color: #fff;
width: 650rpx;
border-radius: 10rpx;
margin: 0 auto;
padding: 30rpx 0;
}
.text {
display: flex;
/* background-color: #f1f1f1; */
border-radius: 20rpx;
width: 600rpx;
margin: 0 auto;
padding: 20rpx;
align-items: center;
}
.text label {
font-weight: 900;
font-size: 30rpx;
color: #333;
}
.text input {
font-size: 28rpx;
background-color: #f5f5f5;
width: 70%;
height: 60rpx;
padding: 0 20rpx;
border-radius: 10rpx;
}
.btn {
border-radius: 10rpx;
height: 80rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 30rpx;
font-weight: 500;
background-color: #259c9e;
color: #fff;
margin-top: 50rpx;
width: 300rpx !important;
}