正在显示
4 个修改的文件
包含
13 行增加
和
14 行删除
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | <view class="text_gray_28" style="margin-bottom: 20rpx;">照片附件(最多可上传9张)</view> | 63 | <view class="text_gray_28" style="margin-bottom: 20rpx;">照片附件(最多可上传9张)</view> |
64 | <u-grid :col="3" :border="false"> | 64 | <u-grid :col="3" :border="false"> |
65 | <u-grid-item v-for="(item, index) in picList" :key="index"> | 65 | <u-grid-item v-for="(item, index) in picList" :key="index"> |
66 | - <image v-if="type != 3" class="delete" src="/static/img/common/delete.png" | 66 | + <image v-if="type != 3" class="delete" src="/static/img/home/delete.png" |
67 | @click="deleteImg(index)"></image> | 67 | @click="deleteImg(index)"></image> |
68 | <u-image :height="216" :width="216" :src="item"></u-image> | 68 | <u-image :height="216" :width="216" :src="item"></u-image> |
69 | </u-grid-item> | 69 | </u-grid-item> |
@@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ | ||
77 | <text class="look">{{item.name?item.name:item.filename}}</text> | 77 | <text class="look">{{item.name?item.name:item.filename}}</text> |
78 | <image v-if="type != 3" style="margin-left: 7px; width: 14px;height: 14px;" | 78 | <image v-if="type != 3" style="margin-left: 7px; width: 14px;height: 14px;" |
79 | @click.stop="deleteModal(index)" | 79 | @click.stop="deleteModal(index)" |
80 | - src="https://yxlypublic.oss-cn-beijing.aliyuncs.com/WeChat/excellet-working/treadTree.png"> | 80 | + src="/static/img/home/delete.png"> |
81 | <!-- <text class="look">{{item.filename}}</text> --> | 81 | <!-- <text class="look">{{item.filename}}</text> --> |
82 | </view> | 82 | </view> |
83 | </view> | 83 | </view> |
@@ -768,7 +768,7 @@ | @@ -768,7 +768,7 @@ | ||
768 | 768 | ||
769 | .pdffj { | 769 | .pdffj { |
770 | display: flex; | 770 | display: flex; |
771 | - align-items: baseline; | 771 | + align-items: center; |
772 | 772 | ||
773 | .img { | 773 | .img { |
774 | width: 24rpx; | 774 | width: 24rpx; |
@@ -116,7 +116,7 @@ | @@ -116,7 +116,7 @@ | ||
116 | </view> | 116 | </view> |
117 | </view> | 117 | </view> |
118 | <view class="pdffj" v-for="(item,index) in fileList " @click="openLink(item)"> | 118 | <view class="pdffj" v-for="(item,index) in fileList " @click="openLink(item)"> |
119 | - <image class="img" src="/static/img/common/link.png"></image> | 119 | + <image class="img" src="/static/img/home/link.png"></image> |
120 | <text class="look">{{item.filename}}</text> | 120 | <text class="look">{{item.filename}}</text> |
121 | <!-- <text class="look">{{item.filename}}</text> --> | 121 | <!-- <text class="look">{{item.filename}}</text> --> |
122 | </view> | 122 | </view> |
1 | <template> | 1 | <template> |
2 | <view class="login" :style="vuex_theme"> | 2 | <view class="login" :style="vuex_theme"> |
3 | <!-- <view style="width: '100%'; height: '100%'"> --> | 3 | <!-- <view style="width: '100%'; height: '100%'"> --> |
4 | - <image | ||
5 | - style="width:100%; height:100%" | ||
6 | - :src="vuex_baseImgUrl && `${vuex_baseImgUrl}logo_bg.png`" | ||
7 | - /> | 4 | + <image |
5 | + style="width: 100%; height: 100%" | ||
6 | + :src="vuex_baseImgUrl && `${vuex_baseImgUrl}logo_bg.png`" | ||
7 | + /> | ||
8 | <!-- </view> --> | 8 | <!-- </view> --> |
9 | 9 | ||
10 | <view class="box"> | 10 | <view class="box"> |
11 | <view class="logo"> | 11 | <view class="logo"> |
12 | - <u-image | ||
13 | - width="200rpx" | ||
14 | - height="96rpx" | 12 | + <image |
13 | + style="width: 446rpx; height: 240rpx" | ||
15 | :src="vuex_baseImgUrl && `${vuex_baseImgUrl}logo.png`" | 14 | :src="vuex_baseImgUrl && `${vuex_baseImgUrl}logo.png`" |
16 | /> | 15 | /> |
17 | </view> | 16 | </view> |
@@ -163,7 +162,7 @@ export default { | @@ -163,7 +162,7 @@ export default { | ||
163 | 162 | ||
164 | .logo { | 163 | .logo { |
165 | padding: 156rpx 0 0 0; | 164 | padding: 156rpx 0 0 0; |
166 | - width: 200rpx; | 165 | + width: 446rpx; |
167 | margin: 0 auto; | 166 | margin: 0 auto; |
168 | } | 167 | } |
169 | 168 | ||
@@ -208,7 +207,7 @@ export default { | @@ -208,7 +207,7 @@ export default { | ||
208 | } | 207 | } |
209 | 208 | ||
210 | .btn { | 209 | .btn { |
211 | - margin-top: 200rpx; | 210 | + margin-top: 80rpx; |
212 | padding: 0 48rpx; | 211 | padding: 0 48rpx; |
213 | } | 212 | } |
214 | 213 |
@@ -79,7 +79,7 @@ const store = new Vuex.Store({ | @@ -79,7 +79,7 @@ const store = new Vuex.Store({ | ||
79 | "pagePath": "/pages/tabBar/home/home", | 79 | "pagePath": "/pages/tabBar/home/home", |
80 | "iconPath": "/static/img/icon/home.png", | 80 | "iconPath": "/static/img/icon/home.png", |
81 | "selectedIconPath": `https://yxlypublic.oss-cn-beijing.aliyuncs.com/WeChat/${appId}/homeHL.png`, | 81 | "selectedIconPath": `https://yxlypublic.oss-cn-beijing.aliyuncs.com/WeChat/${appId}/homeHL.png`, |
82 | - "text": "首1页" | 82 | + "text": "首页" |
83 | }, | 83 | }, |
84 | { | 84 | { |
85 | "pagePath": "/pages/tabBar/internship/internship", | 85 | "pagePath": "/pages/tabBar/internship/internship", |
请
注册
或
登录
后发表评论