tanxue před 3 dny
rodič
revize
6846d1932b
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      common/styles/global/pages.scss

+ 3 - 3
common/styles/global/pages.scss

@@ -513,7 +513,7 @@
 		width: 170rpx;height: 170rpx;margin-right: 32rpx;display: flex;align-items: center;
 		border-radius: 50%;overflow: hidden;
 	}
-	.head-img{width: 100%;height: auto;}
+	.head-img{width: 100%;height: 170rpx;}
 	.head-content-box{
 		font-size: 32rpx;color: #fff;
 		.head-content-row-box{display: flex;align-items: center;margin-top: 20rpx;}
@@ -630,7 +630,7 @@
 			display: flex;box-sizing: border-box;padding:16rpx 24rpx;background-color:#fff;border-radius: 0 0 10rpx 10rpx;
 			.body-content-row{width: 100%;display: flex;flex-direction: column;justify-content: space-evenly;}
 			.card-img-box{width: 180rpx;height: 240rpx;display: flex;align-items: center;margin-right: 24rpx;flex-shrink: 0;overflow: hidden;border-radius: 8rpx;}
-			img{width: 180rpx;height: auto;}
+			img{width: 180rpx;height: 240rpx;}
 			.content-text-row{
 				display: flex;justify-content: space-between;font-size: 30rpx;color: #333;line-height: 46rpx;
 				.text-status{font-size: 26rpx;color: #3fd2a1;border: 1rpx solid #3fd2a1;padding: 0 12rpx;border-radius: 8rpx;}
@@ -941,7 +941,7 @@
 		.head-img-box{
 			width: 180rpx;height: 240rpx;margin-right: 32rpx;display: flex;align-items: center;
 			border-radius: 10rpx;overflow: hidden;position: relative;
-			.head-img{width: 180rpx;height: auto;}
+			.head-img{width: 180rpx;height: 240rpx;}
 			.head-status{
 				height: 32rpx;line-height: 32rpx;padding: 0 16rpx;
 				position: absolute;right:0;bottom:0;border-radius: 10rpx 0 10rpx 0;text-align: center;