Browse Source

fdsfd

shibei_master
dai 4 years ago
parent
commit
fd1c3b896f
  1. BIN
      src/assets/img/shuju/card/bg.png
  2. BIN
      src/assets/img/shuju/card/l-b.png
  3. BIN
      src/assets/img/shuju/card/l-t.png
  4. BIN
      src/assets/img/shuju/card/line-b.png
  5. BIN
      src/assets/img/shuju/card/line-l.png
  6. BIN
      src/assets/img/shuju/card/line-r.png
  7. BIN
      src/assets/img/shuju/card/line-t.png
  8. BIN
      src/assets/img/shuju/card/r-b.png
  9. BIN
      src/assets/img/shuju/card/r-t.png
  10. BIN
      src/assets/img/shuju/people/ren.png
  11. BIN
      src/assets/img/shuju/youby.png
  12. 27
      src/assets/scss/people.scss
  13. 29
      src/assets/scss/shuju-card.scss
  14. 8
      src/views/modules/visual/basicinfo/people.vue

BIN
src/assets/img/shuju/card/bg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 922 B

After

Width:  |  Height:  |  Size: 928 B

BIN
src/assets/img/shuju/card/l-b.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/img/shuju/card/l-t.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/img/shuju/card/line-b.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 991 B

After

Width:  |  Height:  |  Size: 950 B

BIN
src/assets/img/shuju/card/line-l.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 989 B

After

Width:  |  Height:  |  Size: 938 B

BIN
src/assets/img/shuju/card/line-r.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 B

After

Width:  |  Height:  |  Size: 938 B

BIN
src/assets/img/shuju/card/line-t.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 943 B

After

Width:  |  Height:  |  Size: 949 B

BIN
src/assets/img/shuju/card/r-b.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
src/assets/img/shuju/card/r-t.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
src/assets/img/shuju/people/ren.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

BIN
src/assets/img/shuju/youby.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

27
src/assets/scss/people.scss

@ -2,6 +2,29 @@
@import "c/function";
.m-people {
width: 400px;
// height: 400px;
width: 850px;
.title {
padding: 10px;
font-size: 22px;
font-family: PingFang SC;
font-weight: 800;
color: #ffffff;
display: flex;
align-items: center;
img {
display: block;
margin-right: 5px;
}
span {
display: block;
}
}
.ren {
.pic-ren {
margin: 0 auto;
}
}
}

29
src/assets/scss/shuju-card.scss

@ -4,9 +4,10 @@
.m-card {
position: relative;
box-sizing: border-box;
min-width: 200px;
width: 100%;
height: 100%;
padding: 11px;
padding: 22px;
.corner {
position: absolute;
@ -36,36 +37,36 @@
&.line-t {
background-image: url(../img/shuju/card/line-t.png);
left: 11px;
right: 120px;
left: 22px;
right: 240px;
top: 0;
height: 11px;
height: 22px;
}
&.line-r {
background-image: url(../img/shuju/card/line-r.png);
top: 11px;
bottom: 11px;
top: 22px;
bottom: 22px;
right: 0;
width: 11px;
width: 22px;
}
&.line-b {
background-image: url(../img/shuju/card/line-b.png);
left: 11px;
right: 120px;
left: 22px;
right: 240px;
bottom: 0;
height: 11px;
height: 22px;
}
&.line-l {
background-image: url(../img/shuju/card/line-l.png);
top: 11px;
bottom: 11px;
top: 22px;
bottom: 22px;
left: 0;
width: 11px;
width: 22px;
}
}
.cnt {
height: 300px;
min-height: 200px;
background-image: url(../img/shuju/card/bg.png);
background-repeat: repeat;
}

8
src/views/modules/visual/basicinfo/people.vue

@ -3,7 +3,13 @@
<div class="g-l">
<div class="m-people">
<cpt-card>
哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
<div class="title">
<img src="@/assets/img/shuju/title-tip.png" />
<span>人员情况</span>
</div>
<div class="ren">
<img class="pic-ren" src="@/assets/img/shuju/people/ren.png" />
</div>
</cpt-card>
</div>
</div>

Loading…
Cancel
Save