qiushang 1 년 전
부모
커밋
0319aefa7c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/static/css/member.css
  2. 1 1
      resources/views/home/soft/electron/buy.blade.php

+ 1 - 1
public/static/css/member.css

@@ -75,7 +75,7 @@ p {
 }
 
 .vip-list .vip-item {
-	width: 185px;
+	width: 200px;
 	font-weight: 600;
 	border-radius: 10px;
 	text-align: center;

+ 1 - 1
resources/views/home/soft/electron/buy.blade.php

@@ -5,7 +5,7 @@
     <link rel="stylesheet" href="/static/css/member.css">
     <style>
         .vip-list .vip-item{
-            width: 185px;
+            width: 200px;
         }
 
         .vip-banner{