Browse Source

修改样式

master
ltlzx 4 years ago
parent
commit
258622681c
  1. 2
      src/assets/scss/base/_init.css
  2. 2
      src/assets/scss/base/_init.min.css
  3. 2
      src/assets/scss/base/_init.scss
  4. 3
      src/assets/scss/module/_home.css
  5. 2
      src/assets/scss/module/_home.min.css
  6. 3
      src/assets/scss/module/_home.scss
  7. 2
      src/views/home/index.vue

2
src/assets/scss/base/_init.css

@ -3,7 +3,7 @@ body {
font-size: 14px;
line-height: 1.5;
color: #172636;
background: #f4f5e6;
background: white;
font-weight: 400;
}

2
src/assets/scss/base/_init.min.css

@ -1 +1 @@
body{font-family:"Overpass", sans-serif;font-size:14px;line-height:1.5;color:#172636;background:#f4f5e6;font-weight:400}ul,ol{margin:0;padding:0;list-style:none}a,a:hover{text-decoration:none}img{max-width:100%;height:auto}thead tr th{padding:8px 15px !important}thead th{color:#172636;font-size:13px;font-weight:600;border:0 !important}tbody tr{color:inherit}tbody tr:hover{background:#141e2c}::-webkit-scrollbar{background:transparent;width:3px;height:6px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.07);border:solid rgba(88,88,88,0.12) 2px;border-radius:5px}
body{font-family:"Overpass", sans-serif;font-size:14px;line-height:1.5;color:#172636;background:white;font-weight:400}ul,ol{margin:0;padding:0;list-style:none}a,a:hover{text-decoration:none}img{max-width:100%;height:auto}thead tr th{padding:8px 15px !important}thead th{color:#172636;font-size:13px;font-weight:600;border:0 !important}tbody tr{color:inherit}tbody tr:hover{background:#141e2c}::-webkit-scrollbar{background:transparent;width:3px;height:6px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.07);border:solid rgba(88,88,88,0.12) 2px;border-radius:5px}

2
src/assets/scss/base/_init.scss

@ -4,7 +4,7 @@ body {
font-size: 14px;
line-height: 1.5;
color:#172636;
background: #f4f5e6;
background: white;
font-weight: 400;
}

3
src/assets/scss/module/_home.css

@ -3705,7 +3705,8 @@ sub.transmoney-value {
|----------------------------------------------------------------------------
*/
.footer {
background: #fefff2;
background: white;
border-top: 1px solid #c7c7c7;
}
.footer-upper-section {

2
src/assets/scss/module/_home.min.css

File diff suppressed because one or more lines are too long

3
src/assets/scss/module/_home.scss

@ -3720,7 +3720,8 @@ sub.transmoney-value {
|----------------------------------------------------------------------------
*/
.footer {
background: #fefff2;
background: white;
border-top: 1px solid #c7c7c7;
}
.footer-upper-section {

2
src/views/home/index.vue

@ -1332,7 +1332,7 @@ path{
}
}
.colto-section{
background: #f4f5e6;
background: white;
}
.container_button{
background: #3553D2 ;

Loading…
Cancel
Save