no message
This commit is contained in:
parent
015a224e24
commit
73c81a520b
1
app.wxss
1
app.wxss
@ -1,3 +1,4 @@
|
||||
|
||||
.topbb .title .main {
|
||||
background: #3d61f0;
|
||||
border: 1px solid #3d61f0;
|
||||
|
10093
diygw-ui/index.wxss
Normal file
10093
diygw-ui/index.wxss
Normal file
File diff suppressed because one or more lines are too long
@ -1,69 +1,168 @@
|
||||
<view class="page__mask" wx:if="{{showPrivacy}}"></view>
|
||||
<view class="privacy-dialog" wx:if="{{showPrivacy}}">
|
||||
<view class="privacy-dialog__title">用户隐私保护提示</view>
|
||||
<view class="privacy-dialog__content">亲爱用户,当您点击同意并开始使用产品服务时,即表示你已理解并同息该条款内容,该条款将对您产生法律约束力。如您拒绝,将无法使用本小程序提供的相关产品及服务。</view>
|
||||
<button bindtap="handleOpenPrivacyContract" class="privacy-dialog__text">查看隐私协议</button>
|
||||
<button bindagreeprivacyauthorization="handleAgreePrivacyAuthorization" class="privacy-dialog__button" id="agree-btn" openType="agreePrivacyAuthorization">同意</button>
|
||||
<view class="container container28836">
|
||||
<image src="https://cheapi.xiaoapi.com/static/banner_home.png" class="response diygw-col-24 image-clz" mode="widthFix"></image>
|
||||
<view class="diygw-title flex diygw-col-24 title-clz">
|
||||
<view class="title title-title font-bold"> 常用工具 </view>
|
||||
</view>
|
||||
<swiper autoplay="{{autoplay}}" class="scroll_size" duration="{{duration}}" indicatorActiveColor="#fff" indicatorDots="{{indicatorDots}}" interval="{{interval}}" lazyLoad="{{true}}">
|
||||
<swiper-item bindtap="banner" data-url="{{item.url}}" wx:for="{{banner}}" wx:key="1">
|
||||
<image class="scroll_size" mode="scaleToFill" src="{{item.image}}" style="width:100%"></image>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
<view class="xiaoxi">
|
||||
<view class="xiaoxi_zhezhao"></view>
|
||||
<image class="xiaoxi_leftImg" src="../image/xiaoxi_btn.png"></image>
|
||||
<swiper autoplay="{{autoplay}}" circular="{{true}}" class="update_scroll_modle" duration="1500" indicatorDots="{{false}}" interval="2000" vertical="{{true}}">
|
||||
<swiper-item style="color:#F75F5F" wx:for="{{textJson}}" wx:key="2"> {{item.content}} </swiper-item>
|
||||
</swiper>
|
||||
<!-- <view bindtap="info_notice" class="xiaoxi_right_btn">详情</view> -->
|
||||
<view class="flex diygw-col-24 grid-clz">
|
||||
<view class="diygw-grid col-4 diygw-card diygw-shadow">
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner grid-item-clz">
|
||||
<view class="diygw-grid-icon diygw-avatar radius-xs grid-icon-clz">
|
||||
<image mode="aspectFit" class="diygw-avatar-img radius-xs" src="https://cheapi.xiaoapi.com/static/icon_home_operation_5.png"></image>
|
||||
</view>
|
||||
<view class="service_box">
|
||||
<view bindtap="navtonew" class="service_items" data-appid="{{item.appid}}" data-id="{{item.id}}" data-page="{{item.page}}" data-tzpage="{{item.tzpage}}" data-url="{{item.url}}" wx:if="{{item.cid==1}}" wx:for="{{dhlist}}" wx:key="index">
|
||||
<view class="module_item" style="background-image: url({{item.bg}});" wx:if="{{item.bg}}">
|
||||
<view class="module_name">{{item.name}}</view>
|
||||
<view class="module_decs">{{item.content}}</view>
|
||||
<view class="module_go">
|
||||
<image class="module_go_img" lazyLoad="{{true}}" src="{{item.logo?item.logo:''}}"></image>
|
||||
<view class="diygw-grid-title"> 综合车况 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="module_item" wx:else>
|
||||
<view class="module_name">{{item.name}}</view>
|
||||
<view class="module_decs">{{item.content}}</view>
|
||||
<view class="module_go">
|
||||
<image class="module_go_img" lazyLoad="{{true}}" src="{{item.logo?item.logo:''}}"></image>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner grid-item-clz">
|
||||
<view class="diygw-grid-icon diygw-avatar radius-xs grid-icon-clz">
|
||||
<image mode="aspectFit" class="diygw-avatar-img radius-xs" src="https://cheapi.xiaoapi.com/static/icon_home_operation_6.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 查维保信息 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner grid-item-clz">
|
||||
<view class="diygw-grid-icon diygw-avatar radius-xs grid-icon-clz">
|
||||
<image mode="aspectFit" class="diygw-avatar-img radius-xs" src="https://cheapi.xiaoapi.com/static/icon_home_operation_7.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 查出险信息 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner grid-item-clz">
|
||||
<view class="diygw-grid-icon diygw-avatar radius-xs grid-icon-clz">
|
||||
<image mode="aspectFit" class="diygw-avatar-img radius-xs" src="https://cheapi.xiaoapi.com/static/icon_home_operation_1.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 查车辆状态 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner grid-item-clz">
|
||||
<view class="diygw-grid-icon diygw-avatar radius-xs grid-icon-clz">
|
||||
<image mode="aspectFit" class="diygw-avatar-img radius-xs" src="https://cheapi.xiaoapi.com/static/icon_home_operation_4.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 查车五项 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner grid-item-clz">
|
||||
<view class="diygw-grid-icon diygw-avatar radius-xs grid-icon-clz">
|
||||
<image mode="aspectFit" class="diygw-avatar-img radius-xs" src="https://cheapi.xiaoapi.com/static/icon_home_operation_2.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 商业险查询 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner grid-item-clz">
|
||||
<view class="diygw-grid-icon diygw-avatar radius-xs grid-icon-clz">
|
||||
<image mode="aspectFit" class="diygw-avatar-img radius-xs" src="https://cheapi.xiaoapi.com/static/icon_home_operation_3.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 交强险查询 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner grid-item-clz">
|
||||
<view class="diygw-grid-icon diygw-avatar radius-xs grid-icon-clz">
|
||||
<image mode="aspectFit" class="diygw-avatar-img radius-xs" src="https://cheapi.xiaoapi.com/static/icon_home_operation_8.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 车型识别 </view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="main_content">
|
||||
<view class="title_flag">车主工具箱</view>
|
||||
<view class="service_box">
|
||||
<view bindtap="navtonew" class="service_item" data-appid="{{item.appid}}" data-id="{{item.id}}" data-page="{{item.page}}" data-tzpage="{{item.tzpage}}" data-url="{{item.url}}" wx:if="{{item.cid==2}}" wx:for="{{dhlist}}" wx:key="index">
|
||||
<view class="service_item_left">
|
||||
<view class="service_name">{{item.name}}</view>
|
||||
<view class="service_desc">{{item.content}}</view>
|
||||
<view class="service_desc"></view>
|
||||
<view class="diygw-title flex diygw-col-24 title1-clz">
|
||||
<view class="title title1-title font-bold"> 热门工具 </view>
|
||||
</view>
|
||||
<view class="service_item_right">
|
||||
<view class="service_img_box">
|
||||
<image class="service_img" src="{{item.logo?item.logo:''}}"></image>
|
||||
<view class="flex diygw-col-24 list-clz">
|
||||
<view class="diygw-list">
|
||||
<view style="" class="diygw-item col-100 row solid-bottom">
|
||||
<view class="diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/2616283ecae546ed8b8c1321dd5e5eb8.png"></image>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view class="title"> 微信 </view>
|
||||
<view class="text-sm remark"> 交友需谨慎,请注意保护个人隐私。抵制粗俗语言,共创文明网络环境。 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view style="" class="diygw-item col-100 row solid-bottom">
|
||||
<view class="diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/06ce878be523403b890fd42e7929affe.png"></image>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view class="title"> 抖音 </view>
|
||||
<view class="text-sm remark"> 一个帮助用户表达自我,记录美好生活的视频平台 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view style="" class="diygw-item col-100 row solid-bottom">
|
||||
<view class="diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/global/grid3.png"></image>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view class="title"> 支付宝 </view>
|
||||
<view class="text-sm remark"> 服务全球12亿用户的数字生活开放平台 </view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-title flex diygw-col-24 title2-clz">
|
||||
<view class="title font-normal"> 精品游戏 </view>
|
||||
<view class="more">
|
||||
更多
|
||||
<text class="diy-icon-right"></text>
|
||||
</view>
|
||||
|
||||
<navigator hoverClass="none" url="/pages/enter/enter" wx:if="{{maiche==1}}">
|
||||
<view class="contact_box">
|
||||
<view class="contact">
|
||||
<view class="contact_icon">
|
||||
<image class="weixin_icon" lazyLoad="{{true}}" mode="widthFix" src="/assets/images/ser-repair@1.png" style="border-radius: 80rpx"></image>
|
||||
</view>
|
||||
<view class="contact_content"> 开启会员,享受超值价格</view>
|
||||
<view class="contact_copy_box">
|
||||
<view class="contact_copy">立即开启</view>
|
||||
<view class="flex diygw-col-24 grid1-clz">
|
||||
<view class="diygw-grid col-4 scroll-view">
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner">
|
||||
<view class="diygw-grid-icon diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/a6f14a8a93dd4b27bfd97ab33cad098b_1.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 斗罗大陆 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner">
|
||||
<view class="diygw-grid-icon diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/30df0d1c56fd4e79a79de1847be8c373.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 塔防纪元 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner">
|
||||
<view class="diygw-grid-icon diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/25dd495cf6af49bbb16061a42009065b_1.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 英雄联盟 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner">
|
||||
<view class="diygw-grid-icon diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/b24137bef0e645458ee7bd7ef0b6a5ee.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 叫我大掌柜 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner">
|
||||
<view class="diygw-grid-icon diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/dbddb9acc7f54691a659e7b136b1fe40_2.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 武林闲侠 </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="diygw-grid-item">
|
||||
<view class="diygw-grid-inner">
|
||||
<view class="diygw-grid-icon diygw-avatar">
|
||||
<image mode="aspectFit" class="diygw-avatar-img" src="https://cheapi.xiaoapi.com/static/21c8dbf3fbb746aeaff405fee1e844b3.png"></image>
|
||||
</view>
|
||||
<view class="diygw-grid-title"> 我是大东家 </view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="clearfix"></view>
|
||||
</view>
|
||||
|
@ -1,903 +1,91 @@
|
||||
@import "/pages/alert/index.wxss";
|
||||
page {
|
||||
background: #fff;
|
||||
}
|
||||
.page__mask {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 9998;
|
||||
}
|
||||
.privacy-dialog {
|
||||
background-color: #fff;
|
||||
border-radius: 10rpx;
|
||||
box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.2);
|
||||
left: 50%;
|
||||
max-width: 500rpx;
|
||||
padding: 20rpx;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 80%;
|
||||
z-index: 9999;
|
||||
}
|
||||
.privacy-dialog__content {
|
||||
font-size: 28rpx;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.privacy-dialog__title {
|
||||
color: #000;
|
||||
}
|
||||
.privacy-dialog__text,
|
||||
.privacy-dialog__title {
|
||||
background-color: #fff;
|
||||
border-radius: 5rpx;
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
line-height: 2;
|
||||
padding: 10rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.privacy-dialog__text {
|
||||
color: #007bff;
|
||||
}
|
||||
.privacy-dialog__button {
|
||||
background-color: #007bff;
|
||||
border-radius: 5rpx;
|
||||
color: #fff;
|
||||
display: block;
|
||||
font-size: 36rpx;
|
||||
line-height: 1;
|
||||
padding: 10rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.main_content {
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 10rpx 25rpx;
|
||||
width: 750rpx;
|
||||
}
|
||||
.module_box {
|
||||
align-items: center;
|
||||
height: 160rpx;
|
||||
width: 700rpx;
|
||||
}
|
||||
.module_box,
|
||||
.module_item {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.module_item {
|
||||
background-image: url(https://api.ym23.com/addons/monai_market/static/icon/module_back.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 220rpx 159rpx;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0rpx 9rpx 18rpx 0rpx hsla(0, 33%, 90%, 0.5);
|
||||
box-sizing: border-box;
|
||||
flex-direction: column;
|
||||
height: 159rpx;
|
||||
margin-top: 30rpx;
|
||||
padding: 20rpx;
|
||||
width: 220rpx;
|
||||
}
|
||||
.module_name {
|
||||
color: #fff;
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
height: 42rpx;
|
||||
line-height: 42rpx;
|
||||
}
|
||||
.module_decs {
|
||||
color: #fff;
|
||||
font-size: 22rpx;
|
||||
font-weight: 400;
|
||||
height: 30rpx;
|
||||
line-height: 30rpx;
|
||||
}
|
||||
.module_go {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
height: 25rpx;
|
||||
justify-content: flex-end;
|
||||
width: 180rpx;
|
||||
}
|
||||
.module_go_img {
|
||||
height: 26rpx;
|
||||
width: 26rpx;
|
||||
}
|
||||
.service_box,
|
||||
.title_flag {
|
||||
align-items: center;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
margin-top: 50rpx;
|
||||
width: 700rpx;
|
||||
}
|
||||
.service_box {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
min-height: 160rpx;
|
||||
}
|
||||
.service_box,
|
||||
.service_item {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.service_item {
|
||||
background: #e8f3fa;
|
||||
width: 340rpx;
|
||||
}
|
||||
.service_item,
|
||||
.service_items {
|
||||
align-items: center;
|
||||
border-radius: 5rpx;
|
||||
box-shadow: 5rpx 1rpx 10rpx 0rpx rgba(198, 220, 239, 0.5);
|
||||
box-sizing: border-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
height: 160rpx;
|
||||
margin-bottom: 20rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
.service_items {
|
||||
background: #feffff;
|
||||
width: 200rpx;
|
||||
}
|
||||
.service_item_left {
|
||||
height: 132rpx;
|
||||
width: 168rpx;
|
||||
}
|
||||
.service_name {
|
||||
font-size: 28rpx;
|
||||
height: 35rpx;
|
||||
line-height: 35rpx;
|
||||
margin: 15rpx 0rpx 10rpx;
|
||||
}
|
||||
.service_desc,
|
||||
.service_name {
|
||||
color: #4867ba;
|
||||
font-weight: 400;
|
||||
}
|
||||
.service_desc {
|
||||
font-size: 20rpx;
|
||||
height: 28rpx;
|
||||
line-height: 28rpx;
|
||||
}
|
||||
.service_img_box,
|
||||
.service_item_right {
|
||||
height: 132rpx;
|
||||
width: 132rpx;
|
||||
}
|
||||
.service_img_box {
|
||||
align-items: center;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.service_img {
|
||||
height: 132rpx;
|
||||
width: 132rpx;
|
||||
}
|
||||
.plate {
|
||||
background: #fff;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
padding-top: 2.66%;
|
||||
width: 100%;
|
||||
}
|
||||
.plate_form,
|
||||
.plate_form button {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.plate_form button {
|
||||
background: none;
|
||||
}
|
||||
.plate_form button::after {
|
||||
border: none;
|
||||
}
|
||||
.plate > view {
|
||||
border-radius: 10rpx;
|
||||
height: 160rpx;
|
||||
margin-bottom: 20rpx;
|
||||
position: relative;
|
||||
width: 46%;
|
||||
}
|
||||
.plate > view,
|
||||
.plate > view view {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
.plate > view view:nth-child(1) {
|
||||
height: 100%;
|
||||
width: 70%;
|
||||
}
|
||||
.plate > view view:nth-child(2) {
|
||||
height: 90%;
|
||||
width: 30%;
|
||||
}
|
||||
.plate > view view image {
|
||||
height: 80rpx;
|
||||
left: 0;
|
||||
width: 80rpx;
|
||||
}
|
||||
.plate > view:nth-child(even),
|
||||
.plate > view:nth-child(odd) {
|
||||
margin-left: 2.66%;
|
||||
}
|
||||
.plate > view view view:nth-child(1) {
|
||||
color: #fff;
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
text-indent: 30rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.plate > view view view:nth-child(2) {
|
||||
font-size: 20rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.plate > view view view text {
|
||||
border: 2rpx solid #fff;
|
||||
border-radius: 30rpx;
|
||||
color: #fff;
|
||||
margin-left: 20rpx;
|
||||
padding: 7rpx 15rpx;
|
||||
}
|
||||
.big_border {
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
.advert {
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
.title_flag {
|
||||
color: #000;
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
height: 50rpx;
|
||||
justify-content: flex-start;
|
||||
line-height: 45rpx;
|
||||
}
|
||||
.search_info {
|
||||
height: auto;
|
||||
left: 181rpx;
|
||||
top: 75rpx;
|
||||
width: 576rpx;
|
||||
z-index: 5000000000;
|
||||
}
|
||||
.loading {
|
||||
background: #fff;
|
||||
border-top: 1rpx solid #e5e5e5;
|
||||
color: #999;
|
||||
font-size: 28rpx;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.loading image {
|
||||
height: 15rpx;
|
||||
width: 69rpx;
|
||||
}
|
||||
.serch_view {
|
||||
background: #fff;
|
||||
padding-bottom: 10rpx;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
.serch_border {
|
||||
background: #f2f2f2;
|
||||
border-radius: 100px;
|
||||
display: inline-block;
|
||||
height: 60rpx;
|
||||
margin-top: 14rpx;
|
||||
width: 540rpx;
|
||||
z-index: 10;
|
||||
}
|
||||
.serch_border_area {
|
||||
color: #333;
|
||||
font-size: 28rpx;
|
||||
max-width: 160rpx;
|
||||
padding-left: 30rpx;
|
||||
}
|
||||
.serch_border_area,
|
||||
.serch_border_area_border {
|
||||
display: inline-block;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.serch_border_area_border {
|
||||
max-width: 118rpx;
|
||||
}
|
||||
.serch_border_area_img {
|
||||
display: inline-block;
|
||||
height: 30rpx;
|
||||
margin-left: 10rpx;
|
||||
vertical-align: middle;
|
||||
width: 30rpx;
|
||||
}
|
||||
.serch_border_nav {
|
||||
height: 90rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.serch_border_img {
|
||||
border-right: 1rpx solid rgba(0, 0, 0, 0.1);
|
||||
float: left;
|
||||
height: 38rpx;
|
||||
margin-left: 20rpx;
|
||||
margin-top: 13rpx;
|
||||
padding-right: 10rpx;
|
||||
width: 38rpx;
|
||||
}
|
||||
.serch_border_text {
|
||||
color: #b2b2b2;
|
||||
float: left;
|
||||
font-size: 24rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
padding-left: 15rpx;
|
||||
width: 80%;
|
||||
}
|
||||
.scroll_size {
|
||||
height: 375rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.xiaoxi {
|
||||
background: #fff;
|
||||
border-bottom: 15rpx solid #f2f2f2;
|
||||
display: block;
|
||||
height: 80rpx;
|
||||
margin: 0 auto;
|
||||
padding-top: 1rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.xiaoxi_leftImg {
|
||||
float: left;
|
||||
height: 40rpx;
|
||||
margin-top: 20rpx;
|
||||
padding-left: 30rpx;
|
||||
padding-right: 15rpx;
|
||||
width: 40rpx;
|
||||
}
|
||||
.xiaoxi_right_btn {
|
||||
border: 1px solid #3d61f0;
|
||||
color: #3d61f0;
|
||||
height: 45rpx;
|
||||
}
|
||||
.xiaoxi_right_btn,
|
||||
.xiaoxi_right_btnb {
|
||||
border-radius: 5rpx;
|
||||
float: left;
|
||||
font-size: 24rpx;
|
||||
line-height: 45rpx;
|
||||
margin-left: 30rpx;
|
||||
margin-top: 17.5rpx;
|
||||
text-align: center;
|
||||
width: 100rpx;
|
||||
}
|
||||
.xiaoxi_right_btnb {
|
||||
height: 5rpx;
|
||||
}
|
||||
.xiaoxi_zhezhao {
|
||||
height: 80rpx;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
width: 590rpx;
|
||||
z-index: 50;
|
||||
}
|
||||
.update_scroll_modle {
|
||||
color: #555;
|
||||
float: left;
|
||||
font-size: 24rpx;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 505rpx;
|
||||
word-break: keep-all;
|
||||
}
|
||||
.nav {
|
||||
background: #fff;
|
||||
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.nav_modle {
|
||||
color: #555;
|
||||
display: inline-block;
|
||||
font-size: 26rpx;
|
||||
line-height: 80rpx;
|
||||
text-align: center;
|
||||
width: 20%;
|
||||
}
|
||||
.nav_modle_active {
|
||||
color: #3d61f0;
|
||||
}
|
||||
.nav_modle_img {
|
||||
height: 30rpx;
|
||||
padding-left: 10rpx;
|
||||
vertical-align: middle;
|
||||
width: 30rpx;
|
||||
}
|
||||
.zhuanrang {
|
||||
color: #f75f5f;
|
||||
font-weight: 400;
|
||||
}
|
||||
.shop_modle {
|
||||
margin-left: 30rpx;
|
||||
padding-top: 30rpx;
|
||||
width: 720rpx;
|
||||
}
|
||||
.shop_modle_right {
|
||||
display: inline-block;
|
||||
padding-left: 20rpx;
|
||||
vertical-align: top;
|
||||
width: 570rpx;
|
||||
}
|
||||
.shop_modle_right_title {
|
||||
color: #333;
|
||||
font-size: 28rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.shop_modle_right_title_name {
|
||||
display: inline-block;
|
||||
max-width: 65%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
.shop_modle_right_title_right {
|
||||
color: #f75f5f;
|
||||
float: right;
|
||||
font-size: 28rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
.shop_modle_area {
|
||||
color: #9295a8;
|
||||
font-size: 24rpx;
|
||||
margin-top: 10rpx;
|
||||
width: 570rpx;
|
||||
}
|
||||
.shop_modle_area_dian {
|
||||
padding-right: 10rpx;
|
||||
}
|
||||
.shop_modle_area_dian,
|
||||
.shop_modle_message {
|
||||
color: #f75f5f;
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
.shop_modle_message,
|
||||
.shop_modle_num {
|
||||
margin-top: 10rpx;
|
||||
width: 570rpx;
|
||||
}
|
||||
.shop_modle_num {
|
||||
color: #9295a8;
|
||||
@import "/diygw-ui/index.wxss";
|
||||
|
||||
view{
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.solid_modle_scroll_img {
|
||||
width: 100%;
|
||||
|
||||
.diygw-card {
|
||||
margin: 10rpx;
|
||||
}
|
||||
.solid_modle_scroll {
|
||||
overflow-x: scroll;
|
||||
display: block;
|
||||
height: 180rpx;
|
||||
margin-top: 10rpx;
|
||||
white-space: nowrap;
|
||||
width: 600rpx;
|
||||
}
|
||||
.solid_modle_scroll_modle {
|
||||
display: inline-block;
|
||||
height: 180rpx;
|
||||
margin-left: 10rpx;
|
||||
width: 180rpx;
|
||||
}
|
||||
.solid_modle_scroll_modle_img {
|
||||
border-radius: 5rpx;
|
||||
height: 180rpx;
|
||||
width: 180rpx;
|
||||
}
|
||||
.btm_nav {
|
||||
height: 30rpx;
|
||||
width: 100%;
|
||||
}
|
||||
@-webkit-keyframes top {
|
||||
0% {
|
||||
top: 565rpx;
|
||||
}
|
||||
100% {
|
||||
top: 90rpx;
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes down {
|
||||
0% {
|
||||
top: 90rpx;
|
||||
}
|
||||
100% {
|
||||
top: 565rpx;
|
||||
}
|
||||
}
|
||||
.shop_view_active {
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
.shop_border {
|
||||
width: 100%;
|
||||
}
|
||||
.shop_view_topactive {
|
||||
-webkit-animation: top 1s;
|
||||
top: 90rpx;
|
||||
}
|
||||
.shop_view_downactive {
|
||||
-webkit-animation: down 1s;
|
||||
top: 565rpx;
|
||||
}
|
||||
.nav_fenlei {
|
||||
background: #fff;
|
||||
max-height: 480rpx;
|
||||
overflow-y: scroll;
|
||||
padding-bottom: 20rpx;
|
||||
|
||||
.image-clz {
|
||||
padding-top: 20rpx;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
.nav_fenlei_title {
|
||||
color: #333;
|
||||
font-size: 24rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.nav_fenlei_modle {
|
||||
border: 1rpx solid #e4e4e4;
|
||||
color: #555;
|
||||
display: inline-block;
|
||||
font-size: 24rpx;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
margin-left: 20rpx;
|
||||
margin-top: 20rpx;
|
||||
overflow: hidden;
|
||||
padding-left: 20rpx;
|
||||
padding-right: 20rpx;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 117rpx;
|
||||
word-break: keep-all;
|
||||
}
|
||||
.nav_fenlei_modle_img {
|
||||
display: block;
|
||||
height: 30rpx;
|
||||
margin-left: 128rpx;
|
||||
margin-top: 21rpx;
|
||||
position: absolute;
|
||||
width: 30rpx;
|
||||
}
|
||||
.nav_fenlei_modle_active {
|
||||
background: rgba(10, 194, 174, 0.1);
|
||||
border: 1px solid #3d61f0;
|
||||
color: #3d61f0;
|
||||
}
|
||||
.shop_view {
|
||||
height: 840rpx;
|
||||
width: 100%;
|
||||
}
|
||||
.nav_fenlei_mengceng {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
height: 750rpx;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 5;
|
||||
}
|
||||
.type_btn_border {
|
||||
border-top: 1rpx solid #f9f9f9;
|
||||
height: 90rpx;
|
||||
margin-left: 5%;
|
||||
margin-top: 20rpx;
|
||||
width: 90%;
|
||||
}
|
||||
.type_btn_border_index {
|
||||
background: #fff;
|
||||
border: 1rpx solid #f75f5f;
|
||||
border-radius: 0;
|
||||
color: #f75f5f;
|
||||
line-height: 48rpx;
|
||||
margin: 30rpx 0 0 100rpx;
|
||||
}
|
||||
.type_btn_border_index,
|
||||
.type_btn_border_second {
|
||||
float: left;
|
||||
font-size: 24rpx;
|
||||
height: 50rpx;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
width: 150rpx;
|
||||
}
|
||||
.type_btn_border_second {
|
||||
background: #3d61f0;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
line-height: 50rpx;
|
||||
margin: 30rpx 0 0 210rpx;
|
||||
}
|
||||
button::after {
|
||||
border: none;
|
||||
}
|
||||
.paixu_modle {
|
||||
color: #333;
|
||||
font-size: 24rpx;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
margin-left: 5%;
|
||||
width: 90%;
|
||||
}
|
||||
.paixu_modle_img {
|
||||
float: right;
|
||||
height: 40rpx;
|
||||
margin-top: 20rpx;
|
||||
width: 40rpx;
|
||||
}
|
||||
.paixu_modle_active {
|
||||
color: #3d61f0;
|
||||
}
|
||||
.choose_view {
|
||||
background: #f2f2f2;
|
||||
padding: 1rpx 2% 12rpx;
|
||||
width: 96%;
|
||||
}
|
||||
.choose_view_modle {
|
||||
background: #fff;
|
||||
color: #555;
|
||||
display: inline-block;
|
||||
font-size: 24rpx;
|
||||
height: 46rpx;
|
||||
line-height: 46rpx;
|
||||
margin-left: 30rpx;
|
||||
margin-top: 15rpx;
|
||||
padding-left: 20rpx;
|
||||
padding-right: 20rpx;
|
||||
}
|
||||
.choose_view_modle_img {
|
||||
height: 20rpx;
|
||||
margin-left: 20rpx;
|
||||
vertical-align: middle;
|
||||
width: 20rpx;
|
||||
}
|
||||
.choose_area {
|
||||
background: #fff;
|
||||
padding-bottom: 20rpx;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
.choose_area_modle {
|
||||
display: inline-block;
|
||||
margin-top: 35rpx;
|
||||
width: 20%;
|
||||
}
|
||||
.choose_area_modle_img {
|
||||
display: block;
|
||||
height: 50rpx;
|
||||
margin: 0 auto;
|
||||
width: 50rpx;
|
||||
}
|
||||
.choose_area_modle_title {
|
||||
color: #555;
|
||||
font-size: 24rpx;
|
||||
margin-top: 14rpx;
|
||||
padding-bottom: 35rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.shop_modle_headImg_view {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
}
|
||||
.shop_modle_headImg,
|
||||
.shop_modle_headImg_view {
|
||||
border-radius: 100%;
|
||||
height: 100rpx;
|
||||
width: 100rpx;
|
||||
}
|
||||
.shop_modle_headImg_view_btmTextView {
|
||||
background: #f5a623;
|
||||
color: #fff;
|
||||
font-size: 16rpx;
|
||||
line-height: 28rpx;
|
||||
margin-top: -35rpx;
|
||||
overflow: hidden;
|
||||
padding-bottom: 10rpx;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
width: 100rpx;
|
||||
padding-right: 20rpx;
|
||||
}
|
||||
.ziying {
|
||||
background: #3d61f0;
|
||||
display: inline-block;
|
||||
margin-left: 10rpx;
|
||||
margin-top: -5rpx;
|
||||
vertical-align: middle;
|
||||
width: 80rpx;
|
||||
.title-clz {
|
||||
width: calc(100% - 20rpx - 20rpx) !important;
|
||||
margin-top: 0rpx;
|
||||
margin-bottom: 0rpx;
|
||||
}
|
||||
.tuijian,
|
||||
.ziying {
|
||||
border-radius: 5rpx;
|
||||
color: #fff;
|
||||
font-size: 16rpx;
|
||||
height: 30rpx;
|
||||
line-height: 30rpx;
|
||||
text-align: center;
|
||||
.title-title {
|
||||
font-size: 16px;
|
||||
}
|
||||
.tuijian {
|
||||
background: #ec6d6e;
|
||||
margin-top: 152rpx;
|
||||
position: absolute;
|
||||
width: 56rpx;
|
||||
|
||||
.title-more {
|
||||
font-size: 12px;
|
||||
}
|
||||
.pinpai_over {
|
||||
max-height: 420rpx;
|
||||
overflow-y: scroll;
|
||||
width: 100%;
|
||||
.grid-clz {
|
||||
border-bottom-left-radius: 12rpx;
|
||||
overflow: hidden;
|
||||
width: calc(100% - 10rpx - 10rpx) !important;
|
||||
border-top-left-radius: 12rpx;
|
||||
margin-top: 10rpx;
|
||||
border-top-right-radius: 12rpx;
|
||||
border-bottom-right-radius: 12rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
.shangjia_solid_modle_scroll {
|
||||
overflow-x: scroll;
|
||||
background: #fff;
|
||||
border-bottom: 12rpx solid #f2f2f2;
|
||||
display: block;
|
||||
padding-bottom: 20rpx;
|
||||
padding-left: 10rpx;
|
||||
white-space: nowrap;
|
||||
width: 740rpx;
|
||||
.grid-item-clz {
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.shangjia_solid_modle_scroll_modle {
|
||||
background: #fff;
|
||||
display: inline-block;
|
||||
.grid-icon-clz {
|
||||
font-size: 45px !important;
|
||||
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
.title1-clz {
|
||||
margin-left: 20rpx;
|
||||
width: 180rpx;
|
||||
width: calc(100% - 20rpx - 20rpx) !important;
|
||||
margin-top: 0rpx;
|
||||
margin-bottom: 0rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.shangjia_solid_modle_scroll_modle_img {
|
||||
background: #e0e0e0;
|
||||
border-radius: 10rpx;
|
||||
display: block;
|
||||
height: 180rpx;
|
||||
.title1-title {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.title1-more {
|
||||
font-size: 12px;
|
||||
}
|
||||
.list-clz {
|
||||
margin-left: 20rpx;
|
||||
width: calc(100% - 20rpx - 20rpx) !important;
|
||||
margin-top: 0rpx;
|
||||
margin-bottom: 0rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.title2-clz {
|
||||
margin-left: 20rpx;
|
||||
width: calc(100% - 20rpx - 20rpx) !important;
|
||||
margin-top: 0rpx;
|
||||
margin-bottom: 0rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.grid1-clz {
|
||||
margin-left: 20rpx;
|
||||
width: calc(100% - 20rpx - 20rpx) !important;
|
||||
margin-top: 10rpx;
|
||||
margin-bottom: 10rpx;
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
.container28836 {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
.container28836 {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
.shangjia_solid_modle_scroll_modle_title {
|
||||
color: #666;
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 26rpx;
|
||||
font-weight: 700;
|
||||
margin-top: 15rpx;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
word-break: keep-all;
|
||||
}
|
||||
.shangjia_solid_modle_scroll_modle_price {
|
||||
color: #d39f43;
|
||||
float: left;
|
||||
font-size: 23rpx;
|
||||
margin-top: 15rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.shangjia_solid_modle_scroll_modle_priceimg {
|
||||
height: 25rpx;
|
||||
margin-top: -5rpx;
|
||||
padding-left: 5rpx;
|
||||
vertical-align: middle;
|
||||
width: 25rpx;
|
||||
}
|
||||
.shangjia_solid_modle_scroll_title {
|
||||
color: #333;
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
line-height: 80rpx;
|
||||
margin-left: 5%;
|
||||
width: 90%;
|
||||
}
|
||||
.modle {
|
||||
border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
|
||||
height: 180rpx;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 30rpx;
|
||||
padding-top: 30rpx;
|
||||
width: 690rpx;
|
||||
}
|
||||
.modle_img {
|
||||
background: #e0e0e0;
|
||||
border-radius: 10rpx;
|
||||
float: left;
|
||||
height: 180rpx;
|
||||
width: 270rpx;
|
||||
}
|
||||
.modle_name {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
color: #333;
|
||||
display: -webkit-box;
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
overflow: hidden;
|
||||
padding-left: 20rpx;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
.modle_chexing {
|
||||
color: #7a7a7a;
|
||||
font-size: 24rpx;
|
||||
margin-top: 20rpx;
|
||||
width: 96%;
|
||||
}
|
||||
.modle_chexing,
|
||||
.modle_price {
|
||||
overflow: hidden;
|
||||
padding-left: 20rpx;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
.modle_price {
|
||||
bottom: 0rpx;
|
||||
color: #f75f5f;
|
||||
font-size: 30rpx;
|
||||
font-weight: 700;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
.modle_price_ago {
|
||||
color: #7a7a7a;
|
||||
font-size: 20rpx;
|
||||
font-weight: 400;
|
||||
}
|
||||
.modle_price_ago_fen {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.message_border {
|
||||
float: left;
|
||||
height: 180rpx;
|
||||
position: relative;
|
||||
width: 420rpx;
|
||||
}
|
||||
.ziying:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
.end_none {
|
||||
color: #8a8a8a;
|
||||
font-size: 28rpx;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.guanggao_view {
|
||||
border-bottom: 15rpx solid #f2f2f2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user