@@ -462,9 +458,9 @@ export default {
this.addPosition1(this.HLJ)
this.addPosition1(this.YZJ)
this.addPosition1(this.MDJXS)
- this.addPosition2(this.YAO)
+ this.addPosition1(this.YAO)
this.addPosition1(this.FJJXS)
- this.addPosition2(this.BZX)
+ this.addPosition1(this.BZX)
} else {
this.toast(res.desc)
}
@@ -523,7 +519,7 @@ export default {
.item_tr
width 100%
height auto
- padding 3% .5%
+ padding 34px .5% 15px .5%
_fj(,center)
.item_wrapper_h1
width 100%
@@ -537,12 +533,21 @@ export default {
overflow hidden
.item_wrapper_l
width 49.85%
+// .item_block
+// position relative
+// width 9.55%
+// padding 8px 4px
+// margin-bottom 0.5%
+// margin-right 0.5%
+// background center center / 100% 100% url(../assets/images/bg_item.png) no-repeat
+// &:nth-child(10n)
+// margin-right 0
.item_block
position relative
- width 9.55%
+ width 6.0625%
padding 8px 4px
- margin-bottom 0.5%
- margin-right 0.5%
+ margin-bottom 0.4%
+ margin-right 0.2%
background center center / 100% 100% url(../assets/images/bg_item.png) no-repeat
&:nth-child(10n)
margin-right 0
@@ -556,7 +561,7 @@ export default {
width 100%
overflow hidden
.item_img
- _wh(98%,91px)
+ _wh(98%,70px)
margin 0 auto 5px auto
border 1px solid #393F51
background-color $gray
@@ -573,20 +578,20 @@ export default {
width 100%
padding 4px 0
.info_block
- _wh(100%, 80px)
+ _wh(100%, 98px)
padding 4px 0
overflow hidden
.info_table_block
width 100%
_fj(row,,flex-start)
.info_table
- width 80px
- max-height 36px
+ width 60px
+ max-height 54px
overflow hidden
_font(12px,18px,,100,left)
.info_data
- width calc(100% - 80px)
- max-height 36px
+ width calc(100% - 64px)
+ max-height 54px
overflow hidden
_font(12px,18px,,200,right)
word-break break-all
@@ -701,21 +706,22 @@ export default {
border-bottom none
.tag_block
position fixed
- bottom 10px
+ bottom 20px
right 54px
+ _fj(row, flex-end)
.tag_type
- display inline-block
- padding-left 30px
+ height 16px
+ _fj(row)
+ margin-left 30px
.type_color
- display inline-block
- width 10px
- height 10px
+ width 14px
+ height 14px
border-radius 50%
+ margin-right 10px
.tag_text
- display inline-block
- _font(14px,20px,,,left)
+ _font(16px,16px,,,left)
.green
- background-color $green
+ background-color $green2
.yellow
background-color $yellow
.gray
@@ -723,7 +729,7 @@ export default {
.orange
background-color $orange
.fgreen
- color $green
+ color $green2
.fyellow
color $yellow
.fgray