Explorar el Código

办事样式完善

付宇航 hace 1 año
padre
commit
7a48484777
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      pages/handleAffairs/mattercontent/mattercontent.vue

+ 6 - 1
pages/handleAffairs/mattercontent/mattercontent.vue

@@ -128,6 +128,7 @@
 		line-height: 0;
 	}
 	.wenzhangCont {
+		width: 100%;
 		font-size: 34rpx;
 		margin: 30rpx 0;
 	}
@@ -232,13 +233,17 @@
 		width: 15vw;
 		height: 9vh;
 		border-radius: 50%;
-		background-color: #007AFF;
 		position: absolute;
+		background-color: #F1F1F1;
 		right: 3%;
 		bottom: 3%;
 		font-size: 218%;
 		text-indent: -16%;
 		line-height: 190%;
+		border: none;
+	}
+	.likeBtn::after{
+		border: none;
 	}
 </style>