lilei %!s(int64=4) %!d(string=hai) anos
pai
achega
15abcc0481
Modificáronse 1 ficheiros con 4 adicións e 15 borrados
  1. 4 15
      pages/store/storeDetail.vue

+ 4 - 15
pages/store/storeDetail.vue

@@ -2,13 +2,13 @@
 	<view class="content">
 		<view class="page-content">
 			<view class="header">
-				<image class="list-img" :src="'../../static/img/mddef.jpg'"></image>
+				<u-image width="160rpx" height="160rpx" :border-radius="10" src="../../static/img/mddef.jpg"></u-image>
 				<view class="store-info">
 					<view class="name">
 						贞观路站
 					</view>
 					<view class="address">
-						陕西省西安市未央区北二环贞观路
+						陕西省西安市未央区北二环贞观路陕西省西安市未央区北二环贞观路
 					</view>
 					<view class="location">
 						<view class="left">
@@ -116,22 +116,12 @@
 		.header {
 			padding: 20rpx 0;
 			display: flex;
-			width: 100%;
-			height: 200rpx;
-			.list-img {
-				width: 20%;
-				height: 100%;
-				margin-right: 10rpx;
-			}
-		
 			.store-info {
-				height: 100%;
 				display: flex;
 				flex: 1;
 				flex-direction: column;
 				justify-content: space-between;
-				margin-right: 10rpx;
-		
+				padding: 0 20rpx;
 				.name {
 					font-size: 32rpx;
 					color: #000;
@@ -146,10 +136,9 @@
 					.left {
 						margin-right: 20rpx;
 					}
-		
 					.icon {
 						color: #999;
-						margin-right: 10rpx;
+						margin-right: 5rpx;
 					}
 				}
 			}