Files
smart_storage_app/pages/login/index.scss

177 lines
2.7 KiB
SCSS
Raw Normal View History

2025-06-30 10:21:25 +08:00
.wrap {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
.logo {
.EnglishFont{
font-size: 50rpx;
font-weight: 600;
margin-top: 230rpx;
color: #fff;
text-align: center;
}
}
2025-07-01 16:59:10 +08:00
.EnglishFont {
font-size: 36rpx;
font-weight: 600;
margin-top: 60rpx;
margin-bottom: 40rpx;
// display: flex;
// align-items: center;
2025-06-30 10:21:25 +08:00
}
}
.list-call-password {
padding-top: 10rpx;
height: 120rpx;
font-weight: normal;
color: #333333;
position: relative;
}
.list-call-user .u-input {
font-size: 30rpx;
2025-07-01 16:59:10 +08:00
width: 100%;
height: 110rpx;
text-indent: 2%;
border: 1px solid #00CA9A;
2025-06-30 10:21:25 +08:00
}
2025-07-01 16:59:10 +08:00
.zhanghao {
color: #282828;
margin-bottom: 10rpx;
2025-06-30 10:21:25 +08:00
}
.list-call-password .u-input {
font-size: 30rpx;
width: 100%;
height: 110rpx;
2025-07-01 16:59:10 +08:00
text-indent: 2%;
border: 1px solid #00CA9A;
2025-06-30 10:21:25 +08:00
}
.list-call-password .u-icon-right {
2025-07-01 16:59:10 +08:00
position: absolute;
right: 20rpx;
2025-06-30 10:21:25 +08:00
color: #aaaaaa;
width: 40rpx;
height: 40rpx;
// z-index: 3;
}
.button {
color: #fff;
font-size: 35rpx;
width: 603rpx;
height: 95rpx;
2025-07-01 16:59:10 +08:00
background: #009c77;
2025-06-30 10:21:25 +08:00
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4);
border-radius: 10rpx;
line-height: 95rpx;
text-align: center;
margin: 50rpx 75rpx 0rpx 75rpx;
}
.logo {
width: 100%;
height: 400rpx;
border-radius: 0 0 50% 50%;
2025-07-01 16:59:10 +08:00
background: linear-gradient(-45deg, rgba(7, 151, 110, 1), rgba(254, 131, 15, 0.3));
2025-06-30 10:21:25 +08:00
}
2025-07-01 16:59:10 +08:00
.center-logo {
width: 410rpx;
height: 150rpx;
top: 100rpx;
position: absolute;
2025-06-30 10:21:25 +08:00
}
.user-card {
width: 80%;
padding: 30rpx 0;
// box-shadow: 10rpx 10rpx 45rpx #888888;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.list {
color: #939393;
.list-call-user {
display: flex;
align-items: center;
border-bottom: 1rpx solid #f5f5f5;
width: 100%;
height: 89rpx;
2025-07-01 16:59:10 +08:00
position: relative;
2025-06-30 10:21:25 +08:00
margin-bottom: 30rpx;
2025-07-01 16:59:10 +08:00
.u-icon-delete {
position: absolute;
right: 20rpx;
color: #aaaaaa;
width: 40rpx;
height: 40rpx;
}
2025-06-30 10:21:25 +08:00
input {
height: 90rpx;
2025-07-01 16:59:10 +08:00
border-radius: 10rpx;
padding-left: 10rpx;
box-shadow: 0px 4px 16rpx rgba(0, 0, 0, 0.1);
2025-06-30 10:21:25 +08:00
}
2025-07-01 16:59:10 +08:00
2025-06-30 10:21:25 +08:00
.user-icon {
width: 36rpx;
height: 39rpx;
}
}
2025-07-01 16:59:10 +08:00
2025-06-30 10:21:25 +08:00
.list-call-password {
display: flex;
align-items: center;
border-bottom: 1rpx solid #f5f5f5;
width: 100%;
height: 89rpx;
2025-07-01 16:59:10 +08:00
position: relative;
2025-06-30 10:21:25 +08:00
input {
height: 90rpx;
color: #939393;
2025-07-01 16:59:10 +08:00
border-radius: 10rpx;
padding-left: 10rpx;
box-shadow: 0px 4px 16rpx rgba(0, 0, 0, 0.1);
2025-06-30 10:21:25 +08:00
}
.password-icon {
width: 36rpx;
height: 42rpx;
}
}
}
.list-call-icon {
color: #ff0000;
}
.u-tabs {
padding: 0 70rpx;
2025-07-01 16:59:10 +08:00
}