Parcourir la source

采购页优化

shish il y a 3 ans
Parent
commit
80b0f91803
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  1. 6 4
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 6 - 4
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -874,21 +874,23 @@ export default {
 			position:relative;
 		}
 		.big-box{
-			height: 285upx
+			height: 270upx
 		}
 		.has-color{
 			display:flex;
 			justify-content:center;
 			align-items:center;
 			height:110upx;
-			border-bottom:1upx solid rgb(247, 243, 243);
+			width:100%;
+			position:relative;
 			.has-color-button{
-				border:1upx solid #5a99f7;
+				border:2upx solid #5a99f7;
 				border-radius:15upx;
 				padding:13upx 16upx;
 				font-size:30upx;
 				color:#3385ff;
-				z-index:999;
+				position:absolute;
+				top:-20upx;
 			}
 		}
 	}