소스 검색

样式调整

Xiao_123 1 개월 전
부모
커밋
2585a1e467
5개의 변경된 파일9개의 추가작업 그리고 8개의 파일을 삭제
  1. 4 3
      pagesA/chart/index.vue
  2. 1 1
      pagesA/collect/company.vue
  3. 2 2
      pagesA/interview/item.vue
  4. 1 1
      pagesB/companyDetail/index.vue
  5. 1 1
      pagesB/recommendEnterprise/index.vue

+ 4 - 3
pagesA/chart/index.vue

@@ -150,7 +150,7 @@
                 </view>
               </view>
             </view>
-            <view v-else-if="val.payload.type === -1" class="message-text" :class="{ active: val.from_uid === IM.uid}">
+            <view v-else-if="val.payload.type === -1" class="message-text" :class="{ active: val.from_uid === IM.uid}" style="border-radius: 20rpx 20rpx 20rpx 9rpx;">
               {{ val.payload?.content?.text }}
             </view>
             <view v-else class="message-text" :class="{ active: val.from_uid === IM.uid}" 
@@ -894,7 +894,7 @@ onLoad(async (options) => {
       display: flex;
       flex-direction: row;
       align-items: flex-end;
-      justify-content: end;
+      // justify-content: end;
       margin: 16rpx 0;
       position: relative;
       .image {
@@ -916,10 +916,11 @@ onLoad(async (options) => {
       }
       .message-text {
         overflow-wrap: break-word;
-        background-color: #f0f2f5;
+        background-color: #00B760;
         border-radius: 12rpx;
         max-width: 75%;
         padding: 20rpx;
+        color: #fff;
         font-family: MiSans-Normal;
         &.active {
           background: #d5e6e8;

+ 1 - 1
pagesA/collect/company.vue

@@ -2,7 +2,7 @@
   <view>
     <scroll-view class="scrollBox" scroll-y="true" @scrolltolower="loadingMore" style="height: 100vh;">
       <view v-if="items.length">
-        <view v-for="(item, index) in items" :key="index" class="list-item default-border defaultBgc" @click="jumpToEnterpriseDetail(item.id)">
+        <view v-for="(item, index) in items" :key="index" class="list-item default-border list-item-bgc" @click="jumpToEnterpriseDetail(item.id)">
           <view class="d-flex align-center">
             <view class="enterAvatar default-radius default-border">
               <image class="enterAvatar default-radius" :src="item.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>

+ 2 - 2
pagesA/interview/item.vue

@@ -1,12 +1,12 @@
 <template>
   <view v-if="list.length > 0">
-    <view v-for="(item, index) in list" :key="index" class="list-item defaultBgc default-border">
+    <view v-for="(item, index) in list" :key="index" class="list-item list-item-bgc default-border">
       <view class="sub-li-bottom" @click.stop="jumpToEnterpriseDetail(item.enterprise?.id)">
         <view class="avatarBox">
           <image class="enterAvatar" :src="item.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
         </view>
         <view>
-          <span class="ss-m-x-20 color-66 MiSans-Medium" style="font-weight: bold;">{{ item.contact?.name || ' -- ' }}</span>
+          <span class="ss-m-x-20 color-666 MiSans-Medium">{{ item.contact?.name || ' -- ' }}</span>
           <span class="MiSans-Normal ss-m-r-10">{{ item.contact?.postNameCn }}</span>
           <span class="ss-m-r-10 MiSans-Normal">{{ item.invitePhone }}</span>
         </view>

+ 1 - 1
pagesB/companyDetail/index.vue

@@ -30,7 +30,7 @@
           </view>
 
           <!-- 企业信息 -->
-          <view v-if="current === 0" class="ss-m-t-30 ss-m-x-30 ss-p-b-30">
+          <view v-if="current === 0" class="ss-m-t-30 ss-m-x-30 ss-p-b-30" style="min-height: 75vh;">
             <span v-for="(tag, i) in info.tagList" :key="i" class="ss-m-r-10 ss-m-b-10" style="display: inline-block;">
               <uni-tag 
                 :text="tag" 

+ 1 - 1
pagesB/recommendEnterprise/index.vue

@@ -2,7 +2,7 @@
   <view style="padding-bottom: 30px;">
     <scroll-view scroll-y="true" @scrolltolower="loadingMore" style="height: 100vh;">
       <view v-if="items.length">
-        <view v-for="(val, index) in items" :key="index" class="list-item defaultBgc default-border">
+        <view v-for="(val, index) in items" :key="index" class="list-item list-item-bgc default-border">
           <view class="d-flex align-center" @click="jumpToEnterpriseDetail(val.enterprise.id)">
             <image class="enterAvatar default-border default-radius" :src="val.enterprise.logoUrl ? val.enterprise.logoUrl : 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
             <view class="ss-m-l-20" style="flex: 1;">