Browse Source

统一修改图片地址

master
dy-hu 1 year ago
parent
commit
d4fb24430f
  1. 4
      pages/tabbar/cart/index.vue
  2. 4
      pages_category_page1/goodsModule/goodsDetails.vue
  3. 2
      pages_category_page1/integral/exchangeDetail.vue
  4. 18
      pages_category_page1/integral/index.vue
  5. 6
      pages_category_page1/integral/sign.vue
  6. 10
      pages_category_page2/userModule/accountLogin.vue
  7. 4
      pages_category_page2/userModule/bankcard.vue
  8. 12
      pages_category_page2/userModule/collection.vue
  9. 4
      pages_category_page2/userModule/footprintList.vue
  10. 2
      pages_category_page2/userModule/login.vue
  11. 4
      pages_category_page2/userModule/memberAccount.vue
  12. 26
      pages_category_page2/userModule/questionList.vue
  13. 10
      pages_category_page2/userModule/register.vue
  14. BIN
      static/images/temp/accountBg.png
  15. BIN
      static/images/temp/addBankBg.png
  16. BIN
      static/images/temp/bankBg.png
  17. BIN
      static/images/temp/detailIcon.png
  18. BIN
      static/images/temp/detailIcon1.png
  19. BIN
      static/images/temp/exchangeIcon.png
  20. BIN
      static/images/temp/exchangeIcon1.png
  21. BIN
      static/images/temp/icon_cart_select_active.png
  22. BIN
      static/images/temp/icon_cart_select_normal.png
  23. BIN
      static/images/temp/icon_common_big_forward.png
  24. BIN
      static/images/temp/icon_common_grey_forward.png
  25. BIN
      static/images/temp/icon_common_small_forward.png
  26. BIN
      static/images/temp/integral_bg.png
  27. BIN
      static/images/temp/lang_label.png
  28. BIN
      static/images/temp/login_bottom.png
  29. BIN
      static/images/temp/login_phone_label.png
  30. BIN
      static/images/temp/login_psd_label.png
  31. BIN
      static/images/temp/login_top.png
  32. BIN
      static/images/temp/prod_detail_cart.png
  33. BIN
      static/images/temp/prod_detail_shop.png
  34. BIN
      static/images/temp/shop_follow.png
  35. BIN
      static/images/temp/signBg.png
  36. BIN
      static/images/temp/signIcon.png
  37. BIN
      static/images/temp/signIcon1.png
  38. BIN
      static/images/temp/signState.png
  39. BIN
      static/images/temp/signState1.png
  40. BIN
      static/images/temp/title_black_back.png
  41. BIN
      static/images/temp/title_edit.png
  42. BIN
      static/images/temp/title_finish.png

4
pages/tabbar/cart/index.vue

@ -36,9 +36,9 @@
>{{$t('common.finish')}}
</text>-->
<image style="width: 32rpx;height: 32rpx;margin-right: 30rpx" @click="showManage = !showManage"
v-if="!showManage" src="@/static/images/temp/title_edit.png"/>
v-if="!showManage" src="http://36.138.125.206:8081/ceres-local-file/image/title_edit.png"/>
<image style="width: 32rpx;height: 32rpx;margin-right: 30rpx" @click="showManage = !showManage"
v-if="showManage" src="@/static/images/temp/title_finish.png"/>
v-if="showManage" src="http://36.138.125.206:8081/ceres-local-file/image/title_finish.png"/>
</view>
</view>
</u-sticky>

4
pages_category_page1/goodsModule/goodsDetails.vue

@ -247,7 +247,7 @@
>
<image
class="store-icon"
src="@/static/images/temp/prod_detail_shop.png"
src="http://36.138.125.206:8081/ceres-local-file/image/prod_detail_shop.png"
></image>
<!-- <label class="fs20 font-color-252744">{{$t('common.beautishop')}}</label>-->
</view>
@ -274,7 +274,7 @@
</view>
<image
class="store-icon"
src="@/static/images/temp/prod_detail_cart.png"
src="http://36.138.125.206:8081/ceres-local-file/image/prod_detail_cart.png"
></image>
<!-- <label class="fs20 font-color-252744">{{$t('page.shoppingcart')}}</label>-->
</view>

2
pages_category_page1/integral/exchangeDetail.vue

@ -197,7 +197,7 @@ page {
padding-bottom: 200rpx;
background: #F8F8F8;
.topBg {
background: url("@/static/images/temp/integral_bg.png") no-repeat left top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/integral_bg.png") no-repeat left top;
background-size: contain;
height: 350rpx;
padding: 40rpx 20rpx 0 20rpx;

18
pages_category_page1/integral/index.vue

@ -58,11 +58,7 @@
<view class="signInBox">
<view class="signItem flex-items flex-sp-between" v-for="(item, index) of integralRecord" :key="index">
<view class="leftBox flex-items">
<<<<<<< HEAD
<image src="@/static/images/temp/signIcon1.png"></image>
=======
<image src="http://36.138.125.206:8081/ceres-local-file/static/images/signIcon1.png"></image>
>>>>>>> 586af40 (统一修改图片地址)
<image src="http://36.138.125.206:8081/ceres-local-file/image/signIcon1.png"></image>
<view class="leftInfo">
<label class="fs28 font-color-252744">{{item.recordContent}}</label>
<view class="fs24 font-color-90919C">{{item.createTime}}</view>
@ -248,7 +244,7 @@ page {
}
.memberCenter {
border-top: 1rpx solid #252744;
background: url("@/static/images/temp/integral_bg.png") no-repeat left top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/integral_bg.png") no-repeat left top;
background-size: contain;
min-height: 389rpx;
padding: 0 20rpx;
@ -317,7 +313,7 @@ page {
padding: 0 30rpx;
.signLeft {
.signIcon {
background: url("@/static/images/temp/signIcon.png") no-repeat center left;
background: url("http://36.138.125.206:8081/ceres-local-file/image/signIcon.png") no-repeat center left;
background-size: contain;
height: 76rpx;
width: 76rpx;
@ -346,22 +342,22 @@ page {
margin-right: 15rpx;
}
.detailIcon {
background: url("@/static/images/temp/detailIcon1.png") no-repeat center center;
background: url("http://36.138.125.206:8081/ceres-local-file/image/detailIcon1.png") no-repeat center center;
background-size: contain;
}
.exchangeIcon {
background: url("@/static/images/temp/exchangeIcon1.png") no-repeat center center;
background: url("http://36.138.125.206:8081/ceres-local-file/image/exchangeIcon1.png") no-repeat center center;
background-size: contain;
}
}
.active {
background: #252744;
.detailIcon {
background: url("@/static/images/temp/detailIcon.png") no-repeat center center;
background: url("http://36.138.125.206:8081/ceres-local-file/image/detailIcon.png") no-repeat center center;
background-size: contain;
}
.exchangeIcon {
background: url("@/static/images/temp/exchangeIcon.png") no-repeat center center;
background: url("http://36.138.125.206:8081/ceres-local-file/image/exchangeIcon.png") no-repeat center center;
background-size: contain;
}
text {

6
pages_category_page1/integral/sign.vue

@ -277,7 +277,7 @@ page {
.signBox {
padding-bottom: 50rpx;
.signBg {
background: url("@/static/images/temp/signBg.png") no-repeat left top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/signBg.png") no-repeat left top;
background-size: contain;
min-height: 702rpx;
padding-top: 160rpx;
@ -295,14 +295,14 @@ page {
.signStateBg {
width: 304rpx;
height: 304rpx;
background: url("@/static/images/temp/signState.png") no-repeat left top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/signState.png") no-repeat left top;
background-size: contain;
text {
color: #C83732;
}
}
.noSign {
background: url("@/static/images/temp/signState1.png") no-repeat left top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/signState1.png") no-repeat left top;
background-size: contain;
text {
color: #FFFFFF;

10
pages_category_page2/userModule/accountLogin.vue

@ -15,7 +15,7 @@
<view class="login-top-info">
<view class="backBox">
<image
src="@/static/images/temp/title_black_back.png"
src="http://36.138.125.206:8081/ceres-local-file/image/title_black_back.png"
class="back"
@click="back"
></image>
@ -23,13 +23,13 @@
<view class="fs32 font-color-252744">{{$t('page.login')}}</view>
</view>
</view>
<image class="login-top" src="@/static/images/temp/login_top.png"/>
<image class="login-bottom" src="@/static/images/temp/login_bottom.png"/>
<image class="login-top" src="http://36.138.125.206:8081/ceres-local-file/image/login_top.png"/>
<image class="login-bottom" src="http://36.138.125.206:8081/ceres-local-file/image/login_bottom.png"/>
<view class="iphoneNum-box flex-row-plus flex-items">
<view style="margin-right: 30rpx">
<image
class="loginIcon"
src="@/static/images/temp/login_phone_label.png"
src="http://36.138.125.206:8081/ceres-local-file/image/login_phone_label.png"
></image>
</view>
<view>
@ -47,7 +47,7 @@
<view style="margin-right: 30rpx">
<image
class="loginIcon"
src="@/static/images/temp/login_psd_label.png"
src="http://36.138.125.206:8081/ceres-local-file/image/login_psd_label.png"
></image>
</view>
<view>

4
pages_category_page2/userModule/bankcard.vue

@ -116,7 +116,7 @@
<style lang="scss">
.container{
.bankcardList {
background: url("@/static/images/temp/addBankBg.png") no-repeat left top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/addBankBg.png") no-repeat left top;
background-size: contain;
display: block;
padding-bottom: 85px;
@ -158,7 +158,7 @@
.bankcard-detail {
width: 100%;
height: 451rpx;
background: url("@/static/images/temp/accountBg.png") no-repeat left top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/accountBg.png") no-repeat left top;
background-size: contain;
border-radius: 18rpx;
.bankname {

12
pages_category_page2/userModule/collection.vue

@ -11,12 +11,12 @@
<view class="wid function-box">
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>-->
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="finishClick">
<image class="editicon" src="@/static/images/temp/title_finish.png">
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_finish.png">
</image>
<!-- <text class="mar-left-10">{{$t('common.finish')}}</text>-->
</view>
<view v-else class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="editClick">
<image class="editicon" src="@/static/images/temp/title_edit.png">
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_edit.png">
</image>
<!-- <text class="mar-left-10">{{$t('common.edit')}}</text>-->
</view>
@ -95,12 +95,12 @@
<view v-if="storeCollect.length>0">
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>-->
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="finishClick">
<image class="editicon" src="@/static/images/temp/title_finish.png">
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_finish.png">
</image>
<!-- <text class="mar-left-10">{{$t('common.finish')}}</text>-->
</view>
<view v-else class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="editClick">
<image class="editicon" src="@/static/images/temp/title_edit.png">
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_edit.png">
</image>
<!-- <text class="mar-left-10">{{$t('common.edit')}}</text>-->
</view>
@ -126,12 +126,12 @@
<view class="title-wrap mar-left-20">
<text class="shop-title u-line-2 shopName">{{ item.shopName }}</text>
<view style="display: flex;align-items: center;margin-top: 5rpx">
<image class="shop-follow-img" src="@/static/images/temp/shop_follow.png"/>
<image class="shop-follow-img" src="http://36.138.125.206:8081/ceres-local-file/image/shop_follow.png"/>
<text class="font-color-25274 fs24 mar-left-6">{{item.person}}</text>
</view>
</view>
</view>
<image class="shop-forward-img" src="@/static/images/temp/icon_common_big_forward.png"/>
<image class="shop-forward-img" src="http://36.138.125.206:8081/ceres-local-file/image/icon_common_big_forward.png"/>
</view>
<view class="shopImgBox" v-if="item.productList.length>0">
<view class="itemImgBox" v-for="(sItem, sIndex) of item.productList.slice(0, 5)"

4
pages_category_page2/userModule/footprintList.vue

@ -12,11 +12,11 @@
<view class="wid function-box">
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>-->
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items fs28" @click="finishClick">
<image class="editicon" src="@/static/images/temp/title_finish.png"></image>
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_finish.png"></image>
<!-- <label class="mar-left-10">{{$t('common.finish')}}</label>-->
</view>
<view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick">
<image class="editicon" src="@/static/images/temp/title_edit.png"></image>
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_edit.png"></image>
<!-- <label class="mar-left-10">{{$t('common.edit')}}</label>-->
</view>
</view>

2
pages_category_page2/userModule/login.vue

@ -7,7 +7,7 @@
<view class="lang-switch-fix">
<view class="lang-switch-box" @click="onLocaleChange">
<view class="txt">{{ applicationLocale == 'en' ? $t('navbar.english') : $t('navbar.chinese')}}</view>
<image src="@/static/images/temp/lang_label.png"/>
<image src="http://36.138.125.206:8081/ceres-local-file/image/lang_label.png"/>
</view>
</view>
<view class="loginTitle-text flex-column-plus flex-items font-color-666 fs26">

4
pages_category_page2/userModule/memberAccount.vue

@ -98,14 +98,14 @@ page {
.balance{
display: block;
height: 400rpx;
background: url("@/static/images/temp/bankBg.png") no-repeat center top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/bankBg.png") no-repeat center top;
background-size: cover;
text-align:center;
padding: 100rpx 20rpx 0 20rpx;
}
.balanceInfo {
width: 100%;
background: url("@/static/images/temp/accountBg.png") no-repeat center top;
background: url("http://36.138.125.206:8081/ceres-local-file/image/accountBg.png") no-repeat center top;
height: 451rpx;
background-size: cover;
margin: -300rpx auto 0 auto;

26
pages_category_page2/userModule/questionList.vue

@ -11,11 +11,11 @@
<view class="wid function-box">
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>-->
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="finishClick">
<image class="editicon" src="@/static/images/temp/title_finish.png">
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_finish.png">
</image>
</view>
<view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick">
<image class="editicon" src="@/static/images/temp/title_edit.png">
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_edit.png">
</image>
<!-- <text class="mar-left-10">{{$t('common.edit')}}</text>-->
</view>
@ -29,10 +29,10 @@
<view v-show="allCheckShow">
<image mode="aspectFill" v-if="item.selected == 1"
@click.stop="problemItemSel(index,0)"
src="@/static/images/temp/icon_cart_select_active.png"
src="http://36.138.125.206:8081/ceres-local-file/image/icon_cart_select_active.png"
class="cart-select-img"></image>
<image mode="aspectFill" v-else @click.stop="problemItemSel(index,1)"
src="@/static/images/temp/icon_cart_select_normal.png"
src="http://36.138.125.206:8081/ceres-local-file/image/icon_cart_select_normal.png"
class="cart-select-img"></image>
</view>
<!-- <image class="product-img" mode="aspectFill" :src="item.image" />-->
@ -56,9 +56,9 @@
<view v-show="allCheckShow" class="allcheck-box flex-row-plus flex-sp-between flex-items">
<view class="left">
<image mode="aspectFill" v-if="isAllProblemCheck"
src="@/static/images/temp/icon_cart_select_active.png" class="cart-select-img"
src="http://36.138.125.206:8081/ceres-local-file/image/icon_cart_select_active.png" class="cart-select-img"
@click="allProblemSel(0)"></image>
<image mode="aspectFill" v-else src="@/static/images/temp/icon_cart_select_normal.png"
<image mode="aspectFill" v-else src="http://36.138.125.206:8081/ceres-local-file/image/icon_cart_select_normal.png"
class="cart-select-img" @click="allProblemSel(1)"></image>
<text>{{$t('common.chooseall')}}</text>
</view>
@ -77,11 +77,11 @@
<view v-if="answerList.length > 0">
<!-- <view class="finishbox" @click="finishClick" v-if="allCheckShow">{{$t('common.finish')}}</view>-->
<view v-if="allCheckShow" class="flex-row-plus editicon-box flex-items font-color-252744 fs28" @click="finishClick">
<image class="editicon" src="@/static/images/temp/title_finish.png">
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_finish.png">
</image>
</view>
<view v-else class="flex-row-plus editicon-box flex-items fs28" @click="editClick">
<image class="editicon" src="@/static/images/temp/title_edit.png">
<image class="editicon" src="http://36.138.125.206:8081/ceres-local-file/image/title_edit.png">
</image>
<!-- <text class="mar-left-10">{{$t('common.edit')}}</text>-->
</view>
@ -95,10 +95,10 @@
<view v-show="allCheckShow">
<image mode="aspectFill" v-if="item.selected == 1"
@click.stop="answerItemSel(index,0)"
src="@/static/images/temp/icon_cart_select_active.png"
src="http://36.138.125.206:8081/ceres-local-file/image/icon_cart_select_active.png"
class="cart-select-img"></image>
<image mode="aspectFill" v-else @click.stop="answerItemSel(index,1)"
src="@/static/images/temp/icon_cart_select_normal.png"
src="http://36.138.125.206:8081/ceres-local-file/image/icon_cart_select_normal.png"
class="cart-select-img"></image>
</view>
<!-- <image class="product-img" mode="aspectFill" :src="item.image" />-->
@ -121,7 +121,7 @@
<text class="fs24 font-color-545784">{{$t('common.replaycount', {"number":item.count})}}</text>
<!-- <text class="fs24 font-color-C5AA7B">{{item.count}}</text>-->
<image class="item-btn-right"
src="@/static/images/temp/icon_common_grey_forward.png"
src="http://36.138.125.206:8081/ceres-local-file/image/icon_common_grey_forward.png"
mode="widthFix"></image>
</view>
</view>
@ -135,9 +135,9 @@
<view v-show="allCheckShow" class="allcheck-box flex-row-plus flex-sp-between flex-items">
<view class="left">
<image mode="aspectFill" v-if="isAllAnswerCheck"
src="@/static/images/temp/icon_cart_select_active.png" class="cart-select-img"
src="http://36.138.125.206:8081/ceres-local-file/image/icon_cart_select_active.png" class="cart-select-img"
@click="allAnswerSel(0)"></image>
<image mode="aspectFill" v-else src="@/static/images/temp/icon_cart_select_normal.png"
<image mode="aspectFill" v-else src="http://36.138.125.206:8081/ceres-local-file/image/icon_cart_select_normal.png"
class="cart-select-img" @click="allAnswerSel(1)"></image>
<text>{{$t('common.chooseall')}}</text>
</view>

10
pages_category_page2/userModule/register.vue

@ -12,7 +12,7 @@
<view class="login-top-info">
<view class="backBox">
<image
src="@/static/images/temp/title_black_back.png"
src="http://36.138.125.206:8081/ceres-local-file/image/title_black_back.png"
class="back"
@click="back"
></image>
@ -20,12 +20,12 @@
<view class="fs32 font-color-252744">{{$t('page.register')}}</view>
</view>
</view>
<image class="login-top" src="@/static/images/temp/login_top.png"/>
<image class="login-bottom" src="@/static/images/temp/login_bottom.png"/>
<image class="login-top" src="http://36.138.125.206:8081/ceres-local-file/image/login_top.png"/>
<image class="login-bottom" src="http://36.138.125.206:8081/ceres-local-file/image/login_bottom.png"/>
<view style="margin-top: 200rpx">
<view class="iphoneNum-box flex-row-plus flex-items">
<view>
<image class="loginIcon" src="@/static/images/temp/login_phone_label.png"></image>
<image class="loginIcon" src="http://36.138.125.206:8081/ceres-local-file/image/login_phone_label.png"></image>
</view>
<view style="margin-left: 20rpx;">
<input v-model="phone" class="iphoneNum-inputbox" placeholder-class="iphoneNum-input" type="number"
@ -35,7 +35,7 @@
<view class="flex-row-plus mar-top-30">
<view class="code-box">
<view>
<image class="loginIcon" src="@/static/images/temp/login_psd_label.png"></image>
<image class="loginIcon" src="http://36.138.125.206:8081/ceres-local-file/image/login_psd_label.png"></image>
</view>
<view style="margin-left: 20rpx;">
<input v-model="RegisterQuery.code" :maxlength="4" class="codeNum-inputbox" placeholder-class="codeNum-input"

BIN
static/images/temp/accountBg.png

Before

Width: 788  |  Height: 451  |  Size: 95 KiB

BIN
static/images/temp/addBankBg.png

Before

Width: 750  |  Height: 389  |  Size: 10 KiB

BIN
static/images/temp/bankBg.png

Before

Width: 750  |  Height: 502  |  Size: 18 KiB

BIN
static/images/temp/detailIcon.png

Before

Width: 48  |  Height: 48  |  Size: 1.8 KiB

BIN
static/images/temp/detailIcon1.png

Before

Width: 48  |  Height: 48  |  Size: 2.1 KiB

BIN
static/images/temp/exchangeIcon.png

Before

Width: 48  |  Height: 48  |  Size: 1.9 KiB

BIN
static/images/temp/exchangeIcon1.png

Before

Width: 48  |  Height: 48  |  Size: 2.2 KiB

BIN
static/images/temp/icon_cart_select_active.png

Before

Width: 44  |  Height: 44  |  Size: 2.2 KiB

BIN
static/images/temp/icon_cart_select_normal.png

Before

Width: 44  |  Height: 44  |  Size: 1.9 KiB

BIN
static/images/temp/icon_common_big_forward.png

Before

Width: 20  |  Height: 34  |  Size: 1.4 KiB

BIN
static/images/temp/icon_common_grey_forward.png

Before

Width: 16  |  Height: 28  |  Size: 1.3 KiB

BIN
static/images/temp/icon_common_small_forward.png

Before

Width: 16  |  Height: 28  |  Size: 1.3 KiB

BIN
static/images/temp/integral_bg.png

Before

Width: 750  |  Height: 295  |  Size: 4.5 KiB

BIN
static/images/temp/lang_label.png

Before

Width: 20  |  Height: 13  |  Size: 385 B

BIN
static/images/temp/login_bottom.png

Before

Width: 646  |  Height: 376  |  Size: 17 KiB

BIN
static/images/temp/login_phone_label.png

Before

Width: 44  |  Height: 44  |  Size: 416 B

BIN
static/images/temp/login_psd_label.png

Before

Width: 44  |  Height: 44  |  Size: 1.8 KiB

BIN
static/images/temp/login_top.png

Before

Width: 325  |  Height: 263  |  Size: 39 KiB

BIN
static/images/temp/prod_detail_cart.png

Before

Width: 48  |  Height: 48  |  Size: 1.5 KiB

BIN
static/images/temp/prod_detail_shop.png

Before

Width: 48  |  Height: 48  |  Size: 1.7 KiB

BIN
static/images/temp/shop_follow.png

Before

Width: 27  |  Height: 24  |  Size: 1.3 KiB

BIN
static/images/temp/signBg.png

Before

Width: 750  |  Height: 702  |  Size: 123 KiB

BIN
static/images/temp/signIcon.png

Before

Width: 76  |  Height: 76  |  Size: 7.9 KiB

BIN
static/images/temp/signIcon1.png

Before

Width: 90  |  Height: 90  |  Size: 4.5 KiB

BIN
static/images/temp/signState.png

Before

Width: 304  |  Height: 304  |  Size: 53 KiB

BIN
static/images/temp/signState1.png

Before

Width: 304  |  Height: 304  |  Size: 42 KiB

BIN
static/images/temp/title_black_back.png

Before

Width: 20  |  Height: 34  |  Size: 1.4 KiB

BIN
static/images/temp/title_edit.png

Before

Width: 32  |  Height: 32  |  Size: 1.2 KiB

BIN
static/images/temp/title_finish.png

Before

Width: 32  |  Height: 32  |  Size: 1.3 KiB

Loading…
Cancel
Save