Files
lxp_Maxcess/unpackage/dist/dev/app-plus/pages/client/account/login.css
2025-04-09 18:55:14 +08:00

315 lines
7.0 KiB
CSS

/* 多行省略 */
.multi-line-omit[data-v-ac70166d] {
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* 单行省略 */
.one-line-omit[data-v-ac70166d] {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.u-empty[data-v-ac70166d],
.u-empty__wrap[data-v-ac70166d],
.u-tabs[data-v-ac70166d],
.u-tabs__wrapper[data-v-ac70166d],
.u-tabs__wrapper__scroll-view-wrapper[data-v-ac70166d],
.u-tabs__wrapper__scroll-view[data-v-ac70166d],
.u-tabs__wrapper__nav[data-v-ac70166d],
.u-tabs__wrapper__nav__line[data-v-ac70166d],
.up-empty[data-v-ac70166d],
.up-empty__wrap[data-v-ac70166d],
.up-tabs[data-v-ac70166d],
.up-tabs__wrapper[data-v-ac70166d],
.up-tabs__wrapper__scroll-view-wrapper[data-v-ac70166d],
.up-tabs__wrapper__scroll-view[data-v-ac70166d],
.up-tabs__wrapper__nav[data-v-ac70166d],
.up-tabs__wrapper__nav__line[data-v-ac70166d] {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
@font-face {
font-family: "uicon-iconfont";
src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
}
.u-icon[data-v-ac70166d] {
display: flex;
align-items: center;
}
.u-icon--left[data-v-ac70166d] {
flex-direction: row-reverse;
align-items: center;
}
.u-icon--right[data-v-ac70166d] {
flex-direction: row;
align-items: center;
}
.u-icon--top[data-v-ac70166d] {
flex-direction: column-reverse;
justify-content: center;
}
.u-icon--bottom[data-v-ac70166d] {
flex-direction: column;
justify-content: center;
}
.u-icon__icon[data-v-ac70166d] {
font-family: uicon-iconfont;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
}
.u-icon__icon--primary[data-v-ac70166d] {
color: #3c9cff;
}
.u-icon__icon--success[data-v-ac70166d] {
color: #5ac725;
}
.u-icon__icon--error[data-v-ac70166d] {
color: #f56c6c;
}
.u-icon__icon--warning[data-v-ac70166d] {
color: #f9ae3d;
}
.u-icon__icon--info[data-v-ac70166d] {
color: #909399;
}
.u-icon__img[data-v-ac70166d] {
height: auto;
will-change: transform;
}
.u-icon__label[data-v-ac70166d] {
line-height: 1;
}
/* 多行省略 */
.multi-line-omit[data-v-df79975b] {
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* 单行省略 */
.one-line-omit[data-v-df79975b] {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.u-empty[data-v-df79975b],
.u-empty__wrap[data-v-df79975b],
.u-tabs[data-v-df79975b],
.u-tabs__wrapper[data-v-df79975b],
.u-tabs__wrapper__scroll-view-wrapper[data-v-df79975b],
.u-tabs__wrapper__scroll-view[data-v-df79975b],
.u-tabs__wrapper__nav[data-v-df79975b],
.u-tabs__wrapper__nav__line[data-v-df79975b],
.up-empty[data-v-df79975b],
.up-empty__wrap[data-v-df79975b],
.up-tabs[data-v-df79975b],
.up-tabs__wrapper[data-v-df79975b],
.up-tabs__wrapper__scroll-view-wrapper[data-v-df79975b],
.up-tabs__wrapper__scroll-view[data-v-df79975b],
.up-tabs__wrapper__nav[data-v-df79975b],
.up-tabs__wrapper__nav__line[data-v-df79975b] {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.u-input[data-v-df79975b] {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
flex: 1;
}
.u-input--radius[data-v-df79975b], .u-input--square[data-v-df79975b] {
border-radius: 4px;
}
.u-input--no-radius[data-v-df79975b] {
border-radius: 0;
}
.u-input--circle[data-v-df79975b] {
border-radius: 100px;
}
.u-input__content[data-v-df79975b] {
flex: 1;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.u-input__content__field-wrapper[data-v-df79975b] {
position: relative;
display: flex;
flex-direction: row;
margin: 0;
flex: 1;
}
.u-input__content__field-wrapper__field[data-v-df79975b] {
line-height: 26px;
text-align: left;
color: #303133;
height: 24px;
font-size: 15px;
flex: 1;
}
.u-input__content__clear[data-v-df79975b] {
width: 20px;
height: 20px;
border-radius: 100px;
background-color: #c6c7cb;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
transform: scale(0.82);
margin-left: 4px;
}
.u-input__content__subfix-icon[data-v-df79975b] {
margin-left: 4px;
}
.u-input__content__prefix-icon[data-v-df79975b] {
margin-right: 4px;
}
/* 多行省略 */
.multi-line-omit[data-v-c5ebdb28] {
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* 单行省略 */
.one-line-omit[data-v-c5ebdb28] {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
[data-v-c5ebdb28] .uni-text {
line-height: normal !important;
}
.loginBox[data-v-c5ebdb28] {
background-image: url("../../../static/bc/loginBc.png");
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.app[data-v-c5ebdb28] {
background-color: #fff;
display: flex;
flex-direction: column;
padding: 0 2rem;
position: relative;
height: 100vh !important;
}
.app .language[data-v-c5ebdb28] {
position: absolute;
right: 1.25rem;
top: 4.375rem;
min-width: 3.125rem;
}
.app .language .languageText[data-v-c5ebdb28] {
display: flex;
justify-content: space-between;
margin-bottom: 0.5rem;
font-weight: 500;
font-size: 0.875rem;
}
.app .header-tabs[data-v-c5ebdb28] {
width: 100%;
height: 24vmax;
display: flex;
align-items: center;
}
.app .header-tabs .header-tabs-title[data-v-c5ebdb28] {
font-size: 1.125rem;
font-family: Bold;
font-weight: 500;
color: #666;
}
.app .header-tabs .header-tabs-title.active[data-v-c5ebdb28] {
color: #ffffff;
font-size: 1.5rem;
}
.app .form-body[data-v-c5ebdb28] {
width: 100%;
}
.app .form-body .form-item1[data-v-c5ebdb28] {
opacity: 0;
animation-name: error-num-c5ebdb28;
animation-duration: 0.5s;
animation-fill-mode: forwards;
animation-delay: 0.1s;
display: flex;
}
.app .form-body .form-item2[data-v-c5ebdb28] {
opacity: 0;
animation-name: error-num-c5ebdb28;
animation-duration: 0.5s;
animation-fill-mode: forwards;
animation-delay: 0.2s;
display: flex;
}
@keyframes error-num-c5ebdb28 {
0% {
transform: translateY(60px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.app .form-body .form-button[data-v-c5ebdb28] {
height: 3rem;
border-radius: 1.5625rem;
display: flex;
align-items: center;
justify-content: center;
font-family: Medium;
background-color: #0129D3;
color: #fff;
margin-top: 4rem;
margin-bottom: 1.5rem;
}
.app .footer-wrap[data-v-c5ebdb28] {
width: 100%;
display: flex;
flex-direction: column;
padding-bottom: 1rem;
}
.app .footer-wrap .thirdway-grids[data-v-c5ebdb28] {
margin-bottom: 3.5rem;
display: flex;
grid-template-columns: 1fr;
justify-content: center;
}