ljc 1 mese fa
parent
commit
6e6fbc6c0a
2 ha cambiato i file con 11 aggiunte e 6 eliminazioni
  1. 3 2
      pages/ib/subsList.vue
  2. 8 4
      pages/login/index.vue

+ 3 - 2
pages/ib/subsList.vue

@@ -319,7 +319,7 @@
       margin-bottom: px2rpx(10);
 
       .search-button {
-        background-color: var(--color-error);
+        background-color: var(--bs-secondary);
         margin: 0 0 0 auto; /* 强制按钮靠右且消除其它 margin */
       }
     }
@@ -328,8 +328,9 @@
   .search-button {
     display: flex;
     align-items: center;
-    background-color: var(--color-error);
+    background-color: var(--bs-secondary);
     line-height: px2rpx(36);
     min-width: px2rpx(120);
+    border-radius: px2rpx(18);
   }
 </style>

+ 8 - 4
pages/login/index.vue

@@ -1282,14 +1282,18 @@ button {
   .uni-select,
   .uni-combox,
   .uni-easyinput__content,
-  .cwg-combox,
+  //.cwg-combox,
   .uni-date-editor--x {
-    height: 1.6rem!important;
+    padding: 0.5rem 0;
+    height: 3rem!important;
     //border: none !important;
     border-radius: px2rpx(8);
     background-color: transparent !important;
 
   }
+  .cwg-combox{
+    background-color: transparent !important;
+  }
   .code{
     .uni-easyinput__content{
       border-radius: px2rpx(8) 0 0 px2rpx(8);
@@ -1320,13 +1324,13 @@ button {
 .btn-code {
   //margin-left: -10px;
   width: 120px;
-  height: px2rpx(51);
+  height: 3rem;
   box-sizing: border-box;
   background-color: #102047;
   //border: 1px solid rgb(229, 229, 229);
   color: #fff;
   text-align: center;
-  line-height: px2rpx(51);
+  line-height: 3rem;
   border-radius: 0 25px 25px 0;
   cursor: pointer;
   font-size: 14px;