Ver código fonte

Merge branch 'stabble'

zz 5 anos atrás
pai
commit
b47eea12c7
1 arquivos alterados com 6 adições e 2 exclusões
  1. 6 2
      resources/views/pay/order/common.blade.php

+ 6 - 2
resources/views/pay/order/common.blade.php

@@ -8,7 +8,11 @@
     <title>优惠活动</title>
     <style>
         html {
-            background: #4ba0bf;
+            //background: #1461bb;
+            background: linear-gradient(left, #103f91,#1461bb);
+            background: -webkit-linear-gradient(left, #103f91,#1461bb);
+            background: -o-linear-gradient(left, #103f91,#1461bb);
+            background: -moz-linear-gradient(left, #103f91,#1461bb);
         }
 
         html,
@@ -32,7 +36,7 @@
             position: absolute;
             width: 80%;
             height: 0.75rem;
-            top: 70%;
+            top: 71%;
             left: 50%;
             transform: translateX(-50%);
             z-index: 999;