|
@@ -71,6 +71,10 @@ html {
|
|
|
margin-bottom: toREM(20);
|
|
|
}
|
|
|
|
|
|
+.mb-15 {
|
|
|
+ margin-bottom: toREM(15);
|
|
|
+}
|
|
|
+
|
|
|
[v-cloak] {
|
|
|
display: none;
|
|
|
}
|
|
@@ -142,23 +146,23 @@ html {
|
|
|
|
|
|
// 右侧抽屉框
|
|
|
.levitated-sphere-overlay {
|
|
|
- height: calc(100% - toREM(50));
|
|
|
+ height: calc(100% - toREM(60));
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
|
|
|
.levitated-sphere-drawer {
|
|
|
- top: 46%;
|
|
|
- height: calc(100% - toREM(50));
|
|
|
+ top: 45.5%;
|
|
|
+ height: calc(100% - toREM(60));
|
|
|
max-height: none !important;
|
|
|
+ min-width: toREM(70);
|
|
|
color: #fff;
|
|
|
background-color: rgba(2, 2, 6, .5);
|
|
|
- padding: toREM(80) toREM(10) 0;
|
|
|
+ padding: toREM(30) toREM(10) 0;
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
.drawer-item {
|
|
|
- line-height: toREM(36);
|
|
|
+ line-height: toREM(30);
|
|
|
border-radius: toREM(3);
|
|
|
-
|
|
|
&.active {
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
color: #000;
|