diff --git a/src/views/mortgage/yqpb.vue b/src/views/mortgage/yqpb.vue index a7f0b46..6c49715 100644 --- a/src/views/mortgage/yqpb.vue +++ b/src/views/mortgage/yqpb.vue @@ -87,7 +87,7 @@
- 本月订货量 @@ -131,7 +131,7 @@
- 现场视频 @@ -170,7 +170,7 @@
- 餐饮企业定货量 @@ -205,7 +205,22 @@
- 仓库平面图 +
+
+
+
+ +
+ +
+ + + 仓库平面图 +
+
+
+ @@ -224,8 +239,23 @@
+ +
+
+
+
+ +
+ +
+ + + 本月目标数 +
+
+
- 本月目标数
品类 @@ -237,16 +267,30 @@
{{ item.typeName }} - {{ item.targetData }} - {{ item.targetDataRate }} + {{ item.targetData }} + {{ item.targetDataRate }}
- - 支行订单量完成情况 + +
+
+
+
+ +
+ +
+ + + 支行订单量完成情况 +
+
+
排名 @@ -827,11 +871,25 @@ align-items: center; justify-content: space-between; - .layout-contre-bom-list-name {} + .layout-contre-bom-list-name { + color: #FFD735; + } - .layout-contre-bom-list-value {} + .layout-contre-bom-list-value { + color: #FF9C00; + } + + .layout-contre-bom-list-monthPre{ + color: #91CC75; + } - .layout-contre-bom-list-growth {} + .layout-contre-bom-list-growth { + color: #0CD947; + } + + .layout-contre-bom-list-growth2 { + color: #FF352C; + } } } } @@ -845,20 +903,43 @@ .layout-right-top { background-color: #031249; padding: 20px; - height: 230px; + height: 245px; position: relative; - span { - font-size: 25px; - font-weight: 600; - font-family: sans-serif; - } - img { margin-top: 10px; width: 100%; height: 80%; } + + .layout-right-top-title{ + display: flex; + flex-direction: row; + .layout-right-top-title_left { + color: #fff; + font-size: 25px; + font-weight: 600; + font-family: sans-serif; + margin-right: 10px; + } + + .layout-right-top-title_right { + flex: 1; + position: relative; + height: 100%; + + &::after { + content: ""; + position: absolute; + bottom: 13px; + left: 0px; + top: 20px; + width: 100%; + height: 100%; + border-bottom: solid 4px #dadada; + } + } + } .layout-right-top_btn1 { //二通道 @@ -1025,11 +1106,36 @@ display: flex; flex-direction: column; padding: 20px; + position: relative; .layout-right-contre-title { - font-size: 25px; - font-weight: 600; - font-family: sans-serif; + display: flex; + flex-direction: row; + + .layout-right-contre-title_left { + color: #fff; + font-size: 25px; + font-weight: 600; + font-family: sans-serif; + margin-right: 10px; + } + + .layout-right-contre-title_right { + flex: 1; + position: relative; + height: 100%; + + &::after { + content: ""; + position: absolute; + bottom: 13px; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border-bottom: solid 4px #dadada; + } + } } .layout-right-contre-label { @@ -1060,11 +1166,17 @@ align-items: center; justify-content: space-between; - .layout-right-contre-list-name {} + .layout-right-contre-list-name { + color: #FFD735; + } - .layout-right-contre-list-value {} + .layout-right-contre-list-num { + color: #FF9C00; + } - .layout-right-contre-list-growth {} + .layout-right-contre-list-rate { + color: #0CD947; + } } } @@ -1076,11 +1188,36 @@ display: flex; flex-direction: column; padding: 20px; + position: relative; .layout-right-bom-title { - font-size: 25px; - font-weight: 600; - font-family: sans-serif; + display: flex; + flex-direction: row; + + .layout-right-bom-title_left { + color: #fff; + font-size: 25px; + font-weight: 600; + font-family: sans-serif; + margin-right: 10px; + } + + .layout-right-bom-title_right { + flex: 1; + position: relative; + height: 100%; + + &::after { + content: ""; + position: absolute; + bottom: 13px; + left: 0px; + top: 0px; + width: 100%; + height: 100%; + border-bottom: solid 4px #dadada; + } + } } .layout-right-bom-label {