Sfoglia il codice sorgente

Merge refs/remotes/nsgk_entry/master into refs/heads/master

master
pangdongxu 3 anni fa
parent
commit
fc350b15fc
4 ha cambiato i file con 14 aggiunte e 4 eliminazioni
  1. BIN
      image/index/setup.png
  2. +1
    -0
      pages/index/index.wxml
  3. +9
    -0
      pages/index/index.wxss
  4. +4
    -4
      project.config.json

BIN
image/index/setup.png Vedi File

Prima Dopo
Larghezza: 18  |  Altezza: 17  |  Dimensione: 467 B

+ 1
- 0
pages/index/index.wxml Vedi File

@@ -4,6 +4,7 @@
<view class="top_title" style="height:{{CustomMenuButton.bottom}}px;z-index: 7777;padding-top: {{CustomMenuButton.top}}px;"></view> <view class="top_title" style="height:{{CustomMenuButton.bottom}}px;z-index: 7777;padding-top: {{CustomMenuButton.top}}px;"></view>
<!--账户信息--> <!--账户信息-->
<view class="information_header"> <view class="information_header">
<navigator url="/pages/user/login/login" class="setup" style="background:url('../../image/index/setup.png') no-repeat; background-size: 100% 100%;"></navigator>
<view class="portrait_head"></view> <view class="portrait_head"></view>
<view class="information_main"> <view class="information_main">
<view class="name_wrap"> <view class="name_wrap">


+ 9
- 0
pages/index/index.wxss Vedi File

@@ -8,6 +8,15 @@
/* padding: 30rpx 32rpx 54rpx; */ /* padding: 30rpx 32rpx 54rpx; */
padding: 10rpx 32rpx 54rpx; padding: 10rpx 32rpx 54rpx;
display: flex; display: flex;
position: relative;
}
.information_header .setup{
width: 38rpx;
height: 38rpx;
position: absolute;
right: 34rpx;
top: 15rpx;
display: block;
} }
.information_header .portrait_head{ .information_header .portrait_head{
width: 110rpx; width: 110rpx;


+ 4
- 4
project.config.json Vedi File

@@ -52,6 +52,10 @@
"libVersion": "2.23.2", "libVersion": "2.23.2",
"appid": "wxaace54cc2cf8924b", "appid": "wxaace54cc2cf8924b",
"projectname": "WXMB", "projectname": "WXMB",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"condition": { "condition": {
"search": { "search": {
"list": [] "list": []
@@ -71,9 +75,5 @@
"miniprogram": { "miniprogram": {
"list": [] "list": []
} }
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
} }
} }

Caricamento…
Annulla
Salva