Browse Source

sign style

zz 5 năm trước cách đây
mục cha
commit
6352866dfd
1 tập tin đã thay đổi với 8 bổ sung5 xóa
  1. 8 5
      resources/views/wap/signV3.blade.php

+ 8 - 5
resources/views/wap/signV3.blade.php

@@ -80,13 +80,15 @@
 
         .sign_list {
             position: absolute;
-            top: 60px;
+            left: 50%;
+            transform: translate(-50%);
+            top: 0.6rem;
             width: 100%;
             color: #333;
             line-height: 25px;
             display: flex;
             justify-content: space-between;
-            font-size: 13px;
+            font-size: 12px;
             margin-top: 15px;
         }
 
@@ -112,10 +114,11 @@
         .sign_line {
             border-bottom: 4px #318cf5 solid;
             position: absolute;
-            width: 35px;
-            top: 47%;
-            right: -20px;
+            width: 100%;
+            top: 48%;
+            right: -25px;
             z-index: 10;
+            margin-left: 5px;
         }
 
         .sign_line-wei {