优化提交
This commit is contained in:
parent
c33208a16c
commit
094c6664d0
|
|
@ -67,7 +67,7 @@
|
||||||
</wd-swipe-action>
|
</wd-swipe-action>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="messageList.length==0" class="!li-mt-300">
|
<view v-if="messageList.length==0" class="!li-mt-300">
|
||||||
<wd-status-tip image="message" tip="暂无待处理会话" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/message.png'" tip="暂无待处理会话" />
|
||||||
</view>
|
</view>
|
||||||
<!-- 顶部提示条(成功/失败消息提示) -->
|
<!-- 顶部提示条(成功/失败消息提示) -->
|
||||||
<wd-toast />
|
<wd-toast />
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="problemList?.length === 0" class="empty-state">
|
<view v-if="problemList?.length === 0" class="empty-state">
|
||||||
<wd-status-tip image="collect" tip="暂无常见问题解答" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/collect.png'" tip="暂无常见问题解答" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 悬浮按钮 -->
|
<!-- 悬浮按钮 -->
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-if="inviteListData?.length === 0" class="empty-state">
|
<view v-if="inviteListData?.length === 0" class="empty-state">
|
||||||
<wd-status-tip image="search" tip="暂无邀请记录" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="暂无邀请记录" />
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
</wd-swipe-action>
|
</wd-swipe-action>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="messageList.length==0" class="!li-mt-300">
|
<view v-if="messageList.length==0" class="!li-mt-300">
|
||||||
<wd-status-tip image="message" tip="暂无待处理会话" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/message.png'" tip="暂无待处理会话" />
|
||||||
</view>
|
</view>
|
||||||
<!-- 顶部提示条(成功/失败消息提示) -->
|
<!-- 顶部提示条(成功/失败消息提示) -->
|
||||||
<wd-toast />
|
<wd-toast />
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-if="taskList.length==0" class="!li-mt-300">
|
<view v-if="taskList.length==0" class="!li-mt-300">
|
||||||
<wd-status-tip image="search" tip="您还没有待处理的订单哦~" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="您还没有待处理的订单哦~" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="taskList.length==0" class="!li-mt-300">
|
<view v-if="taskList.length==0" class="!li-mt-300">
|
||||||
<wd-status-tip image="search" tip="暂无待处理工单" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="暂无待处理工单" />
|
||||||
</view>
|
</view>
|
||||||
<wd-toast />
|
<wd-toast />
|
||||||
<zero-loading type="wobble" v-if="loading"></zero-loading>
|
<zero-loading type="wobble" v-if="loading"></zero-loading>
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<!-- 空状态提示 -->
|
<!-- 空状态提示 -->
|
||||||
<view v-else class="!li-mt-100">
|
<view v-else class="!li-mt-100">
|
||||||
<wd-status-tip image="search" tip="暂无记录记录" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="暂无记录记录" />
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="records.length>0">
|
<view v-if="records.length>0">
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
|
|
||||||
<!-- 空状态提示 -->
|
<!-- 空状态提示 -->
|
||||||
<view v-if="verificationRecords.length==0" class="empty-state">
|
<view v-if="verificationRecords.length==0" class="empty-state">
|
||||||
<wd-status-tip image="search" tip="暂无核销记录" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" image="search" tip="暂无核销记录" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 顶部提示条(成功/失败消息提示) -->
|
<!-- 顶部提示条(成功/失败消息提示) -->
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
<!-- 空状态提示 -->
|
<!-- 空状态提示 -->
|
||||||
|
|
||||||
<view v-if="verificationRecords.length==0" class="!li-mt-100">
|
<view v-if="verificationRecords.length==0" class="!li-mt-100">
|
||||||
<wd-status-tip image="search" tip="暂无入库记录" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="暂无入库记录" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
<!-- 空状态 -->
|
<!-- 空状态 -->
|
||||||
<view v-if="floorHouseList.length === 0"
|
<view v-if="floorHouseList.length === 0"
|
||||||
class="empty-state li-py-100 li-flex-center li-flex-col">
|
class="empty-state li-py-100 li-flex-center li-flex-col">
|
||||||
<wd-status-tip image="search" tip="该单元暂无数据" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="该单元暂无数据" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 添加底部安全间距 -->
|
<!-- 添加底部安全间距 -->
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
<!-- 空状态 -->
|
<!-- 空状态 -->
|
||||||
<view v-else class="li-mt-100">
|
<view v-else class="li-mt-100">
|
||||||
<wd-status-tip image="search" tip="暂无投诉记录" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="暂无投诉记录" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 加载状态 -->
|
<!-- 加载状态 -->
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
<!-- 空状态 -->
|
<!-- 空状态 -->
|
||||||
<view v-if="villageList.length === 0" class="empty-state li-mt-100">
|
<view v-if="villageList.length === 0" class="empty-state li-mt-100">
|
||||||
<wd-status-tip image="search" tip="暂无小区数据" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="暂无小区数据" />
|
||||||
<view class="empty-action">
|
<view class="empty-action">
|
||||||
<wd-button type="primary" custom-class="add-village-btn" @click="handleAddVillage">添加小区</wd-button>
|
<wd-button type="primary" custom-class="add-village-btn" @click="handleAddVillage">添加小区</wd-button>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
<!-- 空状态 -->
|
<!-- 空状态 -->
|
||||||
<view v-else class="li-mt-200">
|
<view v-else class="li-mt-200">
|
||||||
<wd-status-tip image="search" tip="暂无问卷记录" />
|
<wd-status-tip :image="uni.$globalData?.RESOURCE_URL+'tip/search.png'" tip="暂无问卷记录" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 加载状态 -->
|
<!-- 加载状态 -->
|
||||||
|
|
|
||||||
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 48 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
|
|
@ -1,55 +1,65 @@
|
||||||
|
|
||||||
|
.li-items-center{align-items:center}
|
||||||
|
.items-center{align-items:center}
|
||||||
|
.li-justify-center{justify-content:center}
|
||||||
|
.justify-end{justify-content:end}
|
||||||
|
.justify-center{justify-content:center}
|
||||||
|
.li-justify-between{justify-content:space-between}
|
||||||
|
.justify-between{justify-content:space-between}
|
||||||
.li-bg-white{background-color:rgb(255,255,255)}
|
.li-bg-white{background-color:rgb(255,255,255)}
|
||||||
.li-flex{display:flex}
|
.li-flex{display:flex}
|
||||||
|
.li-flex-col{flex-direction:column}
|
||||||
|
.li-h-130{height:130rpx}
|
||||||
|
.li-h-160{height:160rpx}
|
||||||
|
.li-h-58{height:58rpx}
|
||||||
|
.li-justify-around{justify-content:space-around}
|
||||||
|
.li-ml-22{margin-left:22rpx}
|
||||||
|
.li-ml-25{margin-left:25rpx}
|
||||||
|
.li-ml-35{margin-left:35rpx}
|
||||||
|
.li-mt-10{margin-top:10rpx}
|
||||||
|
.li-mt-12{margin-top:12rpx}
|
||||||
|
.li-mt-14{margin-top:14rpx}
|
||||||
|
.li-mt-15{margin-top:15rpx}
|
||||||
|
.li-mt-20{margin-top:20rpx}
|
||||||
|
.li-mt-30{margin-top:30rpx}
|
||||||
|
.li-mx-auto{margin-left:auto;margin-right:auto}
|
||||||
|
.li-px-25{padding-left:25rpx;padding-right:25rpx}
|
||||||
|
.li-px-30{padding-left:30rpx;padding-right:30rpx}
|
||||||
|
.li-px-40{padding-left:40rpx;padding-right:40rpx}
|
||||||
|
.li-py-25{padding-top:25rpx;padding-bottom:25rpx}
|
||||||
|
.li-rd-10{border-radius:10rpx}
|
||||||
|
.li-rd-15{border-radius:15rpx}
|
||||||
|
.li-text-010B3E-color{color:rgb(1,11,62)}
|
||||||
|
.li-text-22{font-size:22rpx}
|
||||||
|
.li-text-26{font-size:26rpx}
|
||||||
|
.li-text-28{font-size:28rpx}
|
||||||
|
.li-text-30{font-size:30rpx}
|
||||||
|
.li-text-343333-color{color:rgb(52,51,51)}
|
||||||
|
.li-text-AFB2B8-color{color:rgb(175,178,184)}
|
||||||
|
.li-text-B1B0B0-color{color:rgb(177,176,176)}
|
||||||
|
.li-w-130{width:130rpx}
|
||||||
|
.li-w-310{width:310rpx}
|
||||||
|
.li-w-58{width:58rpx}
|
||||||
|
.li-w-full-70{width:70%}
|
||||||
|
.li-w-full-88{width:88%}
|
||||||
.li-flex-center{display:flex;align-items:center;justify-content:center}
|
.li-flex-center{display:flex;align-items:center;justify-content:center}
|
||||||
.li-h-100{height:100rpx}
|
.li-h-100{height:100rpx}
|
||||||
.li-items-center{align-items:center}
|
|
||||||
.li-justify-between{justify-content:space-between}
|
|
||||||
.li-ml-20{margin-left:20rpx}
|
.li-ml-20{margin-left:20rpx}
|
||||||
.li-ml-200{margin-left:200rpx}
|
.li-ml-200{margin-left:200rpx}
|
||||||
.li-ml-25{margin-left:25rpx}
|
|
||||||
.li-ml-30{margin-left:30rpx}
|
.li-ml-30{margin-left:30rpx}
|
||||||
.li-mr-10{margin-right:10rpx}
|
.li-mr-10{margin-right:10rpx}
|
||||||
.li-mr-30{margin-right:30rpx}
|
.li-mr-30{margin-right:30rpx}
|
||||||
.li-mt-10{margin-top:10rpx}
|
|
||||||
.li-mt-20{margin-top:20rpx}
|
|
||||||
.li-mt-300-important{margin-top:300rpx !important}
|
.li-mt-300-important{margin-top:300rpx !important}
|
||||||
.li-pt-2{padding-top:2rpx}
|
.li-pt-2{padding-top:2rpx}
|
||||||
.li-px-30{padding-left:30rpx;padding-right:30rpx}
|
|
||||||
.li-py-20{padding-top:20rpx;padding-bottom:20rpx}
|
.li-py-20{padding-top:20rpx;padding-bottom:20rpx}
|
||||||
.li-rd-full-50{border-radius:50%}
|
.li-rd-full-50{border-radius:50%}
|
||||||
.li-text-25{font-size:25rpx}
|
.li-text-25{font-size:25rpx}
|
||||||
.li-text-26{font-size:26rpx}
|
|
||||||
.li-text-30{font-size:30rpx}
|
|
||||||
.li-text-35{font-size:35rpx}
|
.li-text-35{font-size:35rpx}
|
||||||
.li-text-38{font-size:38rpx}
|
.li-text-38{font-size:38rpx}
|
||||||
.li-text-42{font-size:42rpx}
|
.li-text-42{font-size:42rpx}
|
||||||
.li-text-46{font-size:46rpx}
|
.li-text-46{font-size:46rpx}
|
||||||
.li-text-B1B0B0-color{color:rgb(177,176,176)}
|
|
||||||
.li-w-100{width:100rpx}
|
.li-w-100{width:100rpx}
|
||||||
.li-w-full-80{width:80%}
|
.li-w-full-80{width:80%}
|
||||||
.li-flex-col{flex-direction:column}
|
|
||||||
.li-font-550{font-weight:550}
|
|
||||||
.li-h-130{height:130rpx}
|
|
||||||
.li-h-68{height:68rpx}
|
|
||||||
.li-justify-center{justify-content:center}
|
|
||||||
.li-mt-100{margin-top:100rpx}
|
|
||||||
.li-mt-28{margin-top:28rpx}
|
|
||||||
.li-mt-32{margin-top:32rpx}
|
|
||||||
.li-mt-90{margin-top:90rpx}
|
|
||||||
.li-mx-10{margin-left:10rpx;margin-right:10rpx}
|
|
||||||
.li-mx-auto{margin-left:auto;margin-right:auto}
|
|
||||||
.li-pt-270{padding-top:270rpx}
|
|
||||||
.li-rd-40{border-radius:40rpx}
|
|
||||||
.li-text-000000-color{color:rgb(0,0,0)}
|
|
||||||
.li-text-24{font-size:24rpx}
|
|
||||||
.li-text-2EA1EA-color{color:rgb(46,161,234)}
|
|
||||||
.li-text-a5a5a5-color{color:rgb(165,165,165)}
|
|
||||||
.li-w-130{width:130rpx}
|
|
||||||
.li-w-150{width:150rpx}
|
|
||||||
.li-w-420{width:420rpx}
|
|
||||||
.li-w-full-85{width:85%}
|
|
||||||
.li-w-full-90{width:90%}
|
|
||||||
.bg-0070F0{background-color:rgb(0,112,240)}
|
.bg-0070F0{background-color:rgb(0,112,240)}
|
||||||
.bg-FFFFFF{background-color:rgb(255,255,255)}
|
.bg-FFFFFF{background-color:rgb(255,255,255)}
|
||||||
.bg-f9f9f9{background-color:rgb(249,249,249)}
|
.bg-f9f9f9{background-color:rgb(249,249,249)}
|
||||||
|
|
@ -67,7 +77,6 @@
|
||||||
.li-mr-20{margin-right:20rpx}
|
.li-mr-20{margin-right:20rpx}
|
||||||
.li-mr-50{margin-right:50rpx}
|
.li-mr-50{margin-right:50rpx}
|
||||||
.li-mt-26{margin-top:26rpx}
|
.li-mt-26{margin-top:26rpx}
|
||||||
.li-mt-30{margin-top:30rpx}
|
|
||||||
.li-mt-60{margin-top:60rpx}
|
.li-mt-60{margin-top:60rpx}
|
||||||
.li-mx-20{margin-left:20rpx;margin-right:20rpx}
|
.li-mx-20{margin-left:20rpx;margin-right:20rpx}
|
||||||
.li-mx-40{margin-left:40rpx;margin-right:40rpx}
|
.li-mx-40{margin-left:40rpx;margin-right:40rpx}
|
||||||
|
|
@ -79,8 +88,10 @@
|
||||||
.li-rd-20{border-radius:20rpx}
|
.li-rd-20{border-radius:20rpx}
|
||||||
.li-rd-tl-30-important{border-top-left-radius:30rpx !important}
|
.li-rd-tl-30-important{border-top-left-radius:30rpx !important}
|
||||||
.li-rd-tr-30-important{border-top-right-radius:30rpx !important}
|
.li-rd-tr-30-important{border-top-right-radius:30rpx !important}
|
||||||
|
.li-text-000000-color{color:rgb(0,0,0)}
|
||||||
.li-text-19171B-color{color:rgb(25,23,27)}
|
.li-text-19171B-color{color:rgb(25,23,27)}
|
||||||
.li-text-20{font-size:20rpx}
|
.li-text-20{font-size:20rpx}
|
||||||
|
.li-text-24{font-size:24rpx}
|
||||||
.li-text-32{font-size:32rpx}
|
.li-text-32{font-size:32rpx}
|
||||||
.li-text-706e70-color{color:rgb(112,110,112)}
|
.li-text-706e70-color{color:rgb(112,110,112)}
|
||||||
.li-text-BBBDDA-color{color:rgb(187,189,218)}
|
.li-text-BBBDDA-color{color:rgb(187,189,218)}
|
||||||
|
|
@ -92,32 +103,21 @@
|
||||||
.li-w-50{width:50rpx}
|
.li-w-50{width:50rpx}
|
||||||
.li-w-60{width:60rpx}
|
.li-w-60{width:60rpx}
|
||||||
.li-w-full-94{width:94%}
|
.li-w-full-94{width:94%}
|
||||||
.items-center{align-items:center}
|
.li-font-550{font-weight:550}
|
||||||
.justify-end{justify-content:end}
|
.li-h-68{height:68rpx}
|
||||||
.justify-center{justify-content:center}
|
.li-mt-100{margin-top:100rpx}
|
||||||
.justify-between{justify-content:space-between}
|
.li-mt-28{margin-top:28rpx}
|
||||||
.li-h-160{height:160rpx}
|
.li-mt-32{margin-top:32rpx}
|
||||||
.li-h-58{height:58rpx}
|
.li-mt-90{margin-top:90rpx}
|
||||||
.li-justify-around{justify-content:space-around}
|
.li-mx-10{margin-left:10rpx;margin-right:10rpx}
|
||||||
.li-ml-22{margin-left:22rpx}
|
.li-pt-270{padding-top:270rpx}
|
||||||
.li-ml-35{margin-left:35rpx}
|
.li-rd-40{border-radius:40rpx}
|
||||||
.li-mt-12{margin-top:12rpx}
|
.li-text-2EA1EA-color{color:rgb(46,161,234)}
|
||||||
.li-mt-14{margin-top:14rpx}
|
.li-text-a5a5a5-color{color:rgb(165,165,165)}
|
||||||
.li-mt-15{margin-top:15rpx}
|
.li-w-150{width:150rpx}
|
||||||
.li-px-25{padding-left:25rpx;padding-right:25rpx}
|
.li-w-420{width:420rpx}
|
||||||
.li-px-40{padding-left:40rpx;padding-right:40rpx}
|
.li-w-full-85{width:85%}
|
||||||
.li-py-25{padding-top:25rpx;padding-bottom:25rpx}
|
.li-w-full-90{width:90%}
|
||||||
.li-rd-10{border-radius:10rpx}
|
|
||||||
.li-rd-15{border-radius:15rpx}
|
|
||||||
.li-text-010B3E-color{color:rgb(1,11,62)}
|
|
||||||
.li-text-22{font-size:22rpx}
|
|
||||||
.li-text-28{font-size:28rpx}
|
|
||||||
.li-text-343333-color{color:rgb(52,51,51)}
|
|
||||||
.li-text-AFB2B8-color{color:rgb(175,178,184)}
|
|
||||||
.li-w-310{width:310rpx}
|
|
||||||
.li-w-58{width:58rpx}
|
|
||||||
.li-w-full-70{width:70%}
|
|
||||||
.li-w-full-88{width:88%}
|
|
||||||
.li-mb-8{margin-bottom:8rpx}
|
.li-mb-8{margin-bottom:8rpx}
|
||||||
.li-ml-15{margin-left:15rpx}
|
.li-ml-15{margin-left:15rpx}
|
||||||
.li-ml-6{margin-left:6rpx}
|
.li-ml-6{margin-left:6rpx}
|
||||||
|
|
@ -136,7 +136,6 @@
|
||||||
.li-text-ff0000-color{color:rgb(255,0,0)}
|
.li-text-ff0000-color{color:rgb(255,0,0)}
|
||||||
.li-w-full-100{width:100%}
|
.li-w-full-100{width:100%}
|
||||||
.li-w-full-92{width:92%}
|
.li-w-full-92{width:92%}
|
||||||
.li-mb-25{margin-bottom:25rpx}
|
|
||||||
.li-flex-wrap{flex-wrap:wrap}
|
.li-flex-wrap{flex-wrap:wrap}
|
||||||
.li-h-110{height:110rpx}
|
.li-h-110{height:110rpx}
|
||||||
.li-items-start{align-items:start}
|
.li-items-start{align-items:start}
|
||||||
|
|
@ -159,10 +158,15 @@
|
||||||
.li-w-110{width:110rpx}
|
.li-w-110{width:110rpx}
|
||||||
.li-w-400{width:400rpx}
|
.li-w-400{width:400rpx}
|
||||||
.overflow-hidden{overflow:hidden}
|
.overflow-hidden{overflow:hidden}
|
||||||
.li-mb-30{margin-bottom:30rpx}
|
.li-mb-25{margin-bottom:25rpx}
|
||||||
.li-ml-10{margin-left:10rpx}
|
.li-font-400{font-weight:400}
|
||||||
|
.li-m-30{margin:30rpx}
|
||||||
|
.li-text-595959-color{color:rgb(89,89,89)}
|
||||||
.li-mr-200{margin-right:200rpx}
|
.li-mr-200{margin-right:200rpx}
|
||||||
.li-mr-4{margin-right:4rpx}
|
.li-mr-4{margin-right:4rpx}
|
||||||
|
.li-text-48{font-size:48rpx}
|
||||||
|
.li-mb-30{margin-bottom:30rpx}
|
||||||
|
.li-ml-10{margin-left:10rpx}
|
||||||
.li-mt-100-important{margin-top:100rpx !important}
|
.li-mt-100-important{margin-top:100rpx !important}
|
||||||
.li-mt-4{margin-top:4rpx}
|
.li-mt-4{margin-top:4rpx}
|
||||||
.li-mt-50{margin-top:50rpx}
|
.li-mt-50{margin-top:50rpx}
|
||||||
|
|
@ -172,15 +176,11 @@
|
||||||
.li-text-333-color{color:rgb(51,51,51)}
|
.li-text-333-color{color:rgb(51,51,51)}
|
||||||
.li-text-34{font-size:34rpx}
|
.li-text-34{font-size:34rpx}
|
||||||
.li-text-44{font-size:44rpx}
|
.li-text-44{font-size:44rpx}
|
||||||
.li-text-48{font-size:48rpx}
|
|
||||||
.li-text-90{font-size:90rpx}
|
.li-text-90{font-size:90rpx}
|
||||||
.li-text-999-color{color:rgb(153,153,153)}
|
.li-text-999-color{color:rgb(153,153,153)}
|
||||||
.li-text-center{text-align:center}
|
.li-text-center{text-align:center}
|
||||||
.li-text-white{color:rgb(255,255,255)}
|
.li-text-white{color:rgb(255,255,255)}
|
||||||
.li-w-500{width:500rpx}
|
.li-w-500{width:500rpx}
|
||||||
.li-font-400{font-weight:400}
|
|
||||||
.li-m-30{margin:30rpx}
|
|
||||||
.li-text-595959-color{color:rgb(89,89,89)}
|
|
||||||
.li-h-90{height:90rpx}
|
.li-h-90{height:90rpx}
|
||||||
.li-text-47{font-size:47rpx}
|
.li-text-47{font-size:47rpx}
|
||||||
.li-w-90{width:90rpx}
|
.li-w-90{width:90rpx}
|
||||||
|
|
@ -190,11 +190,6 @@
|
||||||
.li-p-30{padding:30rpx}
|
.li-p-30{padding:30rpx}
|
||||||
.li-py-30{padding-top:30rpx;padding-bottom:30rpx}
|
.li-py-30{padding-top:30rpx;padding-bottom:30rpx}
|
||||||
.li-text-ff6b35-color{color:rgb(255,107,53)}
|
.li-text-ff6b35-color{color:rgb(255,107,53)}
|
||||||
.li-flex-1{flex:1}
|
|
||||||
.li-line-clamp-2{overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-box-orient:vertical;-webkit-line-clamp:2}
|
|
||||||
.li-text-999999-color{color:rgb(153,153,153)}
|
|
||||||
.li-w-160{width:160rpx}
|
|
||||||
.li-w-full-96{width:96%}
|
|
||||||
.li-block{display:block}
|
.li-block{display:block}
|
||||||
.li-items-baseline{align-items:baseline}
|
.li-items-baseline{align-items:baseline}
|
||||||
.li-mr-15{margin-right:15rpx}
|
.li-mr-15{margin-right:15rpx}
|
||||||
|
|
@ -204,9 +199,14 @@
|
||||||
.li-rd-16{border-radius:16rpx}
|
.li-rd-16{border-radius:16rpx}
|
||||||
.li-text-0a4696-color{color:rgb(10,70,150)}
|
.li-text-0a4696-color{color:rgb(10,70,150)}
|
||||||
.li-text-50{font-size:50rpx}
|
.li-text-50{font-size:50rpx}
|
||||||
|
.li-flex-1{flex:1}
|
||||||
|
.li-mt-25{margin-top:25rpx}
|
||||||
|
.li-text-999999-color{color:rgb(153,153,153)}
|
||||||
|
.li-w-160{width:160rpx}
|
||||||
|
.li-line-clamp-2{overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-box-orient:vertical;-webkit-line-clamp:2}
|
||||||
|
.li-w-full-96{width:96%}
|
||||||
.li-mt-200{margin-top:200rpx}
|
.li-mt-200{margin-top:200rpx}
|
||||||
.li-pt-6{padding-top:6rpx}
|
.li-pt-6{padding-top:6rpx}
|
||||||
.li-mt-25{margin-top:25rpx}
|
|
||||||
|
|
||||||
.li-my-10{margin-top:10rpx;margin-bottom:10rpx}
|
.li-my-10{margin-top:10rpx;margin-bottom:10rpx}
|
||||||
.li-p-20{padding:20rpx}
|
.li-p-20{padding:20rpx}
|
||||||
|
|
@ -217,7 +217,6 @@
|
||||||
.li-text-dddddd-color{color:rgb(221,221,221)}
|
.li-text-dddddd-color{color:rgb(221,221,221)}
|
||||||
.li-text-ff9900-color{color:rgb(255,153,0)}
|
.li-text-ff9900-color{color:rgb(255,153,0)}
|
||||||
|
|
||||||
|
|
||||||
.li-flex-row-reverse{flex-direction:row-reverse}
|
.li-flex-row-reverse{flex-direction:row-reverse}
|
||||||
.li-opacity-80{undefined:0.8}
|
.li-opacity-80{undefined:0.8}
|
||||||
.li-pb-40{padding-bottom:40rpx}
|
.li-pb-40{padding-bottom:40rpx}
|
||||||
|
|
@ -239,3 +238,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue