作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

首页修改

@@ -26,6 +26,17 @@ @@ -26,6 +26,17 @@
26 margin-left: 0.16rem; 26 margin-left: 0.16rem;
27 background: none; 27 background: none;
28 } 28 }
  29 + .in_cam_shopName span{
  30 + padding: 0.02rem 0.12rem 0.01rem 0.12rem;
  31 + box-sizing: border-box;
  32 + font-size: 0.2rem;
  33 + cursor: pointer;
  34 + color: white;
  35 + line-height: 1;
  36 + background: rgba(255, 119, 0, 1);
  37 + border-radius: 0.04rem;
  38 + margin-right: 0.04rem;
  39 + }
29 </style> 40 </style>
30 </head> 41 </head>
31 42