Ver Fonte

样式调整

sunkuosheng há 4 meses atrás
pai
commit
2587bf7e1d
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      ruoyi-ui/src/views/register.vue

+ 5 - 1
ruoyi-ui/src/views/register.vue

@@ -160,13 +160,17 @@ export default {
 .title {
   margin: 0px auto 30px auto;
   text-align: center;
-  color: #707070;
+  /*color: #707070;*/
+  color: #fff;
+  font-size: 22px;
+  font-weight: bold;
 }
 
 .register-form {
   border-radius: 6px;
   /*background: #ffffff;*/
   background-color: rgba(10, 10, 10, 0.17);
+  box-shadow: 0 0 9px 0 rgb(48 208 190 / 22%);
   width: 400px;
   padding: 25px 25px 5px 25px;
   .el-input {