UI_2022-02-10
e 3 years ago
parent 5f94d1a903
commit 8ea611582a
  1. BIN
      src/assets/img/info-banner.png
  2. 2
      src/pages/info/details/index.vue
  3. 2
      src/pages/info/list/index.vue
  4. 2
      src/pages/match/details/index.vue
  5. 1
      src/pages/setting/person/index.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 325 KiB

@ -79,7 +79,7 @@ export default {
<style lang="scss" scoped>
.banner-con{
width: 100vw;
width: 100%;
height: 200px;
background-image: url('../../../assets/img/match-banner.jpg');
background-size: 100vw 200px;

@ -190,7 +190,7 @@ export default {
<style lang="scss" scoped>
.banner-con{
width: 100vw;
width: 100%;
height: 200px;
background-image: url('../../../assets/img/match-banner.jpg');
background-size: 100vw 200px;

@ -112,7 +112,7 @@ export default {
<style lang="scss" scoped>
.banner-con{
width: 100vw;
width: 100%;
height: 400px;
background-image: url('../../../assets/img/info-banner.png');
background-size: 100vw 400px;

@ -1400,7 +1400,6 @@ input:focus {
.fold {
margin-top: 20px;
text-align: center;
i {
font-size: 22px;
color: #8e8e8e;

Loading…
Cancel
Save