Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
4386ebdc78
@ -1,23 +1,23 @@
|
|||||||
<template>
|
<template>
|
||||||
<view>
|
<view>
|
||||||
<view class="top">
|
<view class="app">
|
||||||
<view class="righttext">
|
<view class="righttext">
|
||||||
<image class="picture" src="../../static/mentoutu.png"></image>
|
<image class="picture" src="../../static/mentoutu.png"></image>
|
||||||
<view class="title">
|
<view class="title">
|
||||||
{{list.nurseStationName}}
|
{{list.nurseStationName}}
|
||||||
</view>
|
</view>
|
||||||
<view class="address">{{list.address}} </view>
|
<view class="address">{{list.address}} </view>
|
||||||
<view class="title2" @tap="gophone()">
|
<view class="callme" @tap="gophone()">
|
||||||
<u-icon name="phone-fill" color="#ffffff" size="28"></u-icon>
|
<u-icon name="phone-fill" color="#ffffff" size="28"></u-icon>
|
||||||
联系我们
|
联系我们
|
||||||
</view>
|
</view>
|
||||||
<view class="title3">
|
<view class="Navigation">
|
||||||
<image src="/static/daohang.png" mode="">导航</image>
|
<image src="/static/daohang.png" mode="">导航</image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="detail">
|
<view class="detail">
|
||||||
<view class="detail2">机构简介</view>
|
<view class="Introduction">机构简介</view>
|
||||||
<view class="textIn14">
|
<view class="textInfo">
|
||||||
{{list.agencyIntroduce}}
|
{{list.agencyIntroduce}}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -32,8 +32,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="tive"
|
<view class="tive">
|
||||||
style="width:99%;background-color:#ffffff;margin:0 auto;margin-top:5%;border-radius: 11px;height: 100%;">
|
|
||||||
<view class="tab-box">
|
<view class="tab-box">
|
||||||
<view class="tab-item" @tap="testTabClick(index)" :class="tabIndex == index?'active':''"
|
<view class="tab-item" @tap="testTabClick(index)" :class="tabIndex == index?'active':''"
|
||||||
v-for="(item,index) in tabList" :key="index">
|
v-for="(item,index) in tabList" :key="index">
|
||||||
@ -41,25 +40,23 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" v-for="(item,index) in servelist" :key="index" v-show='choicetab==false'>
|
<view class="item" v-for="(item,index) in servelist" :key="index" v-show='choicetab==false'>
|
||||||
<view>
|
<image src="../../static/fuwutu.png"></image>
|
||||||
<image class="picture2" src="../../static/fuwutu.png"></image>
|
|
||||||
</view>
|
|
||||||
<view class="huanyao">{{item.nurseItemName}}
|
<view class="huanyao">{{item.nurseItemName}}
|
||||||
<view class="pingfen"> <u-rate :count="5" value="2"></u-rate></view>
|
<view class="pingfen">
|
||||||
|
<u-rate :count="5" value="2"></u-rate>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="servicetime">服务时长:{{item.serveDurationUnit}}</view>
|
<view class="servicetime">服务时长:{{item.serveDurationUnit}}</view>
|
||||||
<view class="appointment" @tap='goappointments()'>预约</view>
|
<view class="appointment" @tap='goappointments(item)'>预约</view>
|
||||||
<view class="price">¥{{item.price}}</view>
|
<view class="price">¥{{item.price}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="item" v-show='choicetab' v-for="(item,index) in productlist" :key="index">
|
<view class="item" v-show='choicetab' v-for="(item,index) in productlist" :key="index">
|
||||||
<view>
|
<view>
|
||||||
<image class="pictures" src="../../static/fuwutu.png"></image>
|
<image src="../../static/fuwutu.png"></image>
|
||||||
</view>
|
</view>
|
||||||
<view class="product">{{item.goodsName}}
|
<view class="product">{{item.goodsName}}</view>
|
||||||
</view>
|
|
||||||
<!-- <view class="price">¥60</view> -->
|
|
||||||
<view class="appointment">购买</view>
|
<view class="appointment">购买</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -74,7 +71,8 @@
|
|||||||
import {
|
import {
|
||||||
introductionList,
|
introductionList,
|
||||||
itemList,
|
itemList,
|
||||||
productInformation
|
productInformation,
|
||||||
|
|
||||||
} from '@/api/nursestation/nursestation.js';
|
} from '@/api/nursestation/nursestation.js';
|
||||||
import baseurl from '@/api/baseurl.js'
|
import baseurl from '@/api/baseurl.js'
|
||||||
export default {
|
export default {
|
||||||
@ -84,10 +82,15 @@
|
|||||||
list: [],
|
list: [],
|
||||||
servelist: [], //服务项目
|
servelist: [], //服务项目
|
||||||
productlist: [], //产品
|
productlist: [], //产品
|
||||||
|
stationid: '', //护理站id
|
||||||
nurseStationId: 2,
|
nurseStationId: 2,
|
||||||
nurseStationLabelList: [], //护理站配置
|
nurseStationLabelList: [], //护理站配置
|
||||||
nearbyNursingStationItemList: [],
|
nearbyNursingStationItemList: [],
|
||||||
|
patientId: 46,
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
|
stationId: 2,
|
||||||
|
stationItemId: 2,
|
||||||
|
stationItemPriceId: 3,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
tabIndex: 0,
|
tabIndex: 0,
|
||||||
tabList: [{
|
tabList: [{
|
||||||
@ -104,9 +107,10 @@
|
|||||||
this.productinfo()
|
this.productinfo()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goappointments() {
|
//
|
||||||
|
goappointments(item) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/appointmenttime/appointmenttime`,
|
url: `/pages/appointmenttime/appointmenttime?stationId=${item.stationId}&stationItemId=${item.stationItemId}&stationItemPriceId=${item.stationItemPriceId}`,
|
||||||
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@ -122,7 +126,6 @@
|
|||||||
itemList(this.nurseStationId, this.pageSize, this.pageNum).then(res => {
|
itemList(this.nurseStationId, this.pageSize, this.pageNum).then(res => {
|
||||||
this.servelist = res.rows
|
this.servelist = res.rows
|
||||||
console.log(this.servelist)
|
console.log(this.servelist)
|
||||||
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
productinfo() {
|
productinfo() {
|
||||||
@ -135,11 +138,6 @@
|
|||||||
console.log(index)
|
console.log(index)
|
||||||
this.tabIndex = index
|
this.tabIndex = index
|
||||||
this.choicetab = !this.choicetab
|
this.choicetab = !this.choicetab
|
||||||
// if (this.index == 0) {
|
|
||||||
// // this.servelist = res.rows
|
|
||||||
// })
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -154,7 +152,7 @@
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
uni.showActionSheet({
|
uni.showActionSheet({
|
||||||
itemList: [`呼叫`, ],
|
itemList: ['呼叫', ],
|
||||||
success: function(res) {
|
success: function(res) {
|
||||||
if (res.tapIndex + 1 == 1) {
|
if (res.tapIndex + 1 == 1) {
|
||||||
uni.makePhoneCall({
|
uni.makePhoneCall({
|
||||||
@ -176,318 +174,219 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.pingfen{
|
//全局
|
||||||
float: right;
|
.app {
|
||||||
}
|
font-size: 36rpx;
|
||||||
.product {
|
padding-top: 10rpx;
|
||||||
font-size: 38rpx;
|
.tive {
|
||||||
|
width: 94%;
|
||||||
|
background-color: #ffffff;
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-top: 3%;
|
||||||
|
border-radius: 11px;
|
||||||
|
|
||||||
margin-top: -26%;
|
.item {
|
||||||
margin-left: 28%;
|
width: 99%;
|
||||||
}
|
height: 184rpx;
|
||||||
|
|
||||||
.tab-box {
|
image {
|
||||||
display: flex;
|
width: 170rpx;
|
||||||
|
height: 170rpx;
|
||||||
|
margin-left: 3%;
|
||||||
|
}
|
||||||
|
|
||||||
.tab-item {
|
.servicetime {
|
||||||
flex-shrink: 0;
|
color: #999999;
|
||||||
padding: 3%;
|
line-height: 37rpx;
|
||||||
position: relative;
|
margin-left: 35%;
|
||||||
transition: all 0.2s linear;
|
}
|
||||||
font-size: 31rpx;
|
|
||||||
|
|
||||||
|
.appointment {
|
||||||
|
width: 125rpx;
|
||||||
|
height: 71rpx;
|
||||||
|
background: #4C7BC9;
|
||||||
|
border-radius: 26rpx;
|
||||||
|
float: right;
|
||||||
|
margin-top: -5%;
|
||||||
|
color: #ffffff;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 71rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price {
|
||||||
|
color: red;
|
||||||
|
font-size: 32rpx;
|
||||||
|
margin-top: 3%;
|
||||||
|
margin-left: 35%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.product {
|
||||||
|
margin-top: -26%;
|
||||||
|
margin-left: 28%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.huanyao {
|
||||||
|
margin-left: 35%;
|
||||||
|
margin-top: -24%;
|
||||||
|
color: #000000;
|
||||||
|
|
||||||
|
.pingfen {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&::after {
|
|
||||||
transition: all 0.2s linear;
|
|
||||||
transform: translateX(-50%) scaleX(0);
|
|
||||||
content: '';
|
|
||||||
width: 50%;
|
|
||||||
position: absolute;
|
|
||||||
left: 50%;
|
|
||||||
bottom: 20rpx;
|
|
||||||
border-bottom: 6rpx solid #D43953;
|
|
||||||
border-radius: 4rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
.tab-box {
|
||||||
&::after {
|
display: flex;
|
||||||
content: '';
|
|
||||||
width: 50%;
|
.tab-item {
|
||||||
position: absolute;
|
flex-shrink: 0;
|
||||||
left: 50%;
|
padding: 3%;
|
||||||
transform: translateX(-50%) scaleX(1);
|
position: relative;
|
||||||
bottom: 20rpx;
|
transition: all 0.2s linear;
|
||||||
border-bottom: 6rpx solid red;
|
font-size: 31rpx;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
transition: all 0.2s linear;
|
||||||
|
transform: translateX(-50%) scaleX(0);
|
||||||
|
content: '';
|
||||||
|
width: 50%;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
bottom: 20rpx;
|
||||||
|
border-bottom: 6rpx solid #D43953;
|
||||||
|
border-radius: 4rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
width: 50%;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%) scaleX(1);
|
||||||
|
bottom: 20rpx;
|
||||||
|
border-bottom: 6rpx solid red;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.config {
|
.Nursestationconfiguration {
|
||||||
display: flex;
|
width: 94%;
|
||||||
// flex-wrap: wrap;
|
height: 184rpx;
|
||||||
// justify-content: space-around;
|
background: #FFFFFF;
|
||||||
}
|
border-radius: 20rpx;
|
||||||
|
margin: 0 auto;
|
||||||
|
|
||||||
//产品的图片
|
.configuration {
|
||||||
.pictures {
|
font-size: 31rpx;
|
||||||
// position: absolute;
|
color: #333333;
|
||||||
width: 170rpx;
|
line-height: 12rpx;
|
||||||
height: 170rpx;
|
padding: 6%;
|
||||||
margin-left: 3%;
|
margin-left: -3%;
|
||||||
|
margin-top: 3%;
|
||||||
|
|
||||||
}
|
.config {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
//全局
|
.measure {
|
||||||
.top {
|
background: #F6F6F6;
|
||||||
background-color: #F4F5F7;
|
border-radius: 33rpx;
|
||||||
width: 100%;
|
text-align: center;
|
||||||
height: 100vh;
|
line-height: 67rpx;
|
||||||
padding: 3%;
|
display: inline-block;
|
||||||
}
|
margin-left: 5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.detail {
|
.detail {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 99%;
|
width: 94%;
|
||||||
height: 443rpx;
|
height: 443rpx;
|
||||||
background: #FFFFFF;
|
margin: 0 auto;
|
||||||
border-radius: 20rpx;
|
background: #FFFFFF;
|
||||||
margin-top: 3%;
|
border-radius: 20rpx;
|
||||||
font-size: 31rpx;
|
margin-top: 3%;
|
||||||
padding: 1px 20px 0 20px;
|
font-size: 31rpx;
|
||||||
box-sizing: border-box;
|
padding: 3%;
|
||||||
}
|
|
||||||
|
|
||||||
.title3 image {
|
.textInfo {
|
||||||
width: 24rpx;
|
font-size: 29rpx;
|
||||||
height: 24rpx;
|
text-indent: 2rem;
|
||||||
color: #ffffff;
|
line-height: 42rpx;
|
||||||
|
color: #666666;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
.Introduction {
|
||||||
|
font-size: 31rpx;
|
||||||
|
color: #333333;
|
||||||
|
line-height: 12rpx;
|
||||||
|
margin-left: -3%;
|
||||||
|
padding: 3%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.righttext {
|
.righttext {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #ffffff;
|
width: 94%;
|
||||||
width: 99%;
|
height: 252rpx;
|
||||||
height: 252rpx;
|
background-color: #ffffff;
|
||||||
/* box-shadow: 0px 9px 31px 9px rgba(0,0,0,0.03); */
|
border-radius: 20rpx;
|
||||||
border-radius: 20rpx;
|
margin: 10px auto;
|
||||||
margin: 0 auto;
|
|
||||||
|
|
||||||
}
|
.picture {
|
||||||
|
position: absolute;
|
||||||
|
width: 170rpx;
|
||||||
|
height: 170rpx;
|
||||||
|
margin-left: 5%;
|
||||||
|
margin-top: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
.detail2 {
|
.Navigation {
|
||||||
font-size: 31rpx;
|
width: 103rpx;
|
||||||
color: #333333;
|
height: 48rpx;
|
||||||
line-height: 12rpx;
|
background: #00C176;
|
||||||
margin-left: -3%;
|
border-radius: 24px;
|
||||||
margin-top: 3%;
|
font-size: 21rpx;
|
||||||
padding: 3%;
|
color: #ffffff;
|
||||||
font-weight: 500;
|
line-height: 48rpx;
|
||||||
/* margin-bottom: 20px; */
|
margin-left: 60%;
|
||||||
}
|
text-align: center;
|
||||||
|
margin-top: -6%;
|
||||||
|
image {
|
||||||
|
width: 24rpx;
|
||||||
|
height: 24rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.callme {
|
||||||
|
width: 149rpx;
|
||||||
|
height: 48rpx;
|
||||||
|
background: #D43953;
|
||||||
|
border-radius: 24px;
|
||||||
|
font-size: 21rpx;
|
||||||
|
color: #ffffff;
|
||||||
|
line-height: 48rpx;
|
||||||
|
margin-left: 35%;
|
||||||
|
margin-top: 3%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
margin-left: 35%;
|
||||||
|
line-height: 49px;
|
||||||
|
font-size: 33rpx;
|
||||||
|
}
|
||||||
|
.address {
|
||||||
|
font-size: 25rpx;
|
||||||
|
margin-left: 35%;
|
||||||
|
color: #999999;
|
||||||
|
line-height: 37rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.address {
|
|
||||||
width: 396rpx;
|
|
||||||
height: 62rpx;
|
|
||||||
font-size: 25rpx;
|
|
||||||
margin-left: 35%;
|
|
||||||
margin-top: -2%;
|
|
||||||
font-family: Adobe Heiti Std;
|
|
||||||
font-weight: normal;
|
|
||||||
color: #999999;
|
|
||||||
line-height: 37rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.picture {
|
|
||||||
position: absolute;
|
|
||||||
width: 170rpx;
|
|
||||||
height: 170rpx;
|
|
||||||
margin-left: 5%;
|
|
||||||
margin-top: 5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.picture2 {
|
|
||||||
width: 170rpx;
|
|
||||||
height: 170rpx;
|
|
||||||
margin-left: 3%;
|
|
||||||
// mar
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
margin-left: 35%;
|
|
||||||
line-height: 49px;
|
|
||||||
font-size: 33rpx;
|
|
||||||
font-weight: normal;
|
|
||||||
letter-spacing: 1px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.title2 {
|
|
||||||
width: 149rpx;
|
|
||||||
height: 48rpx;
|
|
||||||
background: #D43953;
|
|
||||||
border-radius: 24px;
|
|
||||||
font-size: 21rpx;
|
|
||||||
font-family: Adobe Heiti Std;
|
|
||||||
font-weight: normal;
|
|
||||||
color: #ffffff;
|
|
||||||
line-height: 48rpx;
|
|
||||||
margin-left: 35%;
|
|
||||||
margin-top: 3%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title3 {
|
|
||||||
width: 103rpx;
|
|
||||||
height: 48rpx;
|
|
||||||
background: #00C176;
|
|
||||||
border-radius: 24px;
|
|
||||||
font-size: 21rpx;
|
|
||||||
font-family: Adobe Heiti Std;
|
|
||||||
font-weight: normal;
|
|
||||||
color: #ffffff;
|
|
||||||
line-height: 48rpx;
|
|
||||||
margin-left: 60%;
|
|
||||||
margin-top: -7%;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.textIn14 {
|
|
||||||
font-size: 29rpx;
|
|
||||||
text-indent: 2rem;
|
|
||||||
line-height: 42rpx;
|
|
||||||
color: #666666;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Nursestationconfiguration {
|
|
||||||
width: 700rpx;
|
|
||||||
height: 184rpx;
|
|
||||||
background: #FFFFFF;
|
|
||||||
border-radius: 20rpx;
|
|
||||||
margin-top: 3%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.configuration {
|
|
||||||
font-size: 31rpx;
|
|
||||||
color: #333333;
|
|
||||||
line-height: 12rpx;
|
|
||||||
padding: 6%;
|
|
||||||
margin-left: -3%;
|
|
||||||
margin-top: 3%;
|
|
||||||
font-weight: 500;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.measure {
|
|
||||||
// width: 60%;
|
|
||||||
// height: 67rpx;
|
|
||||||
background: #F6F6F6;
|
|
||||||
border-radius: 33rpx;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 67rpx;
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: 5%;
|
|
||||||
// margin-top: 5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.huanyao {
|
|
||||||
// line-height: 10%;
|
|
||||||
// margin-top: -19%;
|
|
||||||
font-size: 38rpx;
|
|
||||||
margin-left: 35%;
|
|
||||||
|
|
||||||
margin-top: -24%;
|
|
||||||
color: #000000;
|
|
||||||
// line-height: 37rpx;
|
|
||||||
// margin: -160px -34px 42px 189px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.picture3 {
|
|
||||||
width: 137rpx;
|
|
||||||
height: 23rpx;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.servicetime {
|
|
||||||
font-size: 34rpx;
|
|
||||||
color: #999999;
|
|
||||||
line-height: 37rpx;
|
|
||||||
margin-left: 35%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appointment {
|
|
||||||
width: 125rpx;
|
|
||||||
height: 71rpx;
|
|
||||||
background: #4C7BC9;
|
|
||||||
border-radius: 26rpx;
|
|
||||||
float: right;
|
|
||||||
margin-top: -5%;
|
|
||||||
// margin-right: -5%;
|
|
||||||
color: #ffffff;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 71rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.price {
|
|
||||||
width: 60rpx;
|
|
||||||
height: 26rpx;
|
|
||||||
color: red;
|
|
||||||
font-size: 32rpx;
|
|
||||||
margin-top: 3%;
|
|
||||||
margin-left: 35%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.item {
|
|
||||||
width: 99%;
|
|
||||||
height: 184rpx;
|
|
||||||
position: relative;
|
|
||||||
// background-color: ;
|
|
||||||
margin-bottom: 3%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.item2 {
|
|
||||||
width: 99%;
|
|
||||||
height: 555rpx;
|
|
||||||
background: #FFFFFF;
|
|
||||||
border-radius: 20rpx;
|
|
||||||
font-size: 31rpx;
|
|
||||||
color: #333333;
|
|
||||||
padding: 4%;
|
|
||||||
margin-left: -3%;
|
|
||||||
font-weight: 500;
|
|
||||||
margin: 0 auto;
|
|
||||||
margin-top: -17%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.picture4 {
|
|
||||||
width: 170rpx;
|
|
||||||
height: 170rpx;
|
|
||||||
margin-top: 5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chanpin {
|
|
||||||
line-height: 37rpx;
|
|
||||||
font-size: 31rpx;
|
|
||||||
color: #333333;
|
|
||||||
padding: 4%;
|
|
||||||
margin-left: 26%;
|
|
||||||
margin-top: -10%;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pay {
|
|
||||||
width: 125rpx;
|
|
||||||
height: 71rpx;
|
|
||||||
background: #4C7BC9;
|
|
||||||
border-radius: 26rpx;
|
|
||||||
margin-left: 78%;
|
|
||||||
margin-top: -7%;
|
|
||||||
color: white;
|
|
||||||
line-height: 71rpx;
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user