|
@@ -226,19 +226,21 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
-
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.product-detail {
|
|
.product-detail {
|
|
- padding: 20rpx 20rpx 0;
|
|
|
|
- width: 710rpx;
|
|
|
|
|
|
+ padding: 20rpx 0rpx 120rpx;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
.cases{
|
|
.cases{
|
|
|
|
+ width: 740rpx;
|
|
|
|
+ margin: 0 auto;
|
|
.full-img{
|
|
.full-img{
|
|
- width: 710rpx;
|
|
|
|
- margin-bottom: 10rpx;
|
|
|
|
|
|
+ width: 740rpx;
|
|
|
|
+ margin-bottom: -8rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.file{
|
|
.file{
|
|
|
|
+ width: 710rpx;
|
|
|
|
+ margin: 0 auto;
|
|
.header{
|
|
.header{
|
|
padding: 20rpx 0;
|
|
padding: 20rpx 0;
|
|
.left{
|
|
.left{
|
|
@@ -265,13 +267,16 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.price{
|
|
.price{
|
|
- margin: 50rpx 0;
|
|
|
|
|
|
+ width: 710rpx;
|
|
|
|
+ margin: 50rpx auto;
|
|
.number{
|
|
.number{
|
|
max-width: 320rpx;
|
|
max-width: 320rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.specs{
|
|
.specs{
|
|
padding-bottom: 80rpx;
|
|
padding-bottom: 80rpx;
|
|
|
|
+ width: 710rpx;
|
|
|
|
+ margin: 0 auto;
|
|
.spec-item{
|
|
.spec-item{
|
|
color: #333;
|
|
color: #333;
|
|
margin-bottom: 30rpx;
|
|
margin-bottom: 30rpx;
|