2 Commits 50cef5d3f7 ... 0f36e83425

Tác giả SHA1 Thông báo Ngày
  tanxue 0f36e83425 Merge branch '2025北京诚祥App' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥App 1 tuần trước cách đây
  tanxue 988a18c524 样式优化 1 tuần trước cách đây
2 tập tin đã thay đổi với 12 bổ sung7 xóa
  1. 4 2
      common/styles/global/pages.scss
  2. 8 5
      pages/admin/haibao/haibaoInfo.vue

+ 4 - 2
common/styles/global/pages.scss

@@ -1643,8 +1643,10 @@
 			.tel-icon{background-image: url("@/static/images/common/haibao-yh-icon.svg");}
 		}
 		.haibao-info-text + .haibao-info-text{margin-top: 16rpx;}
-		.info-text-box{background-color: #fff;padding: 20rpx;border-radius:0 0 8rpx 8rpx;
-		position: absolute;bottom: 16rpx;left: 0;width: 100%;}
+		.info-text-box{
+			width: 100%;height: 180rpx;display: flex;align-items: center;
+			background-color: #fff;padding:20rpx;;
+			position: absolute;bottom: 0;left: 0;}
 		//border-radius: 8rpx;border: 1rpx solid #ccc;
 		.img-box{position: relative;}
 	}

+ 8 - 5
pages/admin/haibao/haibaoInfo.vue

@@ -9,12 +9,15 @@
 			<view v-if="data.img" class="img-box">
 				<img :src="data.img" class="haibao-image" />
 				<view class="info-text-box">
-					<view class="haibao-info-text">
-						<icon class="jz-icon"></icon>{{data.jzName}}
-					</view>
-					<view class="haibao-info-text">
-						<icon class="tel-icon"></icon>{{data.realName}}({{data.tel}})
+					<view>
+						<view class="haibao-info-text">
+							<icon class="jz-icon"></icon>{{data.jzName}}
+						</view>
+						<view class="haibao-info-text">
+							<icon class="tel-icon"></icon>{{data.realName}}({{data.tel}})
+						</view>
 					</view>
+					
 				</view>
 
 			</view>