提交 a2aae37be7f7cb3fac5e668f9f63c19e0e9a0121

作者 guomingshu
1 个父辈 345c6b40

feat: 主题更改

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