Browse Source

样式修改

tanxue 3 weeks ago
parent
commit
9599947a7e

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

@@ -1379,32 +1379,32 @@
 		display: flex;flex-direction: column;overflow: hidden;
 		display: flex;flex-direction: column;overflow: hidden;
 		.img-content-box{
 		.img-content-box{
 			flex: 1;overflow-y: auto;
 			flex: 1;overflow-y: auto;
-			img{max-width: 100%;    margin: 0 auto;display: block;}
+			img{width: 100%;margin: 0 auto;display: block;}
 			}
 			}
 		.fx-btn-row{
 		.fx-btn-row{
 			flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
 			flex-shrink: 0;display: flex;align-items: center;justify-content: space-between;padding: 24rpx;
 			box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.6);box-sizing: border-box;background-color: #f9f9f9;
 			box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.6);box-sizing: border-box;background-color: #f9f9f9;
 			.fx-btn{
 			.fx-btn{
-				width:200rpx;
+				width:200rpx;color: #444;font-size: 30rpx;
 				display: flex;flex-direction: column;align-items: center;justify-content: center;
 				display: flex;flex-direction: column;align-items: center;justify-content: center;
 			}
 			}
 			.fx-icon{
 			.fx-icon{
 				width: 43rpx;height: 38rpx;margin-bottom: 6rpx;
 				width: 43rpx;height: 38rpx;margin-bottom: 6rpx;
-				@include ezy-no-repeat-cover;background-image: url("@/static/images/shop/fx-icon.png");
+				@include ezy-no-repeat-cover;background-image: url("@/static/images/common/shop/fx-icon.png");
 			}
 			}
 			.bmxx-btn{
 			.bmxx-btn{
-				width: 481rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
-				@include ezy-no-repeat-cover;background-image: url("@/static/images/shop/bmxx-btn.png");
+				width: 492rpx;height: 88rpx;line-height: 88rpx;color:#fff;font-size: 32rpx;text-align: center;
+				@include ezy-no-repeat-cover;background-image: url("@/static/images/common/shop/bmxx-btn.png");
 			}
 			}
 		}
 		}
 	}
 	}
 	@include mediaSmall() {
 	@include mediaSmall() {
 		.shop-info-body{
 		.shop-info-body{
 			.fx-btn-row{
 			.fx-btn-row{
-				padding: 16rpx;box-shadow: 0 5rpx 16rpx rgba(0, 0, 0, 0.6);
-				.fx-btn{width: 130rpx;}
-				.fx-icon{width: 28rpx;height: 25rpx;margin-bottom: 4rpx;}
-				.bmxx-btn{width: 313rpx;height: 57rpx;line-height: 57rpx;font-size: 21rpx;}
+				padding: 10rpx;box-shadow: 0 5rpx 16rpx rgba(0, 0, 0, 0.6);
+				.fx-btn{width: 120rpx;font-size: 20rpx;}
+				.fx-icon{width: 27rpx;height: 25rpx;margin-bottom: 2rpx;}
+				.bmxx-btn{width: 248rpx;height: 44rpx;line-height: 44rpx;font-size: 20rpx;margin-right: 42rpx;@include ezy-no-repeat-contain;}
 			}
 			}
 		}
 		}
 	}
 	}
@@ -1412,9 +1412,9 @@
 		.shop-info-body{
 		.shop-info-body{
 			.fx-btn-row{
 			.fx-btn-row{
 				padding: 36rpx;box-shadow: 0 12rpx 36rpx rgba(0, 0, 0, 0.6);
 				padding: 36rpx;box-shadow: 0 12rpx 36rpx rgba(0, 0, 0, 0.6);
-				.fx-btn{width: 300rpx;}
-				.fx-icon{width: 65rpx;height: 57rpx;margin-bottom: 9rpx;}
-				.bmxx-btn{width: 722rpx;height: 132rpx;line-height: 132rpx;font-size: 48rpx;}
+				.fx-btn{width: 300rpx;font-size: 46rpx;}
+				.fx-icon{width: 75rpx;height: 67rpx;margin-bottom: 9rpx;}
+				.bmxx-btn{width: 736rpx;height: 132rpx;line-height: 132rpx;font-size: 54rpx;}
 			}
 			}
 		}
 		}
 	}
 	}

BIN
static/images/common/shop/bmxx-btn.png


BIN
static/images/common/shop/fx-icon.png


BIN
static/images/shop/bmxx-btn.png


BIN
static/images/shop/fx-icon.png