Browse Source

fix: 更新按钮文字颜色、修复新手引导第四张图

ARyun
jiannibang 3 years ago
parent
commit
8360acdaf6
  1. 2
      src/components/Floors/Floors.scss
  2. BIN
      src/components/Floors/tip.png
  3. 6
      src/components/More/More.scss
  4. BIN
      src/pages/Index/t4.png

2
src/components/Floors/Floors.scss

@ -24,6 +24,8 @@
bottom: 0;
left: calc(100vw - 60px);
background: center / cover no-repeat url(./tip.png);
border-radius: 8px;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
ul {
overflow-x: hidden;

BIN
src/components/Floors/tip.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

6
src/components/More/More.scss

@ -14,7 +14,7 @@
width: 40px;
height: 160px;
background: #ffffff;
box-shadow: 0px 8px 8px rgba(104, 110, 127, 0.04);
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
border-radius: 12px;
justify-content: space-evenly;
align-items: center;
@ -30,7 +30,7 @@
font-size: 10px;
line-height: 14px;
text-align: center;
color: #474a56;
color: #333;
background: #ffffff;
border-radius: 12px;
justify-content: center;
@ -47,7 +47,7 @@
width: 40px;
height: 56px;
margin-top: 8px;
box-shadow: 0px 8px 8px rgba(104, 110, 127, 0.04);
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
}
}

BIN
src/pages/Index/t4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 KiB

After

Width:  |  Height:  |  Size: 331 KiB

Loading…
Cancel
Save