Skip to content

Commit c0eb582

Browse files
committed
feat(appearance): appearance set
1 parent 5fd3606 commit c0eb582

File tree

1 file changed

+0
-110
lines changed
  • frontend/src/views/system/appearance

1 file changed

+0
-110
lines changed

frontend/src/views/system/appearance/index.vue

Lines changed: 0 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -810,116 +810,6 @@ onUnmounted(() => {
810810
}
811811
}
812812
}
813-
.mobile-fake {
814-
display: flex;
815-
align-items: center;
816-
justify-content: center;
817-
background: #ffffff;
818-
border-radius: 6px;
819-
padding-top: 24px;
820-
.mobile-canvas {
821-
transform: scale(0.6);
822-
transform-origin: top;
823-
border-radius: 30px;
824-
width: 419px;
825-
height: 852px;
826-
overflow: hidden;
827-
background-size: 100% 100% !important;
828-
position: relative;
829-
background-image: url(@/assets/img/mobile-bg-pc.png);
830-
padding: 0 22px;
831-
832-
.mobile-header {
833-
margin-top: 20px;
834-
height: 43px;
835-
display: flex;
836-
img {
837-
height: 100%;
838-
width: 100%;
839-
}
840-
}
841-
842-
.config-panel-title {
843-
height: 44px;
844-
display: flex;
845-
align-items: center;
846-
justify-content: center;
847-
background: #fff;
848-
position: relative;
849-
border-top-right-radius: 4px;
850-
border-top-left-radius: 4px;
851-
}
852-
853-
.config-panel-content {
854-
width: 100%;
855-
height: calc(100% - 127px);
856-
border-bottom-left-radius: 45px;
857-
border-bottom-right-radius: 45px;
858-
overflow: hidden;
859-
860-
.login-mobile_color {
861-
width: 100%;
862-
height: 100%;
863-
position: relative;
864-
.mobile-login-content {
865-
background: linear-gradient(
866-
180deg,
867-
rgba(255, 255, 255, 0.94) 0%,
868-
#ffffff 58.86%
869-
);
870-
position: absolute;
871-
bottom: 0;
872-
left: 0;
873-
border-top-right-radius: 20px;
874-
border-top-left-radius: 20px;
875-
overflow: hidden;
876-
width: 100%;
877-
height: 70%;
878-
padding: 24px 16px;
879-
z-index: 10;
880-
881-
.mobile-login-welcome {
882-
font-size: 22px;
883-
font-weight: 500;
884-
line-height: 30px;
885-
margin-top: 10px;
886-
}
887-
888-
.login-input_fake {
889-
position: relative;
890-
width: 100%;
891-
height: 48px;
892-
border: 1px solid #bbbfc4;
893-
border-radius: 6px;
894-
margin: 16px 0;
895-
padding: 12px 16px;
896-
border-color: rgb(187, 191, 196);
897-
}
898-
}
899-
}
900-
901-
&.with-bg {
902-
background-size: contain;
903-
background-repeat: no-repeat;
904-
background-image: url(@/assets/img/bg-mobile.png);
905-
}
906-
907-
.mobile-login_bg {
908-
width: 100%;
909-
height: 100%;
910-
position: relative;
911-
z-index: 1;
912-
}
913-
}
914-
}
915-
}
916-
.tips-page {
917-
font-size: 14px;
918-
font-weight: 400;
919-
line-height: 22px;
920-
color: #8f959e;
921-
margin-top: 6px;
922-
}
923813
}
924814
925815
.config-list {

0 commit comments

Comments
 (0)