This commit is contained in:
parent
73b2b3cf25
commit
72674f4d77
2
main.js
2
main.js
|
|
@ -29,7 +29,7 @@ export function createApp() {
|
||||||
app.config.globalProperties.$system = plus.os.name;
|
app.config.globalProperties.$system = plus.os.name;
|
||||||
// #endif
|
// #endif
|
||||||
app.config.globalProperties.$systemInfo = systemInfo
|
app.config.globalProperties.$systemInfo = systemInfo
|
||||||
uni.setStorageSync('version', '1.0.6')
|
uni.setStorageSync('version', '1.0.6.sp1')
|
||||||
app.config.globalProperties.$version = uni.getStorageSync('version')
|
app.config.globalProperties.$version = uni.getStorageSync('version')
|
||||||
app.use(globalMethods);
|
app.use(globalMethods);
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
<!-- , height:data.headerHeight+'px' -->
|
<!-- , height:data.headerHeight+'px' -->
|
||||||
<view v-if="data.info.avatar" style="height:400rpx;"></view>
|
<view v-if="data.info.avatar" style="height:400rpx;"></view>
|
||||||
<image v-if="data.info.avatar" :src="data.info.avatar" mode="aspectFill"
|
<image v-if="data.info.avatar" :src="data.info.avatar" mode="aspectFill"
|
||||||
style="width:100%;position: absolute;bottom: 0;left: 0;z-index:0;"></image>
|
style="width:100%;position: absolute;bottom: 0;left: 0;z-index:0;" :style="{height:1400+'rpx'}"></image>
|
||||||
<!-- :style="{height:data.headerHeight+'px'}" -->
|
<!-- :style="{height:data.headerHeight+'px'}" -->
|
||||||
<view class="status" :style="{height:$systemInfo.statusBarHeight+'px'}"> </view>
|
<view class="status" :style="{height:$systemInfo.statusBarHeight+'px'}"> </view>
|
||||||
<view class="flexcontainer" @click="openEditModalDetail()">
|
<view class="flexcontainer" @click="openEditModalDetail()">
|
||||||
|
|
|
||||||
|
|
@ -282,12 +282,16 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.group_48163 {
|
.group_48163 {
|
||||||
width: 152rpx;
|
width: 152rpx;
|
||||||
height: 38rpx;
|
height: 38rpx;
|
||||||
margin-left: 540rpx;
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexcontainer_1 {
|
.flexcontainer_1 {
|
||||||
|
|
@ -340,26 +344,29 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
height: 88rpx;
|
height: 88rpx;
|
||||||
|
margin-top: 28rpx;
|
||||||
|
margin-bottom: 14rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rectangle_23285 {
|
.rectangle_23285 {
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
height: 108rpx;
|
height: 88rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_5 {
|
.text_5 {
|
||||||
position: absolute;
|
|
||||||
top: 38rpx;
|
top: 38rpx;
|
||||||
left: 60rpx;
|
margin-left: 60rpx;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text_6 {
|
.text_6 {
|
||||||
position: absolute;
|
|
||||||
top: 40rpx;
|
top: 40rpx;
|
||||||
right: 28rpx;
|
margin-right: 28rpx;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
@ -373,6 +380,7 @@
|
||||||
/* ===== limit ===== */
|
/* ===== limit ===== */
|
||||||
.group_48166 {
|
.group_48166 {
|
||||||
width: 750rpx;
|
width: 750rpx;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flexcontainer_3 {
|
.flexcontainer_3 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue