|
@@ -230,17 +230,15 @@ export default {
|
|
.product-detail {
|
|
.product-detail {
|
|
padding: 20rpx 0rpx 120rpx;
|
|
padding: 20rpx 0rpx 120rpx;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
|
+ width: 690rpx;
|
|
|
|
+ margin: 0 auto;
|
|
.cases{
|
|
.cases{
|
|
- width: 740rpx;
|
|
|
|
- margin: 0 auto;
|
|
|
|
.full-img{
|
|
.full-img{
|
|
- width: 740rpx;
|
|
|
|
|
|
+ width: 100%;
|
|
margin-bottom: -8rpx;
|
|
margin-bottom: -8rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.file{
|
|
.file{
|
|
- width: 710rpx;
|
|
|
|
- margin: 0 auto;
|
|
|
|
.header{
|
|
.header{
|
|
padding: 20rpx 0;
|
|
padding: 20rpx 0;
|
|
.left{
|
|
.left{
|
|
@@ -267,7 +265,6 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.price{
|
|
.price{
|
|
- width: 710rpx;
|
|
|
|
margin: 50rpx auto;
|
|
margin: 50rpx auto;
|
|
.number{
|
|
.number{
|
|
max-width: 320rpx;
|
|
max-width: 320rpx;
|
|
@@ -275,7 +272,6 @@ export default {
|
|
}
|
|
}
|
|
.specs{
|
|
.specs{
|
|
padding-bottom: 80rpx;
|
|
padding-bottom: 80rpx;
|
|
- width: 710rpx;
|
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
.spec-item{
|
|
.spec-item{
|
|
color: #333;
|
|
color: #333;
|
|
@@ -284,7 +280,7 @@ export default {
|
|
padding: 10rpx 20rpx 40rpx 0 ;
|
|
padding: 10rpx 20rpx 40rpx 0 ;
|
|
text{
|
|
text{
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
- font-weight: 600;
|
|
|
|
|
|
+ font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.specs-content{
|
|
.specs-content{
|