Jelajahi Sumber

修改样式

zhengjinyi 9 bulan lalu
induk
melakukan
b289dee245

+ 1 - 1
src/main/resources/static/css/product/detail.pc.css

@@ -6,7 +6,7 @@ li{list-style:none;}
 .productShopBox{width: 100%;box-sizing: border-box;height: 80px;padding: 0 16px;margin: 16px auto;background: #FFFFFF;border-radius: 16px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
 .productShopBox a:hover{ color: #333333;}
 .productShopBox .shop-item{ display: flex;flex: 1;flex-direction: row;align-items: center; }
-.productShopBox .shopBox-logo{ width: 60px;height: 60px;border-radius: 30px;overflow: hidden;margin-right: 12px;background:rgba(0,0,0,0.02);}
+.productShopBox .shopBox-logo{ width: 60px;height: 60px;border-radius: 30px;overflow: hidden;margin-right: 12px;background:rgba(0,0,0,0.02);border: 1px solid #F7F7F7;}
 .productShopBox .shopBox-logo img{ width: 60px;height: 60px;border-radius: 30px;}
 .productShopBox .shopBox-content{ display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;flex-direction: column }
 .productShopBox .shopBox-name{ font-weight: 600;font-size: 16px;line-height: 24px;color: #11192d;margin-right: 16px;}

+ 1 - 1
src/main/resources/templates/error/404.html

@@ -36,7 +36,7 @@
                 color: #fff;
                 display: inline-block;
                 line-height: 44px;
-                border-radius: 2px;
+                border-radius: 22px;
             }