|
@@ -0,0 +1,777 @@
|
|
|
|
+<template>
|
|
|
|
+ <view class="content">
|
|
|
|
+ <u-navbar title=" " @leftClick="leftClick" :placeholder="true" :autoBack="true">
|
|
|
|
+ <view slot="center" class="hflex nav">
|
|
|
|
+ <view class="nav_item" :class="nav_index == 1 ? 'nav_active' : ''" @click="changeNav(nav_index)">维修单</view>
|
|
|
|
+ <view class="nav_item" :class="nav_index == 2 ? 'nav_active' : ''" @click="changeNav(nav_index)">维修工</view>
|
|
|
|
+ </view>
|
|
|
|
+ </u-navbar>
|
|
|
|
+ <view v-if="nav_index == 1">
|
|
|
|
+ <view class="top">
|
|
|
|
+ <view class="top_title">快修订单</view>
|
|
|
|
+ <view class="vflex dm_box">
|
|
|
|
+ <block v-if="domWidth == 0">
|
|
|
|
+ <view class="hflex dm_scroll" :style="'--dom-width:' + domWidth + ';' ">
|
|
|
|
+ <view class="hflex acenter dm1">
|
|
|
|
+ <block v-for="(item,index) in bullet_chat" :key="index">
|
|
|
|
+ <view class="hflex acenter dm">
|
|
|
|
+ <image :src="item.avatar" class="dm_img"></image>
|
|
|
|
+ <view class="dm_text hflex">{{item.text}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ <block v-else>
|
|
|
|
+ <view class="hflex dm_scroll" :style="'--dom-width:' + domWidth + ';' ">
|
|
|
|
+ <view class="hflex acenter dm1">
|
|
|
|
+ <block v-for="(item,index) in bullet_chat" :key="index">
|
|
|
|
+ <view class="hflex acenter dm">
|
|
|
|
+ <image :src="item.avatar" class="dm_img"></image>
|
|
|
|
+ <view class="dm_text hflex">{{item.text}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="hflex acenter ">
|
|
|
|
+ <block v-for="(item,index) in bullet_chat" :key="index">
|
|
|
|
+ <view class="hflex acenter dm">
|
|
|
|
+ <image :src="item.avatar" class="dm_img"></image>
|
|
|
|
+ <view class="dm_text hflex">{{item.text}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+
|
|
|
|
+ <block v-if="domWidth == 0">
|
|
|
|
+ <view class="hflex dm_scroll" :style="'--dom-width:' + domWidth + ';' ">
|
|
|
|
+ <view class="hflex acenter dm1">
|
|
|
|
+ <block v-for="(item,index) in bullet_chat" :key="index">
|
|
|
|
+ <view class="hflex acenter dm">
|
|
|
|
+ <image :src="item.avatar" class="dm_img"></image>
|
|
|
|
+ <view class="dm_text hflex">{{item.text}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ <block v-else>
|
|
|
|
+ <view class="hflex dm_scroll1" :style="'--dom-width:' + domWidth + ';' ">
|
|
|
|
+ <view class="hflex acenter dm1">
|
|
|
|
+ <block v-for="(item,index) in bullet_chat" :key="index">
|
|
|
|
+ <view class="hflex acenter dm">
|
|
|
|
+ <image :src="item.avatar" class="dm_img"></image>
|
|
|
|
+ <view class="dm_text hflex">{{item.text}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="hflex acenter ">
|
|
|
|
+ <block v-for="(item,index) in bullet_chat" :key="index">
|
|
|
|
+ <view class="hflex acenter dm">
|
|
|
|
+ <image :src="item.avatar" class="dm_img"></image>
|
|
|
|
+ <view class="dm_text hflex">{{item.text}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+ <view class="box">
|
|
|
|
+ <view class="hflex acenter jbetween">
|
|
|
|
+ <block v-for="(item,index) in tabs" :key="index">
|
|
|
|
+ <view class="tabs_item" @click="changeTab(item.index)" :class="tabs_active == item.index?'tabs_active':''">{{item.name}}</view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="list">
|
|
|
|
+ <block v-for="(item,index) in pageList" :key="index">
|
|
|
|
+ <view class="list_item" @click="orderDetail(item.id)">
|
|
|
|
+ <view class="item_top hflex acenter jbetween">
|
|
|
|
+ <view class="hflex acenter" v-if="item.type == 0">
|
|
|
|
+ <image src="/static/images/comment/repair1.png" class="top_img"></image>
|
|
|
|
+ <view class="top_text">普修</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="hflex acenter" v-if="item.type == 1">
|
|
|
|
+ <image src="/static/images/comment/repair2.png" class="top_img"></image>
|
|
|
|
+ <view class="">快修</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="top_btn" @click="meetOrder(item.id)">接单</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item_name cell text_hide">{{item.name}}</view>
|
|
|
|
+ <view class="hflex acenter cell">
|
|
|
|
+ <u-icon name="map-fill" color="#888888" size="14"></u-icon>
|
|
|
|
+ <view class="text_style1" style="padding-left: 16rpx;">{{item.address}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="hflex acenter cell">
|
|
|
|
+ <u-icon name="clock-fill" color="#888888" size="14"></u-icon>
|
|
|
|
+ <view class="text_style1" style="padding-left: 16rpx;">维修时间:{{item.repair_date}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="img_list cell">
|
|
|
|
+ <block v-for="(item2,index2) in item.imgsList" :key="index2">
|
|
|
|
+ <image :src="item2.src" class="item_img"></image>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item_bottom hflex acenter jbetween">
|
|
|
|
+ <view class="hflex acenter">
|
|
|
|
+ <image :src="item.user.avatar" class="bottom_img"></image>
|
|
|
|
+ <view class="bottom_text" style="padding-left: 8rpx;">{{item.user.name}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="bottom_text">发布于{{item.user.release_date}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+ <view class="" v-if="nav_index == 2">
|
|
|
|
+ <view class="search">
|
|
|
|
+ <u-input v-model="serach_value" type="text" :border="true" placeholder="输入搜索关键词" shape="circle"
|
|
|
|
+ prefixIcon="search" prefixIconStyle="font-size: 22px;color: #909399">
|
|
|
|
+ <template slot="suffix">
|
|
|
|
+ <view>搜索</view>
|
|
|
|
+ </template>
|
|
|
|
+ </u-input>
|
|
|
|
+ </view>
|
|
|
|
+ <block v-for="(item,index) in pageList2" :key="index">
|
|
|
|
+ <view class="box1 hflex" @click="toDetail2(item.id)">
|
|
|
|
+ <image :src="item.avatar" class="item_avatar"></image>
|
|
|
|
+ <view class="vflex" style="padding-left: 20rpx;">
|
|
|
|
+ <view class="hflex aend">
|
|
|
|
+ <view class="item_name">{{item.name}}</view>
|
|
|
|
+ <view class="text_style1"style="padding-left: 8rpx;">{{item.phone}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="hflex acenter cell">
|
|
|
|
+ <image src="/static/images/comment/company.png" class="item_icon"></image>
|
|
|
|
+ <view class="text_style1" style="padding-left: 16rpx;">{{item.company}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="hflex astart cell">
|
|
|
|
+ <u-icon name="map-fill" color="#b8b8b8" size="14"></u-icon>
|
|
|
|
+ <view class="text_style1" style="padding-left: 16rpx;">{{item.address}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="add" v-show="!repair_show">
|
|
|
|
+ <image src="/static/images/comment/add.png" @click="openRelease" class="add_img"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="add2" v-show="repair_show">
|
|
|
|
+ <view class="add vflex aend">
|
|
|
|
+ <view class="hflex acenter jcenter release_box" @click="receivingOrder">
|
|
|
|
+ <image src="/static/images/comment/repair_icon1.png" class="box_img"></image>
|
|
|
|
+ <view class="box_text">维修工发布接单需求</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="hflex acenter jcenter release_box" @click="repairOrder">
|
|
|
|
+ <image src="/static/images/comment/repair_icon2.png" class="box_img"></image>
|
|
|
|
+ <view class="box_text">船老板发布维修订单</view>
|
|
|
|
+ </view>
|
|
|
|
+ <image src="/static/images/comment/close.png" @click="close" class="add_img"></image>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <u-modal :show="show_tips" :closeOnClickOverlay="true" :showConfirmButton="false">
|
|
|
|
+ <view class="popup1">
|
|
|
|
+ <image src="/static/images/comment/small-bell.png" class="popup_img"></image>
|
|
|
|
+ <view class="popup1_title">温馨提示</view>
|
|
|
|
+ <view class="popup1_text">您还不是维修工,不能参与报价,可立即申请成为维修工</view>
|
|
|
|
+ <view class="popup1_btn" @click="toApply">立即申请</view>
|
|
|
|
+ <view class="popup1_text" style="margin: 36rpx 0 56rpx;" @click="close">暂不</view>
|
|
|
|
+ </view>
|
|
|
|
+ </u-modal>
|
|
|
|
+ </view>
|
|
|
|
+</template>
|
|
|
|
+
|
|
|
|
+<script>
|
|
|
|
+ import $api from '@/static/js/api.js'
|
|
|
|
+ var that = ''
|
|
|
|
+ export default {
|
|
|
|
+ data() {
|
|
|
|
+ return {
|
|
|
|
+ nav_index: 1,
|
|
|
|
+ domWidth: 0,
|
|
|
|
+ bullet_chat: [
|
|
|
|
+ {
|
|
|
|
+ index: 1,
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ text: '红木家具打蜡保养',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ index: 1,
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ text: '红木家具打蜡保养',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ index: 1,
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ text: '红木家具打蜡保养',
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ tabs: [
|
|
|
|
+ {
|
|
|
|
+ index: 0,
|
|
|
|
+ name: '全部'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ index: 1,
|
|
|
|
+ name: '快修'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ index: 2,
|
|
|
|
+ name: '普修'
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ tabs_active: 0,
|
|
|
|
+ pageList: [
|
|
|
|
+ {
|
|
|
|
+ id: 1,
|
|
|
|
+ type: 0,
|
|
|
|
+ name: '红木家具打蜡保养红木家具打蜡保养红木保养红木家具打蜡保养红木家具打蜡保养红木保养',
|
|
|
|
+ address: '浦东区 滨河路 江东造船厂24号',
|
|
|
|
+ repair_date: '2022-08-03至08-04',
|
|
|
|
+ imgsList: [
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ user: {
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ name: '咖喱录音',
|
|
|
|
+ release_date: '2022-08-08 12:34'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: 1,
|
|
|
|
+ type: 0,
|
|
|
|
+ name: '红木家具打蜡保养红木家具打蜡保养红木保养红木家具打蜡保养红木家具打蜡保养红木保养',
|
|
|
|
+ address: '浦东区 滨河路 江东造船厂24号',
|
|
|
|
+ repair_date: '2022-08-03至08-04',
|
|
|
|
+ imgsList: [
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ user: {
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ name: '咖喱录音',
|
|
|
|
+ release_date: '2022-08-08 12:34'
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: 1,
|
|
|
|
+ type: 0,
|
|
|
|
+ name: '红木家具打蜡保养红木家具打蜡保养红木保养红木家具打蜡保养红木家具打蜡保养红木保养',
|
|
|
|
+ address: '浦东区 滨河路 江东造船厂24号',
|
|
|
|
+ repair_date: '2022-08-03至08-04',
|
|
|
|
+ imgsList: [
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ src: '/static/images/mine/avatar2.jpg',
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+ user: {
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ name: '咖喱录音',
|
|
|
|
+ release_date: '2022-08-08 12:34'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ temp: '',
|
|
|
|
+ repair_show: false,
|
|
|
|
+ serach_value: '',
|
|
|
|
+ pageList2: [
|
|
|
|
+ {
|
|
|
|
+ id: 1,
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ name: '张美华',
|
|
|
|
+ phone: '189235767865',
|
|
|
|
+ company: '博锐船舶器械维修厂',
|
|
|
|
+ address: '浦东区 滨河路 江东造船厂'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: 1,
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ name: '张美华',
|
|
|
|
+ phone: '189235767865',
|
|
|
|
+ company: '博锐船舶器械维修厂',
|
|
|
|
+ address: '浦东区 滨河路 江东造船厂'
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ id: 1,
|
|
|
|
+ avatar: '/static/images/mine/avatar1.jpg',
|
|
|
|
+ name: '张美华',
|
|
|
|
+ phone: '189235767865',
|
|
|
|
+ company: '博锐船舶器械维修厂',
|
|
|
|
+ address: '浦东区 滨河路 江东造船厂'
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ is_maintenance: true,
|
|
|
|
+ show_tips: false,
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ onLoad() {
|
|
|
|
+ that = this
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ mounted() {
|
|
|
|
+ const query = uni.createSelectorQuery().in(this);
|
|
|
|
+ query.select('.dm1').boundingClientRect(data => {
|
|
|
|
+ console.log(data);
|
|
|
|
+ that.domWidth = `-${data.width}px`
|
|
|
|
+ that.temp = `${that.domWidth};`
|
|
|
|
+ console.log(that.temp);
|
|
|
|
+ }).exec();
|
|
|
|
+ },
|
|
|
|
+ methods: {
|
|
|
|
+ // 返回
|
|
|
|
+ leftClick() {
|
|
|
|
+ console.log('返回');
|
|
|
|
+ $api.jump(-1)
|
|
|
|
+ },
|
|
|
|
+ // 切换导航栏
|
|
|
|
+ changeNav(index) {
|
|
|
|
+ if (index == 1) {
|
|
|
|
+ that.nav_index = 2
|
|
|
|
+ } else {
|
|
|
|
+ that.nav_index = 1
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ // 切换tabs
|
|
|
|
+ changeTab(index) {
|
|
|
|
+ that.tabs_active = index
|
|
|
|
+ },
|
|
|
|
+ // 点击加号
|
|
|
|
+ openRelease() {
|
|
|
|
+ that.repair_show = true
|
|
|
|
+ },
|
|
|
|
+ // 关闭
|
|
|
|
+ close() {
|
|
|
|
+ that.repair_show = false
|
|
|
|
+ that.show_tips = false
|
|
|
|
+ },
|
|
|
|
+ // 发布接单需求
|
|
|
|
+ receivingOrder() {
|
|
|
|
+ console.log(that.is_maintenance);
|
|
|
|
+ if(that.is_maintenance) {
|
|
|
|
+ $api.jump('/page_index/pages/repair/receivingOrder')
|
|
|
|
+ that.close()
|
|
|
|
+ } else {
|
|
|
|
+ that.show_tips = true
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ // 去申请
|
|
|
|
+ toApply() {
|
|
|
|
+ that.is_maintenance = true
|
|
|
|
+ that.close()
|
|
|
|
+ },
|
|
|
|
+ // 发布维修订单
|
|
|
|
+ repairOrder() {
|
|
|
|
+ $api.jump('/page_index/pages/repair/repairOrder')
|
|
|
|
+ that.close()
|
|
|
|
+ },
|
|
|
|
+ // 接单
|
|
|
|
+ meetOrder(id) {
|
|
|
|
+ if(that.is_maintenance) {
|
|
|
|
+
|
|
|
|
+ } else {
|
|
|
|
+ that.show_tips = true
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ // 订单详情
|
|
|
|
+ orderDetail(id) {
|
|
|
|
+ $api.jump('/page_index/pages/repair/orderDetail?id=' + id)
|
|
|
|
+ },
|
|
|
|
+ // 维修工详情
|
|
|
|
+ toDetail2(id) {
|
|
|
|
+ $api.jump('/page_index/pages/repair/repairDetail?id=' + id)
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ }
|
|
|
|
+</script>
|
|
|
|
+
|
|
|
|
+<style lang="scss" scoped>
|
|
|
|
+ .content::v-deep {
|
|
|
|
+ background: #F4F4F4;
|
|
|
|
+ .nav {
|
|
|
|
+ width: 350rpx;
|
|
|
|
+ height: 60rpx;
|
|
|
|
+ background: #F4F4F4;
|
|
|
|
+ border-radius: 30rpx;
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #020202;
|
|
|
|
+ .nav_item {
|
|
|
|
+ width: 50%;
|
|
|
|
+ height: 60rpx;
|
|
|
|
+ background: #F4F4F4;
|
|
|
|
+ border-radius: 15px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 60rpx;
|
|
|
|
+ }
|
|
|
|
+ .nav_active {
|
|
|
|
+ background: #506DFF;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .top {
|
|
|
|
+ width: 100%;
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 20rpx 0 0;
|
|
|
|
+ .top_title {
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding-left: 20rpx;
|
|
|
|
+ padding-bottom: 20rpx;
|
|
|
|
+ border-bottom: 1rpx solid #F4F4F4;
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #222222;
|
|
|
|
+ position: relative;
|
|
|
|
+ }
|
|
|
|
+ .top_title::before {
|
|
|
|
+ content: '';
|
|
|
|
+ width: 8rpx;
|
|
|
|
+ height: 28rpx;
|
|
|
|
+ background: #506DFF;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 5rpx;
|
|
|
|
+ }
|
|
|
|
+ .dm_box {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 162rpx;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ position: relative;
|
|
|
|
+
|
|
|
|
+ .dm {
|
|
|
|
+ width: 276rpx;
|
|
|
|
+ height: 48rpx;
|
|
|
|
+ background: #E7EBFF;
|
|
|
|
+ border-radius: 36rpx;
|
|
|
|
+ margin: 0 17rpx;
|
|
|
|
+
|
|
|
|
+ .dm_img {
|
|
|
|
+ width: 44rpx;
|
|
|
|
+ height: 44rpx;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ }
|
|
|
|
+ .dm_text {
|
|
|
|
+ margin-left: 12rpx;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #222222;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .box {
|
|
|
|
+ margin-top: 20rpx;
|
|
|
|
+ width: 100%;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
|
|
|
|
+ padding: 20rpx 30rpx 88rpx;
|
|
|
|
+ .tabs_item {
|
|
|
|
+ width: 33%;
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #666666;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+ .tabs_active {
|
|
|
|
+ position: relative;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #222222;
|
|
|
|
+ }
|
|
|
|
+ .tabs_active::after{
|
|
|
|
+ content: "";
|
|
|
|
+ position: absolute;
|
|
|
|
+ width: 64rpx;
|
|
|
|
+ height: 12rpx;
|
|
|
|
+ background: linear-gradient(270deg, #F9F9F9 0%, #506DFF 100%);
|
|
|
|
+ border-radius: 6rpx;
|
|
|
|
+ opacity: 0.8;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 38%;
|
|
|
|
+ }
|
|
|
|
+ .list {
|
|
|
|
+ .list_item {
|
|
|
|
+ margin-top: 20rpx;
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ border-radius: 16rpx;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 20rpx;
|
|
|
|
+ .item_top {
|
|
|
|
+ padding: 0 0 12rpx;
|
|
|
|
+ border-bottom: 1rpx solid #F4F4F4;
|
|
|
|
+ .top_img {
|
|
|
|
+ width: 40rpx;
|
|
|
|
+ height: 40rpx;
|
|
|
|
+ margin-right: 8rpx;
|
|
|
|
+ }
|
|
|
|
+ .top_text {
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #222222;
|
|
|
|
+ }
|
|
|
|
+ .top_btn {
|
|
|
|
+ text-align: center;
|
|
|
|
+ width: 132rpx;
|
|
|
|
+ height: 52rpx;
|
|
|
|
+ line-height: 52rpx;
|
|
|
|
+ background: #506DFF;
|
|
|
|
+ box-shadow: 0px 0px 16rpx 0px rgba(80,109,255,0.42);
|
|
|
|
+ border-radius: 26rpx;
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .item_name {
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #222222;
|
|
|
|
+ }
|
|
|
|
+ .cell {
|
|
|
|
+ padding: 10rpx 0;
|
|
|
|
+ }
|
|
|
|
+ .text_style1 {
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #222222;
|
|
|
|
+ }
|
|
|
|
+ .img_list {
|
|
|
|
+ .item_img {
|
|
|
|
+ width: 212rpx;
|
|
|
|
+ height: 160rpx;
|
|
|
|
+ border-radius: 8rpx;
|
|
|
|
+ margin: 0 8rpx 20rpx 0;
|
|
|
|
+ }
|
|
|
|
+ .item_img:nth-child(3n) {
|
|
|
|
+ margin: 0 0 20rpx;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .item_bottom {
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding-top: 26rpx;
|
|
|
|
+ border-top: 1rpx solid #F4F4F4;
|
|
|
|
+ .bottom_img {
|
|
|
|
+ width: 40rpx;
|
|
|
|
+ height: 40rpx;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ }
|
|
|
|
+ .bottom_text {
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #999999;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .add {
|
|
|
|
+ position: fixed;
|
|
|
|
+ right: 30rpx;
|
|
|
|
+ bottom: 186rpx;
|
|
|
|
+ z-index: 99;
|
|
|
|
+ .add_img {
|
|
|
|
+ width: 96rpx;
|
|
|
|
+ height: 96rpx;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .add2 {
|
|
|
|
+ position: fixed;
|
|
|
|
+ left: 0;
|
|
|
|
+ top: 0;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ background-color: rgba(0, 0, 0, .3);
|
|
|
|
+ z-index: 99;
|
|
|
|
+ .add {
|
|
|
|
+ position: fixed;
|
|
|
|
+ right: 30rpx;
|
|
|
|
+ bottom: 186rpx;
|
|
|
|
+ .release_box {
|
|
|
|
+ width: 320rpx;
|
|
|
|
+ height: 72rpx;
|
|
|
|
+ opacity: 1;
|
|
|
|
+ background: linear-gradient(270deg, #88A6FF 0%, #506DFF 100%);
|
|
|
|
+ border-radius: 40rpx;
|
|
|
|
+ margin-bottom: 40rpx;
|
|
|
|
+ .box_img {
|
|
|
|
+ width: 32rpx;
|
|
|
|
+ height: 32rpx;
|
|
|
|
+ }
|
|
|
|
+ .box_text {
|
|
|
|
+ font-size: 26rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ padding-left: 10rpx;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .add_img {
|
|
|
|
+ width: 72rpx;
|
|
|
|
+ height: 72rpx;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .search {
|
|
|
|
+ // background: #fff;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 88rpx;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 12rpx 30rpx;
|
|
|
|
+ .u-input {
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ height: 64rpx;
|
|
|
|
+ padding: 0 0 0 18rpx !important;
|
|
|
|
+ border: 1rpx solid #506Dff;
|
|
|
|
+ margin-bottom: 12rpx;
|
|
|
|
+ }
|
|
|
|
+ .u-input__content__subfix-icon {
|
|
|
|
+ width: 128rpx;
|
|
|
|
+ height: 64rpx;
|
|
|
|
+ background-color: #506Dff;
|
|
|
|
+ border-radius: 32rpx;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 64rpx;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .box1 {
|
|
|
|
+ // width: 100%;
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 24rpx 20rpx;
|
|
|
|
+ margin: 20rpx 30rpx;
|
|
|
|
+ .item_avatar {
|
|
|
|
+ width: 84rpx;
|
|
|
|
+ height: 84rpx;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ }
|
|
|
|
+ .cell {
|
|
|
|
+ margin-top: 20rpx;
|
|
|
|
+ }
|
|
|
|
+ .item_icon {
|
|
|
|
+ width: 28rpx;
|
|
|
|
+ height: 28rpx;
|
|
|
|
+ }
|
|
|
|
+ .text_style1 {
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #555555;
|
|
|
|
+ }
|
|
|
|
+ .item_name {
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #222222;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .u-popup__content {
|
|
|
|
+ overflow: unset !important;
|
|
|
|
+ }
|
|
|
|
+ .u-modal__content {
|
|
|
|
+ padding: 0 !important;
|
|
|
|
+ }
|
|
|
|
+ .u-modal {
|
|
|
|
+ width: 530rpx !important;
|
|
|
|
+ background: url('/static/images/comment/eject.png') no-repeat;
|
|
|
|
+ background-size: 100%;
|
|
|
|
+ overflow: unset !important;
|
|
|
|
+ }
|
|
|
|
+ .popup1 {
|
|
|
|
+ width: 530rpx;
|
|
|
|
+ height: 520rpx;
|
|
|
|
+ border-radius: 40rpx;
|
|
|
|
+ position: relative;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ padding: 0 40rpx 40rpx;
|
|
|
|
+ .popup_img {
|
|
|
|
+ width: 174rpx;
|
|
|
|
+ height: 172rpx;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: -50rpx;
|
|
|
|
+ left: 178rpx;
|
|
|
|
+ z-index: 99;
|
|
|
|
+ }
|
|
|
|
+ .popup1_title {
|
|
|
|
+ margin-top: 134rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 48rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #222222;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .popup1_text {
|
|
|
|
+ width: 100%;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #666666;
|
|
|
|
+ margin: 44rpx auto 52rpx;
|
|
|
|
+ }
|
|
|
|
+ .popup1_btn {
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ width: 310rpx;
|
|
|
|
+ height: 84rpx;
|
|
|
|
+ background: linear-gradient(90deg, #506DFF 0%, #88A6FF 100%);
|
|
|
|
+ box-shadow: 0px 4rpx 24rpx 0px rgba(90,119,255,0.36);
|
|
|
|
+ border-radius: 42rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 84rpx;
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .dm_scroll {
|
|
|
|
+ position:absolute;
|
|
|
|
+ top: 24rpx;
|
|
|
|
+ left: 0%;
|
|
|
|
+ animation: rowScrollTest 10s linear infinite;
|
|
|
|
+ }
|
|
|
|
+ .dm_scroll1 {
|
|
|
|
+ position:absolute;
|
|
|
|
+ top: 96rpx;
|
|
|
|
+ left: 0%;
|
|
|
|
+ animation: rowScrollTest 12s linear infinite;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ @keyframes rowScrollTest {
|
|
|
|
+ from {
|
|
|
|
+ // left: 100%;
|
|
|
|
+ transform: translateX(1);
|
|
|
|
+ }
|
|
|
|
+ to {
|
|
|
|
+ // left: 0%;
|
|
|
|
+ transform: translateX(var(--dom-width));
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+</style>
|