代码提交
This commit is contained in:
@ -130,18 +130,19 @@ function toLink(listItem) {
|
||||
.dot {
|
||||
z-index: 99;
|
||||
position: absolute;
|
||||
background: red;
|
||||
background: #EE6D46;
|
||||
color: #fff;
|
||||
right: 20%;
|
||||
top: 0;
|
||||
transform: translateY(-20%);
|
||||
font-size: 22rpx;
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
font-size: 18rpx;
|
||||
width: 38rpx;
|
||||
height: 38rpx;
|
||||
text-align: center;
|
||||
line-height: 35rpx;
|
||||
line-height: 38rpx;
|
||||
box-sizing: border-box;
|
||||
border-radius: 50%;
|
||||
border: 2rpx solid #ffffff;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
@ -5,22 +5,8 @@
|
||||
* @description:index.data
|
||||
* @update: 2023-11-09 15:21
|
||||
* */
|
||||
import toPayIcon from '@/static/images/icon-dfk.png'
|
||||
import toFHIcon from '@/static/images/icon-dfh.png'
|
||||
import toSHIcon from '@/static/images/icon-dsh.png'
|
||||
import toPJIcon from '@/static/images/icon-dpj.png'
|
||||
|
||||
import toZJIcon from '@/static/images/icon-wdzj.png'
|
||||
import toYHQIcon from '@/static/images/icon-yhq.png'
|
||||
import toSCIcon from '@/static/images/icon-wdsc.png'
|
||||
import toZBIcon from '@/static/images/icon-kqzb.png'
|
||||
import toTGIcon from '@/static/images/icon-wdtg.png'
|
||||
import toKJIcon from '@/static/images/icon-kqjl.png'
|
||||
import toSHOIcon from '@/static/images/icon-kqjl.png'
|
||||
import toKFIcon from '@/static/images/icon-lxkf.png'
|
||||
|
||||
import toDZIcon from '@/static/images/icon-address.png'
|
||||
import toZHIcon from '@/static/images/icon-zhsz.png'
|
||||
import { toPayIcon, toFHIcon, toSHIcon, toPJIcon, toZJIcon, toYHQIcon, toSCIcon, toZBIcon, toTGIcon, toKJIcon, toSHOIcon, toKFIcon, toDZIcon, toZHIcon } from "@/utils/images";
|
||||
|
||||
export const orderIconList = [
|
||||
{
|
||||
|
@ -12,7 +12,7 @@
|
||||
>
|
||||
<image
|
||||
class="head"
|
||||
src="@/static/icon/user/mine.png"
|
||||
src="https://b2c-pro-static-dev.zkthink.com/static/icon/user/mine.png"
|
||||
/>
|
||||
<view class="user-info">
|
||||
点击登录
|
||||
|
Reference in New Issue
Block a user