177 lines
2.7 KiB
SCSS
177 lines
2.7 KiB
SCSS
|
|
.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;
|
|
}
|
|
}
|
|
.EnglishFont {
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
margin-top: 60rpx;
|
|
margin-bottom: 40rpx;
|
|
// display: flex;
|
|
// align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.list-call-password {
|
|
padding-top: 10rpx;
|
|
height: 120rpx;
|
|
font-weight: normal;
|
|
color: #333333;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
|
|
.list-call-user .u-input {
|
|
|
|
font-size: 30rpx;
|
|
width: 100%;
|
|
height: 110rpx;
|
|
text-indent: 2%;
|
|
border: 1px solid #00CA9A;
|
|
}
|
|
|
|
.zhanghao {
|
|
color: #282828;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.list-call-password .u-input {
|
|
|
|
font-size: 30rpx;
|
|
width: 100%;
|
|
height: 110rpx;
|
|
text-indent: 2%;
|
|
border: 1px solid #00CA9A;
|
|
|
|
}
|
|
|
|
|
|
.list-call-password .u-icon-right {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
color: #aaaaaa;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
// z-index: 3;
|
|
}
|
|
|
|
.button {
|
|
color: #fff;
|
|
font-size: 35rpx;
|
|
width: 603rpx;
|
|
height: 95rpx;
|
|
background: #009c77;
|
|
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%;
|
|
background: linear-gradient(-45deg, rgba(7, 151, 110, 1), rgba(254, 131, 15, 0.3));
|
|
|
|
}
|
|
|
|
.center-logo {
|
|
width: 410rpx;
|
|
height: 150rpx;
|
|
top: 100rpx;
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.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;
|
|
position: relative;
|
|
margin-bottom: 30rpx;
|
|
|
|
.u-icon-delete {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
color: #aaaaaa;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
input {
|
|
height: 90rpx;
|
|
border-radius: 10rpx;
|
|
padding-left: 10rpx;
|
|
box-shadow: 0px 4px 16rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.user-icon {
|
|
width: 36rpx;
|
|
height: 39rpx;
|
|
}
|
|
}
|
|
|
|
.list-call-password {
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
width: 100%;
|
|
height: 89rpx;
|
|
position: relative;
|
|
|
|
|
|
input {
|
|
height: 90rpx;
|
|
color: #939393;
|
|
border-radius: 10rpx;
|
|
padding-left: 10rpx;
|
|
box-shadow: 0px 4px 16rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.password-icon {
|
|
width: 36rpx;
|
|
height: 42rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.list-call-icon {
|
|
color: #ff0000;
|
|
}
|
|
|
|
|
|
.u-tabs {
|
|
padding: 0 70rpx;
|
|
} |