|
@@ -1,8 +1,10 @@
|
|
<!--销售详情-->
|
|
<!--销售详情-->
|
|
<template>
|
|
<template>
|
|
<view class="container">
|
|
<view class="container">
|
|
- <view class="back-btn cuIcon-back" @click="navBack"></view>
|
|
|
|
- <view class='title1'>销售详情</view>
|
|
|
|
|
|
+ <view>
|
|
|
|
+ <view class="back-btn cuIcon-back" @click="navBack"></view>
|
|
|
|
+ <view class='title1'>销售详情</view>
|
|
|
|
+ </view>
|
|
<image style='width:100%;' src='../../static/img/jiaoyi/bg@3x.png'></image>
|
|
<image style='width:100%;' src='../../static/img/jiaoyi/bg@3x.png'></image>
|
|
<view class="introduce-section">
|
|
<view class="introduce-section">
|
|
<view style='height:70px;'>
|
|
<view style='height:70px;'>
|
|
@@ -549,9 +551,11 @@
|
|
position:absolute;
|
|
position:absolute;
|
|
left:50%;
|
|
left:50%;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
- top: 80upx;
|
|
|
|
|
|
+ top: 40upx;
|
|
|
|
+ padding-top: var(--status-bar-height);
|
|
z-index:9999;
|
|
z-index:9999;
|
|
color:#fff;
|
|
color:#fff;
|
|
|
|
+ font-size: 36rpx;
|
|
}
|
|
}
|
|
page {
|
|
page {
|
|
background: #F5F6FA;
|
|
background: #F5F6FA;
|