Browse Source

更新样式

master
luyisha 3 years ago
parent
commit
601ecd98d5
  1. 21353
      package-lock.json
  2. BIN
      src/favicon.ico
  3. 9
      src/views/college/index.vue
  4. 19
      src/views/home/index.vue
  5. 4
      src/views/wallet/exchange-assets.vue
  6. BIN
      static/images/icon/andriod.png
  7. BIN
      static/images/icon/ios.png

21353
package-lock.json

File diff suppressed because it is too large

BIN
src/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

9
src/views/college/index.vue

@ -133,9 +133,18 @@ export default {
} = response);
this.video = this.bannerList[0];
//
College.getCategoryList().then((list) => {
for(let i=0;i<list.length;i++){
this.categoryList[i].name = list[i].name;
}
}).catch((err) => {});
}).catch(err => {
});
},
getVideo() {

19
src/views/home/index.vue

@ -2180,7 +2180,7 @@ path {
.box1{
width: 802px;
min-height: 220px;
padding: 18px 44px 18px 28px;
padding: 20px 40px 20px 20px;
background-image: url("../../../static/images/1.png");
background-size: 100% 100%;
display: flex;
@ -2198,13 +2198,14 @@ path {
.box2{
width: 368px;
min-height: 220px;
padding: 26px 0px 0px 24px;
padding: 15px 0px 0px 15px;
background-image: url("../../../static/images/2.png");
background-size: 100% 100%;
position: relative;
.txt_1{
width: 260px;
width: 285px;
line-height: 26px;
}
.txt_2{
width: 200px;
@ -2221,14 +2222,18 @@ path {
.box3{
width: 368px;
height: 260px;
padding: 26px 0px 0px 17px;
padding: 15px 0px 0px 15px;
background-image: url("../../../static/images/3.png");
background-size: 100% 100%;
margin-top: 30px;
position: relative;
.txt_1, .txt_2{
width: 250px;
.txt_1{
width: 285px;
line-height: 26px;
}
.txt_2{
width: 200px;
}
img{
width: 155px;
@ -2242,7 +2247,7 @@ path {
.box4{
width: 802px;
height: 260px;
padding: 30px 50px 30px 30px;
padding: 20px 50px 20px 20px;
background-image: url("../../../static/images/4.png");
background-size: 100% 100%;
margin-top: 30px;

4
src/views/wallet/exchange-assets.vue

@ -708,8 +708,8 @@ created() {
// console.log(this.$route.fullPath,121212121, isNeedScroll);
if(isNeedScroll){
setTimeout(() => {
this.PageScrollTo(775);
}, 1500);
this.PageScrollTo(580);
}, 2500);
}
}
};

BIN
static/images/icon/andriod.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 1009 B

BIN
static/images/icon/ios.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save