Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
45f40c547f
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view :style="{background:'url('+'../../static/bbj1@3x.png'+')'}" class="main">
|
<view class="main">
|
||||||
<title-block style="flex-shrink: 0;width: 100%" title="寄存"></title-block>
|
<title-block style="flex-shrink: 0;width: 100%" title="寄存"></title-block>
|
||||||
<view class="order" @click="goConsignmen">
|
<view class="order" @click="goConsignmen">
|
||||||
<view class="order-item">
|
<view class="order-item">
|
||||||
@ -84,6 +84,7 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 30rpx;
|
padding: 0 30rpx;
|
||||||
|
background-image: url("https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/4fdc9a0f-d72a-46b6-a04d-ed56d5465213.png");
|
||||||
|
|
||||||
.order {
|
.order {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mine" :style="{background:'url('+'../../static/bbj1@3x.png'+')'}">
|
<div class="mine" >
|
||||||
<div class="content1">
|
<div class="content1">
|
||||||
<div class="wrap1">
|
<div class="wrap1">
|
||||||
<div class="wrap1_1">{{orderTotal}}</div>
|
<div class="wrap1_1">{{orderTotal}}</div>
|
||||||
@ -93,6 +93,8 @@ export default {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
background-image: url("https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/4fdc9a0f-d72a-46b6-a04d-ed56d5465213.png");
|
||||||
|
|
||||||
.content2{
|
.content2{
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -240,9 +240,8 @@ export default {
|
|||||||
|
|
||||||
.order-goods {
|
.order-goods {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-image: url("https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/4fdc9a0f-d72a-46b6-a04d-ed56d5465213.png");
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
background-image: url("https://cdns.fontree.cn/fonchain-main/prod/image/default/artwork/4fdc9a0f-d72a-46b6-a04d-ed56d5465213.png");
|
||||||
padding-left: 30rpx;
|
padding-left: 30rpx;
|
||||||
padding-right: 30rpx;
|
padding-right: 30rpx;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
Loading…
Reference in New Issue
Block a user