Commit 924a5637 authored by 张九刚's avatar 张九刚

fix: 调整产品页面样式,去除图片边距和内边距,修复样式问题

parent fff6836c
This diff is collapsed.
...@@ -81,6 +81,10 @@ export default { ...@@ -81,6 +81,10 @@ export default {
.productimg { .productimg {
width: 750rpx; width: 750rpx;
vertical-align: top; vertical-align: top;
margin: 0;
padding: 0;
border: none;
margin-top: -1rpx;
} }
.btnbox { .btnbox {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment