Compare commits
2 Commits
6150eb2b67
...
lc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ecd248e26 | ||
|
|
05622744a9 |
2
App.vue
2
App.vue
@@ -75,7 +75,7 @@
|
|||||||
// });
|
// });
|
||||||
},
|
},
|
||||||
onHide: function() {
|
onHide: function() {
|
||||||
console.log('App Hide')
|
console.log('App Hide ')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "星油云站",
|
"name" : "星油云站",
|
||||||
"appid" : "__UNI__EA8D131",
|
"appid" : "__UNI__F1ED4B9",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
|
|||||||
103
package-lock.json
generated
103
package-lock.json
generated
@@ -1,109 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "lsm_oil_site",
|
"name": "lsm_oil_site",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
|
||||||
"": {
|
|
||||||
"name": "lsm_oil_site",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"axios": "^0.19.2",
|
|
||||||
"crypto-js": "4.0.0",
|
|
||||||
"js-cookie": "2.2.1",
|
|
||||||
"js-md5": "0.7.3",
|
|
||||||
"jsencrypt": "^3.0.0-rc.1",
|
|
||||||
"tki-qrcode": "^0.1.6",
|
|
||||||
"tsc": "^2.0.3",
|
|
||||||
"typescript": "^4.3.5",
|
|
||||||
"uview-ui": "^1.8.4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/axios": {
|
|
||||||
"version": "0.19.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
|
|
||||||
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
|
|
||||||
"deprecated": "Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410",
|
|
||||||
"dependencies": {
|
|
||||||
"follow-redirects": "1.5.10"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/crypto-js": {
|
|
||||||
"version": "4.0.0",
|
|
||||||
"resolved": "https://registry.npm.taobao.org/crypto-js/download/crypto-js-4.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcrypto-js%2Fdownload%2Fcrypto-js-4.0.0.tgz",
|
|
||||||
"integrity": "sha1-KQSrJnep0EKFai6i74DekuSjbcw="
|
|
||||||
},
|
|
||||||
"node_modules/debug": {
|
|
||||||
"version": "3.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
|
|
||||||
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
|
|
||||||
"dependencies": {
|
|
||||||
"ms": "2.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/follow-redirects": {
|
|
||||||
"version": "1.5.10",
|
|
||||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
|
|
||||||
"integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
|
|
||||||
"dependencies": {
|
|
||||||
"debug": "=3.1.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/js-cookie": {
|
|
||||||
"version": "2.2.1",
|
|
||||||
"resolved": "https://registry.npm.taobao.org/js-cookie/download/js-cookie-2.2.1.tgz",
|
|
||||||
"integrity": "sha1-aeEG3F1YBolFYpAqpbrsN0Tpsrg="
|
|
||||||
},
|
|
||||||
"node_modules/js-md5": {
|
|
||||||
"version": "0.7.3",
|
|
||||||
"resolved": "https://registry.npm.taobao.org/js-md5/download/js-md5-0.7.3.tgz",
|
|
||||||
"integrity": "sha1-tPL7sLMnRV9ZjWcn447Ccs0Jw/I="
|
|
||||||
},
|
|
||||||
"node_modules/jsencrypt": {
|
|
||||||
"version": "3.0.0-rc.1",
|
|
||||||
"resolved": "https://registry.npm.taobao.org/jsencrypt/download/jsencrypt-3.0.0-rc.1.tgz",
|
|
||||||
"integrity": "sha1-DgpHRLpDzFV/tc9i/oZGvOtWGxw="
|
|
||||||
},
|
|
||||||
"node_modules/ms": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
||||||
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
|
|
||||||
},
|
|
||||||
"node_modules/tki-qrcode": {
|
|
||||||
"version": "0.1.6",
|
|
||||||
"resolved": "https://registry.npm.taobao.org/tki-qrcode/download/tki-qrcode-0.1.6.tgz",
|
|
||||||
"integrity": "sha1-cTc9nEs/iUT6pU0+6Ziroz2X3n8="
|
|
||||||
},
|
|
||||||
"node_modules/tsc": {
|
|
||||||
"version": "2.0.3",
|
|
||||||
"resolved": "https://registry.nlark.com/tsc/download/tsc-2.0.3.tgz",
|
|
||||||
"integrity": "sha1-A3/leeO9Z6XL2qYEtDxsGZGwS+8=",
|
|
||||||
"bin": {
|
|
||||||
"tsc": "bin/tsc"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typescript": {
|
|
||||||
"version": "4.3.5",
|
|
||||||
"resolved": "https://registry.nlark.com/typescript/download/typescript-4.3.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ftypescript%2Fdownload%2Ftypescript-4.3.5.tgz",
|
|
||||||
"integrity": "sha1-TRw3zBbok5c8RaBohrcRMjTxGfQ=",
|
|
||||||
"bin": {
|
|
||||||
"tsc": "bin/tsc",
|
|
||||||
"tsserver": "bin/tsserver"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=4.2.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/uview-ui": {
|
|
||||||
"version": "1.8.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/uview-ui/-/uview-ui-1.8.4.tgz",
|
|
||||||
"integrity": "sha512-Zr+D5dFdNy6CdHQLBEXeGq/w0LkjxzBtsgaaDwLl0P58g67H7fBBDvy6AzWK/k0c7dwPYMBiK7I4Tr9p92+0DA=="
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": {
|
"axios": {
|
||||||
"version": "0.19.2",
|
"version": "0.19.2",
|
||||||
|
|||||||
@@ -30,9 +30,9 @@
|
|||||||
<view class="margin text-center">
|
<view class="margin text-center">
|
||||||
<button class="cu-btn round bg-main-oil lg text-lg" open-type="getPhoneNumber"
|
<button class="cu-btn round bg-main-oil lg text-lg" open-type="getPhoneNumber"
|
||||||
@getphonenumber="decryptPhoneNumber">
|
@getphonenumber="decryptPhoneNumber">
|
||||||
<!-- <text class="cuIcon-weixin padding-right-xs"> </text> -->
|
<text class="cuIcon-weixin padding-right-xs"> </text>
|
||||||
<text>
|
<text>
|
||||||
手机号快捷登录
|
微信用户一键登录
|
||||||
</text>
|
</text>
|
||||||
</button>
|
</button>
|
||||||
<!-- <button class="cu-btn round btnSize" open-type="getPhoneNumber"
|
<!-- <button class="cu-btn round btnSize" open-type="getPhoneNumber"
|
||||||
|
|||||||
@@ -21,21 +21,18 @@
|
|||||||
<text>请勿离开当前页面,等待支付完成</text>
|
<text>请勿离开当前页面,等待支付完成</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="payStatue_p" v-if="payState == 2">
|
<view class="payStatue_p" v-if="payState == 2">
|
||||||
<button style="width: 500upx;margin-bottom: 40upx;" v-if="payState == 2"
|
<button style="width: 500upx;margin-bottom: 40upx;" v-if="payState == 2" class="round large cu-btn bg-main-oil" @tap="singleCheck(orderId)">手动刷新</button>
|
||||||
class="round large cu-btn bg-main-oil" @tap="singleCheck(orderId)">手动刷新</button>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-bottom-sm" @tap="copyId(orderInfos.customerId,'司机编号')">
|
<view class="margin-bottom-sm" @tap="copyId(orderInfos.customerId,'司机编号')">
|
||||||
司机编号
|
司机编号
|
||||||
<text class="fr">{{orderInfos.customerId}}<text :class="orderInfos.customerId?'cuIcon-copy':''"
|
<text class="fr">{{orderInfos.customerId}}<text :class="orderInfos.customerId?'cuIcon-copy':''" class="flex-sub padding-left-sm text-right text-lg text-red">
|
||||||
class="flex-sub padding-left-sm text-right text-lg text-red">
|
|
||||||
</text></text>
|
</text></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-bottom-sm">
|
<view class="margin-bottom-sm">
|
||||||
加油司机
|
加油司机
|
||||||
<view class="fr">
|
<view class="fr">
|
||||||
<text>{{ orderInfos.customerName ? orderInfos.customerName : '丰油用户' }}</text> <text
|
<text>{{ orderInfos.customerName ? orderInfos.customerName : '丰油用户' }}</text> <text class="padding-left-sm">{{orderInfos.plateNumber|plateFilter}}
|
||||||
class="padding-left-sm">{{orderInfos.plateNumber|plateFilter}}
|
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@@ -98,8 +95,7 @@
|
|||||||
<view class="radius bg-white margin margin-bottom-0 padding">
|
<view class="radius bg-white margin margin-bottom-0 padding">
|
||||||
<view class="margin-bottom-sm" @tap="copyId(orderInfos.orderSerialNumber,'订单号')">
|
<view class="margin-bottom-sm" @tap="copyId(orderInfos.orderSerialNumber,'订单号')">
|
||||||
订单号
|
订单号
|
||||||
<text class=" fr">{{orderInfos.orderSerialNumber}}<text
|
<text class=" fr">{{orderInfos.orderSerialNumber}}<text class="flex-sub padding-left-sm text-right cuIcon-copy text-lg text-red">
|
||||||
class="flex-sub padding-left-sm text-right cuIcon-copy text-lg text-red">
|
|
||||||
</text></text>
|
</text></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-bottom-sm">
|
<view class="margin-bottom-sm">
|
||||||
@@ -138,18 +134,15 @@
|
|||||||
<!-- <button v-show="formQr" @tap="scanQr" class="bg-main-oil margin-bottom">
|
<!-- <button v-show="formQr" @tap="scanQr" class="bg-main-oil margin-bottom">
|
||||||
<text class="cuIcon-scan padding-right-xs"></text>
|
<text class="cuIcon-scan padding-right-xs"></text>
|
||||||
继续加油</button> -->
|
继续加油</button> -->
|
||||||
<button v-if="payState == 1" class="round large cu-btn bg-main-oil btn-oils"
|
<button v-if="payState == 1" class="round large cu-btn bg-main-oil btn-oils" @tap="toDetails(orderId)">前往订单</button>
|
||||||
@tap="toDetails(orderId)">前往订单</button>
|
<button v-if="payState == 2" class="round large cu-btn bg-main-oil btn-oils" @tap="getScanning()">重新扫码下单</button>
|
||||||
<button v-if="payState == 2" class="round large cu-btn bg-main-oil btn-oils"
|
<button v-if="payState != 0" class="round large cu-btn bg-main-oil btn-oils" @tap="gotoHome()">返回首页</button>
|
||||||
@tap="getScanning()">重新扫码下单</button>
|
|
||||||
<button v-if="payState != 0" class="round large cu-btn bg-main-oil btn-oils"
|
|
||||||
@tap="gotoHome()">返回首页</button>
|
|
||||||
<!-- <button class="bg-red light margin-bottom" @tap="backHome">
|
<!-- <button class="bg-red light margin-bottom" @tap="backHome">
|
||||||
<text class="cuIcon-home padding-right-xs"></text>
|
<text class="cuIcon-home padding-right-xs"></text>
|
||||||
返回首页</button> -->
|
返回首页</button> -->
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<u-popup v-model="show" mode="center" @close="close">
|
<u-popup v-model="show" mode="center" @close="close" >
|
||||||
<view style="width: 100%;height: 100%;">
|
<view style="width: 100%;height: 100%;">
|
||||||
<image :src="showUrl" style=" max-width: 80%;max-height: 80%;" mode=""></image>
|
<image :src="showUrl" style=" max-width: 80%;max-height: 80%;" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
@@ -208,98 +201,99 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import oilFinanceApi from '@/api/oil-finance.js'
|
import oilFinanceApi from '@/api/oil-finance.js'
|
||||||
export default {
|
export default{
|
||||||
data() {
|
data(){
|
||||||
return {
|
return{
|
||||||
orderItem: uni.getStorageSync('SiteInfo'),
|
orderItem:uni.getStorageSync('SiteInfo'),
|
||||||
insertResult: {},
|
insertResult:{},
|
||||||
orderId: '',
|
orderId:'',
|
||||||
timerF: '',
|
timerF:'',
|
||||||
checkTime: 40,
|
checkTime:40,
|
||||||
payState: 0,
|
payState:0,
|
||||||
PayTitle: '正在支付中',
|
PayTitle:'正在支付中',
|
||||||
orderInfos: {}
|
orderInfos:{}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
filters: {
|
filters:{numberFormat(value) {
|
||||||
numberFormat(value) {
|
|
||||||
if (value != 'xxx.x') {
|
if (value != 'xxx.x') {
|
||||||
console.log('old:', value)
|
console.log('old:',value)
|
||||||
let realAmount = value.toFixed(2)
|
let realAmount =value.toFixed(2)
|
||||||
console.log('new:', realAmount)
|
console.log('new:',realAmount)
|
||||||
return realAmount
|
return realAmount
|
||||||
} else {
|
} else {
|
||||||
return value
|
return value
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
UnitPriceFormat(value) {
|
UnitPriceFormat(value){
|
||||||
console.log('++++++++++++++++++++', value)
|
console.log('++++++++++++++++++++',value)
|
||||||
if (value) {
|
if(value){
|
||||||
return value
|
return value
|
||||||
} else {
|
} else{
|
||||||
return '--'
|
return '--'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
onLoad(option) {
|
onLoad(option) {
|
||||||
console.log(option)
|
console.log(option)
|
||||||
let insertResult = JSON.parse(option.item)
|
let insertResult= JSON.parse(option.item)
|
||||||
this.insertResult = insertResult
|
this.insertResult = insertResult
|
||||||
console.log(this.insertResult)
|
console.log(this.insertResult)
|
||||||
this.orderId = insertResult.orderId
|
this.orderId =insertResult.orderId
|
||||||
let orderId = insertResult.orderId
|
let orderId=insertResult.orderId
|
||||||
console.log(this.orderId)
|
console.log(this.orderId)
|
||||||
this.checkSf(orderId) //进入获取订单信息
|
this.checkSf(orderId)//进入获取订单信息
|
||||||
this.timerF = setInterval((res) => {
|
this.timerF = setInterval((res)=>{
|
||||||
this.checkSf(orderId)
|
this.checkSf(orderId)
|
||||||
}, 5000)
|
},5000)
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods:{
|
||||||
getScanning() { //支付取消 或失败 前往重新下单
|
getScanning(){ //支付取消 或失败 前往重新下单
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: '/pages/stationDetail/stationDetail',
|
url: '/pages/stationDetail/stationDetail',
|
||||||
fail: (err) => {}
|
fail: (err) => {
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
gotoHome() { // 返回首页
|
gotoHome(){ // 返回首页
|
||||||
uni.reLaunch({
|
uni.reLaunch({
|
||||||
url: '/pages/index/index',
|
url: '/pages/index/index',
|
||||||
fail: (err) => {}
|
fail: (err) => {
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
singleCheck(ids) { //单独调用check 订单状态
|
singleCheck(ids){ //单独调用check 订单状态
|
||||||
let _that = this
|
let _that = this
|
||||||
oilFinanceApi.checkOrderState(ids).then((res) => {
|
oilFinanceApi.checkOrderState(ids).then( (res)=>{
|
||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.code == 20000) {
|
if(res.code == 20000){
|
||||||
_that.displayMoney = res.data.sitePriceAmount
|
_that.displayMoney =res.data.payRealAmount
|
||||||
_that.orderInfos = res.data
|
_that.orderInfos = res.data
|
||||||
console.log(_that.orderInfos)
|
console.log(_that.orderInfos)
|
||||||
_that.payState = res.data.orderStatus
|
_that.payState = res.data.orderStatus
|
||||||
if (res.data.orderStatus == 0) {
|
if(res.data.orderStatus == 0){
|
||||||
_that.PayTitle = '正在支付中....'
|
_that.PayTitle = '正在支付中....'
|
||||||
}
|
}
|
||||||
if (res.data.orderStatus == 1) {
|
if(res.data.orderStatus == 1){
|
||||||
_that.PayTitle = '支付成功'
|
_that.PayTitle = '支付成功'
|
||||||
if (_that.payState != 0 || res.data.orderStatus == 1) {
|
if(_that.payState != 0 || res.data.orderStatus==1){
|
||||||
console.log('测试手动刷新是否进入清除计时器')
|
console.log('测试手动刷新是否进入清除计时器')
|
||||||
clearInterval(_that.timerF)
|
clearInterval(_that.timerF)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (res.data.orderStatus == 2) {
|
if(res.data.orderStatus == 2){
|
||||||
if (!res.data.cancelRemak) {
|
if(!res.data.cancelRemak){
|
||||||
_that.PayTitle = '支付已取消'
|
_that.PayTitle = '支付已取消'
|
||||||
} else {
|
}else{
|
||||||
_that.PayTitle = res.data.cancelRemak
|
_that.PayTitle = res.data.cancelRemak
|
||||||
}
|
}
|
||||||
if (_that.payState != 0 || res.data.orderStatus == 2) {
|
if(_that.payState != 0 || res.data.orderStatus==2){
|
||||||
console.log('测试手动刷新是否进入清除计时器')
|
console.log('测试手动刷新是否进入清除计时器')
|
||||||
clearInterval(_that.timerF)
|
clearInterval(_that.timerF)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
} )
|
||||||
},
|
},
|
||||||
toDetails(id) {
|
toDetails(id) {
|
||||||
uni.setStorageSync('orderId', id)
|
uni.setStorageSync('orderId', id)
|
||||||
@@ -309,20 +303,20 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
checkSf(id) { // 轮询 check 顺丰订单状态
|
checkSf(id){// 轮询 check 顺丰订单状态
|
||||||
let _that = this,
|
let _that = this,
|
||||||
time = _that.checkTime,
|
time = _that.checkTime,
|
||||||
ids = id
|
ids = id
|
||||||
if (time <= 0) {
|
if(time<=0){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '支付已取消'
|
title:'支付已取消'
|
||||||
})
|
})
|
||||||
_that.payState = 0
|
_that.payState = 0
|
||||||
_that.PayTitle = '三分钟自动取消....'
|
_that.PayTitle= '三分钟自动取消....'
|
||||||
clearInterval(_that.timerF)
|
clearInterval(_that.timerF)
|
||||||
// uni.navigateBack({})
|
// uni.navigateBack({})
|
||||||
} else {
|
}else{
|
||||||
time--
|
time --
|
||||||
_that.singleCheck(ids)
|
_that.singleCheck(ids)
|
||||||
// oilFinanceApi.checkOrderState(ids).then( (res)=>{
|
// oilFinanceApi.checkOrderState(ids).then( (res)=>{
|
||||||
// console.log(res)
|
// console.log(res)
|
||||||
@@ -375,10 +369,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
page {
|
page{
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
background-color: #f1f2f7;
|
background-color: #f1f2f7;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
@@ -436,8 +429,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
border-radius: 0 0 0 100upx;
|
border-radius: 0 0 0 100upx;
|
||||||
}
|
}
|
||||||
|
.payStatue_text{
|
||||||
.payStatue_text {
|
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
color: #737373;
|
color: #737373;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -445,8 +437,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 6rpx;
|
margin-top: 6rpx;
|
||||||
}
|
}
|
||||||
|
.payStatue_p{
|
||||||
.payStatue_p {
|
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -454,8 +445,7 @@
|
|||||||
margin-bottom: 30rpx;
|
margin-bottom: 30rpx;
|
||||||
margin-top: 20rpx;
|
margin-top: 20rpx;
|
||||||
}
|
}
|
||||||
|
.btn-oils{
|
||||||
.btn-oils {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 14rpx;
|
border-radius: 14rpx;
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
@@ -463,18 +453,15 @@
|
|||||||
/* padding: 14rpx; */
|
/* padding: 14rpx; */
|
||||||
height: 80rpx;
|
height: 80rpx;
|
||||||
}
|
}
|
||||||
|
.showimgs{
|
||||||
.showimgs {
|
|
||||||
width: 130rpx;
|
width: 130rpx;
|
||||||
height: 130rpx;
|
height: 130rpx;
|
||||||
}
|
}
|
||||||
|
.boxsings_main_top{
|
||||||
.boxsings_main_top {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 90rpx;
|
margin-top: 90rpx;
|
||||||
}
|
}
|
||||||
|
.showIcons{
|
||||||
.showIcons {
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user