File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .main-container {
2+ min-height : 100vh ;
3+ background : linear-gradient (135deg , # f0f3fa 0% , # e8f0fe 100% );
4+ }
5+
6+ .header {
7+ text-align : center;
8+ background : transparent;
9+ padding-bottom : 0 ;
10+ }
11+
12+ .logo {
13+ font-size : 40px ;
14+ color : # 409eff ;
15+ vertical-align : middle;
16+ margin-bottom : 8px ;
17+ }
18+
19+ .config-card {
20+ border-radius : 18px ;
21+ box-shadow : 0 4px 24px 0 rgba (64 , 158 , 255 , 0.08 );
22+ background : # fff ;
23+ padding : 0 24px 16px 24px ;
24+ }
25+
26+ .config-form {
27+ margin-top : 8px ;
28+ }
29+
30+ .el-divider {
31+ margin-top : 32px ;
32+ margin-bottom : 18px ;
33+ font-size : 18px ;
34+ color : # 409eff ;
35+ font-weight : bold;
36+ }
37+
38+ .form-actions {
39+ float : right;
40+ }
41+
42+ .tag-list {
43+ margin-top : 4px ;
44+ }
45+
46+ .satori-row {
47+ margin-bottom : 18px ;
48+ }
49+
50+ .info-icon {
51+ margin-left : 8px ;
52+ color : # 909399 ;
53+ }
54+
55+ .account-info {
56+ float : right;
57+ margin-top : 12px ;
58+ font-size : 16px ;
59+ color : # 666 ;
60+ }
61+
62+ @media (max-width : 600px ) {
63+ .config-card {
64+ padding : 12px 2px 8px 2px ;
65+ }
66+
67+ .header {
68+ padding-top : 12px ;
69+ }
70+
71+ .el-divider {
72+ font-size : 15px ;
73+ }
74+ }
You can’t perform that action at this time.
0 commit comments