ljc 3 settimane fa
parent
commit
6ea188d003

+ 1 - 1
components/cwg-page-wrapper.vue

@@ -470,7 +470,7 @@ onShow(() => {
   justify-content: center;
   position: fixed;
   bottom: px2rpx(25);
-  right: px2rpx(-25);
+  right: px2rpx(0);
   z-index: 999;
   cursor: pointer;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

+ 6 - 5
pages/login/index.vue

@@ -93,7 +93,7 @@
               <view class="u-flex u-flex-between u-flex-y-center mb1">
                 <view class="check-box">
                   <up-checkbox-group v-model="remenber" @change="checkboxChange">
-                    <up-checkbox size="18" labelSize="18" labelColor="#666666" activeColor="#ea002a"
+                    <up-checkbox size="18" labelSize="16" labelColor="#666666" activeColor="#ea002a"
                       :label="t('newSignin.item5')" name="记住我" class="wcg-checkbox"></up-checkbox>
                   </up-checkbox-group>
                 </view>
@@ -826,7 +826,7 @@ const handleChatIconClick = () => {
   justify-content: center;
   position: fixed;
   bottom: px2rpx(25);
-  right: px2rpx(-25);
+  right: px2rpx(0);
   z-index: 999;
   cursor: pointer;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
@@ -1047,7 +1047,7 @@ const handleChatIconClick = () => {
       padding: 0 10%;
 
       .company {
-        padding: px2rpx(30) 0 px2rpx(20) 0;
+        padding: px2rpx(10) 0 px2rpx(20) 0;
         position: relative;
         align-items: center !important;
       }
@@ -1104,7 +1104,7 @@ button {
 }
 
 .right-f .account .company {
-  padding: px2rpx(50) 0 px2rpx(200) 0;
+  padding: px2rpx(20) 0 px2rpx(200) 0;
   position: relative;
   align-items: flex-start !important;
 }
@@ -1197,8 +1197,9 @@ button {
 
 .account-tip {
   color: #666666;
-  font-size: px2rpx(14);
+  font-size: px2rpx(16);
   text-align: center;
+  cursor: pointer;
 
   text {
     color: #ea002a;

+ 1 - 1
pages/login/regist.vue

@@ -598,7 +598,7 @@ onMounted(() => {
   justify-content: center;
   position: fixed;
   bottom: px2rpx(25);
-  right: px2rpx(-25);
+  right: px2rpx(0);
   z-index: 999;
   cursor: pointer;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

+ 5 - 5
pages/login/reset.vue

@@ -34,10 +34,10 @@
           </uni-col>
         </uni-row>
       </view>
-      <view class="chat-icon" :class="{ 'chat-icon-expanded': isChatIconExpanded, 'chat-icon-hidden': type == 'chat' }"
-        @click="handleChatIconClick">
-        <cwg-icon name="chat" color="#fff" />
-      </view>
+<!--      <view class="chat-icon" :class="{ 'chat-icon-expanded': isChatIconExpanded, 'chat-icon-hidden': type == 'chat' }"-->
+<!--        @click="handleChatIconClick">-->
+<!--        <cwg-icon name="chat" color="#fff" />-->
+<!--      </view>-->
     </view>
   </cwg-page-wrapper>
 </template>
@@ -132,7 +132,7 @@ function handleLogin() {
   justify-content: center;
   position: fixed;
   bottom: px2rpx(25);
-  right: px2rpx(-25);
+  right: px2rpx(0);
   z-index: 999;
   cursor: pointer;
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);