diff --git a/pages/massif/mana/recovery.vue b/pages/massif/mana/recovery.vue index dbb749d..cf900f3 100644 --- a/pages/massif/mana/recovery.vue +++ b/pages/massif/mana/recovery.vue @@ -73,8 +73,21 @@ .info{ font-size: 24rpx; color:#999; - text:nth-child(2){ - margin-left:20rpx; + display: flex; + align-items: center; + justify-content: space-between; + text.plant-jinrongjiaoyi{ + display: flex; + align-items: center; + color:#10C176; + font-size:24rpx; + background:#EEFBF5; + height:48rpx; + line-height: 48rpx; + padding:0 10rpx; + &:before{ + font-size:35rpx; + } } } } @@ -103,8 +116,9 @@ {{v.plantName}} {{v.harvestNum}} - 负责人:{{v.principal}} - 采收日期:{{v.harvestTime}} + 负责人:{{v.principal}} + 采收日期:{{v.harvestTime}} + 交易 diff --git a/pages/massif/mana/transactions.vue b/pages/massif/mana/transactions.vue index b3329ab..eebdd86 100644 --- a/pages/massif/mana/transactions.vue +++ b/pages/massif/mana/transactions.vue @@ -83,7 +83,7 @@ - + diff --git a/uni.scss b/uni.scss index a5aee7a..5e7bfa0 100644 --- a/uni.scss +++ b/uni.scss @@ -77,7 +77,7 @@ $uni-font-size-paragraph:15px; @import '@/common/main.css'; @import 'uview-ui/theme.scss'; -@import url('https://at.alicdn.com/t/c/font_3852037_uelrk7bjj2.css'); +@import url('https://at.alicdn.com/t/c/font_3852037_x0ytzgg6if.css'); [class*=plant-]{ font-family: "plantMana" !important; font-size: 16px;