Skip to content

Commit ad90c72

Browse files
committed
同步代码
1 parent d3ca572 commit ad90c72

133 files changed

Lines changed: 124058 additions & 48065 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

es5-project-link-vue2/public/css/style.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ li {
162162
background-color: #4db3ff;
163163
}
164164

165+
.dark .slider-selection {
166+
background-image: linear-gradient(to bottom, #86b9e6 0, #86b9e6 100%);
167+
}
168+
165169
.dark .mars3d-popup-color {
166170
color: #ffffff;
167171
}
@@ -275,7 +279,7 @@ li {
275279
.infoview {
276280
position: absolute;
277281
top: 10px;
278-
left: 10px;
282+
right: 10px;
279283
padding: 10px 15px;
280284
border-radius: 4px;
281285
border: 1px solid rgba(128, 128, 128, 0.5);
@@ -284,9 +288,9 @@ li {
284288
box-shadow: 0 3px 14px rgba(128, 128, 128, 0.5);
285289
z-index: 19870101;
286290
}
287-
.infoview-right {
288-
left: auto;
289-
right: 10px;
291+
.infoview-left {
292+
right: auto;
293+
left: 10px;
290294
}
291295

292296
.infoview input,
@@ -310,9 +314,10 @@ li {
310314
top: auto;
311315
bottom: 60px;
312316
left: auto;
313-
right: 50px;
317+
right: 10px;
314318
}
315319

320+
316321
.mars-table {
317322
width: 100%;
318323
border-collapse: collapse;

0 commit comments

Comments
 (0)