Compare commits

..

No commits in common. "6caa02508a4ee9d913d5223631d3dcc619ee8f30" and "56aed02bbd60dee7ce6ddb7a5a6831cb17f8be4f" have entirely different histories.

4 changed files with 420 additions and 468 deletions

View File

@ -1,8 +1,6 @@
<template>
<view class="content">
<statusNav navBarTitle="增值服务"></statusNav>
<container-subgroup-two>
<view slot="content" style="margin: 0 -30rpx;">
<view class="select-type">
<view class="text">选择类型</view>
<view class="type">
@ -69,8 +67,8 @@
<view class="scene-img">
<view class="title">现场图片</view>
<view class="img-content">
<image class="img" src="../../static/del/img003.png" mode=""></image>
<image class="img" src="../../static/del/img003.png" mode=""></image>
<image class="img" src="../../static/del/img001.png" mode=""></image>
<image class="img" src="../../static/del/img001.png" mode=""></image>
</view>
<view class="iocn-content">
<image class="icon" src="../../static/iocn/jia.png" mode=""></image>
@ -78,22 +76,14 @@
</view>
</view>
<button class="submit-button" type="default">确认提交</button>
</view>
</container-subgroup-two>
</view>
</view>
</template>
<script>
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
import statusNav from '../../components/status-nav.vue';
export default {
components: {
statusNav,
containerSubgroupTwo,
},
data() {
@ -119,7 +109,7 @@
}
},
onLoad(op) {
if (op.index != undefined) this.typeIndex = op.index;
if(op.index!=undefined) this.typeIndex = op.index;
},
methods: {
typeIndexFun(index) {
@ -130,12 +120,13 @@
</script>
<style>
.content {}
.cor {
.content {
padding-top: 80rpx;
padding-bottom: 80rpx;
}
.cor{
color: #FF0000;
}
.select-type {
display: flex;
margin-top: 10rpx;
@ -144,7 +135,6 @@
align-items: center;
padding: 0rpx 28rpx;
}
.submit-button {
width: 686rpx;
border-radius: 50rpx;
@ -156,7 +146,6 @@
text-align: center;
font-size: 30rpx;
}
.select-type .text {
font-size: 28rpx;
color: #333333;
@ -238,12 +227,10 @@
justify-content: space-between;
color: #333333;
}
.supplement-from .li .input {
.supplement-from .li .input{
text-align: right;
font-size: 24rpx
}
.supplement-from .li-textarea {
font-size: 27rpx;
line-height: 27rpx;
@ -252,12 +239,11 @@
padding-bottom: 13rpx;
}
.supplement-from .li-textarea .title {
.supplement-from .li-textarea .title{
padding-top: 26rpx;
padding-bottom: 17rpx;
}
.supplement-from .li-textarea .textarea {
.supplement-from .li-textarea .textarea{
width: 100%;
height: 127rpx;
background-color: #F5F5F5;
@ -265,38 +251,33 @@
padding: 20rpx;
font-size: 24rpx
}
.scene-img {
.scene-img{
display: flex;
margin-top: 27rpx;
padding-bottom: 30rpx;
}
.scene-img .title {
.scene-img .title{
margin-right: 28rpx;
font-size: 26rpx;
color: #333333;
}
.scene-img .img-content .img {
.scene-img .img-content .img{
width: 170rpx;
height: 130rpx;
margin-right: 10rpx;
}
.scene-img .iocn-content {
.scene-img .iocn-content{
width: 135rpx;
height: 135rpx;
background-color: #DCDCDC;
display: flex;
align-items: center;
justify-content: center;
display: flex;align-items: center;
justify-content: center;
}
.scene-img .iocn-content .icon {
.scene-img .iocn-content .icon{
width: 62rpx;
height: 62rpx;
}
</style>

View File

@ -2,8 +2,7 @@
<view class="content">
<statusNav navBarTitle="客户(查询结果列表)"></statusNav>
<container-subgroup-two >
<view class="client-content" slot="content" style="margin: 0 -30rpx;">
<view class="client-content">
<view class="li">
<view class="li-content">
<view class="">
@ -37,19 +36,15 @@
</view>
</view>
</view>
</container-subgroup-two >
</view>
</template>
<script>
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
import statusNav from '../../components/status-nav.vue';
export default {
components: {
statusNav,
containerSubgroupTwo
statusNav
},
data() {
return {
@ -64,7 +59,9 @@
<style>
.content{
padding-top: 80rpx;
}
.client-content .li{
background-color: #FFFFFF;
margin-top: 20rpx;

View File

@ -1,10 +1,9 @@
<template>
<view class="content">
<statusNav navBarTitle="(备品)查询结果"></statusNav>
<container-subgroup-two >
<view class="dataQuery-content" slot="content" style="margin: 0 -30rpx;">
<view class="dataQuery-content">
<view class="li">
<view class="title">
项目名称湖南工业大学生化学院三楼会议室
</view>
@ -113,17 +112,14 @@
</view>
</view>
</view>
</container-subgroup-two >
</view>
</template>
<script>
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
import statusNav from '../../components/status-nav.vue';
export default {
components: {
statusNav,
containerSubgroupTwo
statusNav
},
data() {
return {
@ -137,15 +133,15 @@
</script>
<style>
.content{
padding-top: 80rpx;
}
.dataQuery-content {
font-size: 24rpx;
color: #333333;
margin-top: 15rpx;
}
.dataQuery-content .li {
.dataQuery-content .li{
background-color: #FFFFFF;
padding: 26rpx 28rpx;
@ -156,31 +152,25 @@
.dataQuery-content .li {
position: relative;
}
.dataQuery-content .li .text-content {
.dataQuery-content .li .text-content{
display: flex;
border-bottom: 2rpx solid #EEEEEE;
padding-bottom: 10rpx;
}
.dataQuery-content .li .text-content .left {
}
.dataQuery-content .li .text-content .left{
width: 48%;
}
.dataQuery-content .li .text-content .text {
}
.dataQuery-content .li .text-content .text{
margin-top: 20rpx;
}
.cor {
}
.cor{
color: #ff9000;
}
.cor1 {
}
.cor1{
color: #999999;
}
.dataQuery-content .li .icon {
}
.dataQuery-content .li .icon{
background-image: url(../../static/iocn/zc.png);
width: 125rpx;
height: 91rpx;
@ -188,19 +178,18 @@
align-items: center;
box-sizing: border-box;
background-size: 100%;
padding-left: 30rpx;
padding-left:30rpx;
right: 20rpx;
top: 20rpx;
position: absolute;
}
.dataQuery-content .li .icon .icon-text {
}
.dataQuery-content .li .icon .icon-text{
transform: rotateZ(20deg);
color: #53e5d0;
}
}
.dataQuery-content .li .icon1 {
.dataQuery-content .li .icon1{
background-image: url(../../static/iocn/dwx.png);
width: 125rpx;
height: 91rpx;
@ -208,15 +197,14 @@
align-items: center;
box-sizing: border-box;
background-size: 100%;
padding-left: 30rpx;
padding-left:30rpx;
right: 20rpx;
top: 20rpx;
position: absolute;
}
.dataQuery-content .li .icon1 .icon-text {
}
.dataQuery-content .li .icon1 .icon-text{
transform: rotateZ(20deg);
color: #ff0006;
}
}
</style>

View File

@ -1,8 +1,7 @@
<template>
<view class="content">
<statusNav navBarTitle="客户详情"></statusNav>
<container-subgroup-two>
<view slot="content" style="margin: 0 -30rpx;">
<view class="details-nav">
<view class="li">
<image class="icon" src="../../static/iocn/ty.png" mode=""></image>
@ -23,6 +22,7 @@
</view>
</view>
</view>
<view class="details-content">
<view class="title">
<image class="img" src="../../static/iocn/dn.png" mode=""></image>
@ -158,20 +158,14 @@
</view>
<image class="icon1" src="../../static/iocn/dh.png" mode=""></image>
</view>
</view>
</container-subgroup-two>
</view>
</template>
<script>
import containerSubgroupTwo from '@/components/containers/container-subgroup-two.vue';
import statusNav from '../../components/status-nav.vue';
export default {
components: {
statusNav,
containerSubgroupTwo
statusNav
},
data() {
return {
@ -188,6 +182,7 @@
<style>
.content {
padding-top: 100rpx;
padding-right: 27rpx;
padding-left: 27rpx;
}
@ -218,7 +213,7 @@
background-color: #FFFFFF;
padding: 20rpx 18rpx;
border-bottom: 2rpx solid #DFDFDF;
border-radius: 0rpx 0rpx 10rpx 10rpx;
border-radius:0rpx 0rpx 10rpx 10rpx;
}
.details-content .title {
@ -259,14 +254,12 @@
.cor1 {
color: #FF4C4C;
}
.project-list {
.project-list{
background-color: #FFFFFF;
padding: 22rpx 18rpx;
margin-top: 20rpx;
}
.project-list .title-content {
.project-list .title-content{
display: flex;
justify-content: space-between;
padding-bottom: 16rpx;
@ -274,19 +267,17 @@
border-bottom: 2rpx solid #E5E5E5;
color: #999999;
}
.project-list .title-content .title {
.project-list .title-content .title{
display: flex;
align-items: center;
}
.project-list .title-content .title .icon {
.project-list .title-content .title .icon{
width: 23rpx;
height: 25rpx;
margin-right: 10rpx;
}
.project-list .title-content .date {
.project-list .title-content .date{
width: 120rpx;
height: 40rpx;
display: flex;
@ -298,32 +289,28 @@
display: flex;
align-items: center;
}
.project-list .title-content .date .icon {
.project-list .title-content .date .icon{
width: 12rpx;
height: 18rpx;
margin-left: 5rpx;
}
.project-list-content .li {
.project-list-content .li{
display: flex;
justify-content: space-between;
border-bottom: 2rpx solid #E5E5E5;
padding: 18rpx;
}
.project-list-content .li .text {
.project-list-content .li .text{
font-weight: bold;
color: #4ca5ff;
font-size: 24rpx
}
.project-list-content .li .date {
.project-list-content .li .date{
color: #888888;
font-size: 24rpx
}
.contact-way {
.contact-way{
display: flex;
align-items: center;
padding: 40rpx 20rpx 34rpx;
@ -333,12 +320,11 @@
border-bottom: 2rpx solid #E5E5E5;
}
.contact-way .icon {
.contact-way .icon{
width: 41rpx;
height: 32rpx;
}
.contact-way .icon1 {
.contact-way .icon1{
width: 35rpx;
height: 39rpx;
}