huangxiaojing 4 år sedan
förälder
incheckning
81871c8a90
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      microserviceUserH5/static/css/invite.css

+ 4 - 0
microserviceUserH5/static/css/invite.css

@@ -114,6 +114,10 @@ ul, li {
 }
 .code-title-font {
   background-image: -webkit-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
+  background-image: -moz-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
+  background-image: -ms-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
+  background-image: -o-linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
+  background-image: linear-gradient(bottom,rgba(250,215,46,1) 0%,rgba(255,247,222,1) 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 0.36rem;