nieyuge 2 years ago
parent
commit
dc0303aa43
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages/luckdraw.vue

+ 5 - 1
pages/luckdraw.vue

@@ -699,6 +699,7 @@ body,
                     color: #A4A4A4;
                     color: #A4A4A4;
                 }
                 }
                 .button {
                 .button {
+                    cursor: pointer;
                     height: 64px;
                     height: 64px;
                     margin-top: 30px;
                     margin-top: 30px;
                 }
                 }
@@ -1049,13 +1050,16 @@ body,
 }
 }
 .succTitle {
 .succTitle {
     display: flex;
     display: flex;
+    padding: 5px 0;
     justify-content: space-between;
     justify-content: space-between;
-    height: 28px;
     box-shadow: inset 0px -1px 0px #F2F2F2;
     box-shadow: inset 0px -1px 0px #F2F2F2;
     span {
     span {
         margin: 0 16px;
         margin: 0 16px;
         font-size: 12px;
         font-size: 12px;
         color: #B0B0B0;
         color: #B0B0B0;
+        &:last-child {
+            text-align: right;
+        }
     }
     }
 }
 }
 </style>
 </style>