@@ -305,11 +307,21 @@ export default {
box-sizing: border-box;
background: #FFF;
border-radius: 12px;
+ .title-info {
+ line-height: 44px;
+ font-size: 28px;
+ color: #333;
+ margin-bottom: 8px;
+ span {
+ color: #666;
+ }
+ }
.top {
display: flex;
justify-content: space-between;
+ margin-bottom: 16px;
.left {
- width: 562px;
+ width: calc(100% - 100px);
p {
overflow:hidden;
text-overflow: ellipsis;
@@ -319,11 +331,12 @@ export default {
}
}
.right {
- width: 52px;
+ width: 100px;
text-align: center;
img {
width: 40px;
height: 40px;
+ vertical-align: bottom;
}
span {
font-size: 28px;
diff --git a/src/project/fengdu/AppNewFarmerBank/handpick.vue b/src/project/fengdu/AppNewFarmerBank/handpick.vue
index 0a08bc4..1453cee 100644
--- a/src/project/fengdu/AppNewFarmerBank/handpick.vue
+++ b/src/project/fengdu/AppNewFarmerBank/handpick.vue
@@ -1,15 +1,17 @@
+
+
社区网格:{{item.girdName}}
+
事件类型:{{item.title}}
+
![]()
-
- {{ item.upCount || 0 }}+
-
+
{{ item.upCount || 0 }}+
@@ -111,11 +113,21 @@ export default {
background: #FFF;
border-radius: 12px;
margin-bottom: 24px;
+ .title {
+ line-height: 44px;
+ font-size: 28px;
+ color: #333;
+ margin-bottom: 8px;
+ span {
+ color: #666;
+ }
+ }
.top {
display: flex;
justify-content: space-between;
+ margin-bottom: 16px;
.left {
- width: 562px;
+ width: calc(100% - 100px);
p {
overflow:hidden;
text-overflow: ellipsis;
@@ -125,11 +137,12 @@ export default {
}
}
.right {
- width: 52px;
+ width: 100px;
text-align: center;
img {
width: 40px;
height: 40px;
+ vertical-align: bottom;
}
span {
font-size: 28px;