更新UI.
|
|
@ -96,7 +96,7 @@ export default {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
background: #894DD3;
|
||||
background: #ff873a;
|
||||
border-radius: 40rpx;
|
||||
filter: grayscale(1);
|
||||
font-size: 30rpx;
|
||||
|
|
|
|||
|
|
@ -1331,7 +1331,7 @@
|
|||
padding: 0 10rpx 0;
|
||||
font-size: 20rpx;
|
||||
font-weight: 300;
|
||||
color: #DABCFF;
|
||||
color: #ff873a;
|
||||
}
|
||||
|
||||
.price {
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@
|
|||
font-family: YouSheBiaoTiHei;
|
||||
font-weight: 400;
|
||||
color: #ffffff;
|
||||
text-shadow: 0rpx 0rpx 12rpx rgba(176, 128, 255, 0.8);
|
||||
text-shadow: 0rpx 0rpx 12rpx rgba(255, 135, 58, 0.8);
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
.sign-item {
|
||||
width: 150rpx;
|
||||
height: 165rpx;
|
||||
background: #894DD3;
|
||||
background: #ff873a;
|
||||
border-radius: 20rpx;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
|
|
@ -265,7 +265,7 @@
|
|||
}
|
||||
|
||||
.signYes {
|
||||
color: #7825DE;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.signNo {
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@
|
|||
color: #999999;
|
||||
|
||||
&.act {
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
font-size: 32rpx;
|
||||
|
||||
&::before {
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
display: block;
|
||||
width: 18rpx;
|
||||
height: 8rpx;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
border-radius: 30rpx;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
|
|
|
|||
|
|
@ -350,7 +350,7 @@
|
|||
box-sizing: border-box;
|
||||
position: relative;
|
||||
padding: 38rpx 40rpx 48rpx 52rpx;
|
||||
background: linear-gradient(138deg, #7C3CCB 7%, #E1C8FF 100%);
|
||||
background: linear-gradient(138deg, #fe622b 7%, #ffa246 100%);
|
||||
|
||||
.avatar {
|
||||
width: 100rpx;
|
||||
|
|
@ -406,7 +406,7 @@
|
|||
|
||||
text {
|
||||
font-size: 28rpx;
|
||||
color: #894DD3;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -453,7 +453,7 @@
|
|||
font-size: 24rpx;
|
||||
font-weight: 400;
|
||||
color: #ffffff;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
}
|
||||
>view:nth-child(2){
|
||||
width: 100%;
|
||||
|
|
@ -488,7 +488,7 @@
|
|||
font-size: 24rpx;
|
||||
font-weight: 400;
|
||||
color: #ffffff;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
}
|
||||
|
||||
.prize {
|
||||
|
|
@ -583,7 +583,7 @@
|
|||
font-weight: 400;
|
||||
color: #cccccc;
|
||||
>text{
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -621,10 +621,10 @@
|
|||
align-items: center;
|
||||
background: rgba(10, 6, 15, 0);
|
||||
border-radius: 30rpx;
|
||||
border: 1px solid #E830E7;
|
||||
border: 1px solid #fe622b;
|
||||
|
||||
&.act {
|
||||
background: #B07AF3;
|
||||
background: #ffa246;
|
||||
border: 0;
|
||||
|
||||
text {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<view class="grid-container">
|
||||
<view v-for="(item,index) in datas" :key="index" class="grid-item" @click="order_money(item)">
|
||||
<image src="https://xinglanmh.shequtuangou.vip/static/image/20240711134549.png"
|
||||
<image src="https://bajiapi.onelight.vip/static/web/static/common/20240711134549.png"
|
||||
style="height: 430rpx; position: absolute;" mode="heightFix"></image>
|
||||
|
||||
<image :src="item.imgurl"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<view class="input-box br10">
|
||||
<input v-model="keyword" placeholder-style="color:#CCCCCC;" placeholder="请输入关键字" />
|
||||
<view class="icon" @click="tabChange(tabCur)">
|
||||
<uni-icons type="search" color="#B07AF3"></uni-icons>
|
||||
<uni-icons type="search" color="#ff873a"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
<view class="rule column align-center" @click="$refs.rulePop.getRule(10, '发货规则')">
|
||||
|
|
@ -928,7 +928,7 @@
|
|||
&.act {
|
||||
font-weight: 400;
|
||||
font-size: 36rpx;
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
|
|
@ -938,7 +938,7 @@
|
|||
transform: translateX(-50%);
|
||||
width: 48rpx;
|
||||
height: 4rpx;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -960,8 +960,8 @@
|
|||
.input-box {
|
||||
width: 615rpx;
|
||||
height: 70rpx;
|
||||
background: #0B0A1A;
|
||||
border: 1px solid #B07AF3;
|
||||
background: #3E291C;
|
||||
border: 1px solid #ff873a;
|
||||
box-sizing: border-box;
|
||||
padding: 0 30rpx;
|
||||
display: flex;
|
||||
|
|
@ -1028,7 +1028,7 @@
|
|||
color: #FFFFFF;
|
||||
|
||||
text {
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1042,10 +1042,6 @@
|
|||
.list-item {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border-top: 2rpx solid #FFFFFF;
|
||||
border-right: 8rpx solid #FFFFFF;
|
||||
border-bottom: 4rpx solid #FFFFFF;
|
||||
border-left: 1rpx solid #FFFFFF;
|
||||
background: #070707;
|
||||
padding-bottom: 20rpx;
|
||||
background: url($imgurl+'shangdai/kuang.png') no-repeat 0 0 / 100% 100%;
|
||||
|
|
@ -1053,6 +1049,7 @@
|
|||
.pic {
|
||||
width: 190rpx;
|
||||
height: 190rpx;
|
||||
padding-top: 10rpx;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
|
||||
|
|
|
|||
|
|
@ -989,7 +989,7 @@
|
|||
|
||||
&.act {
|
||||
color: #FFFFFF;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
border: 2rpx solid #FFFFFF;
|
||||
}
|
||||
|
|
@ -1164,13 +1164,13 @@
|
|||
>text:nth-child(2n+1) {
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #000000;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
>text:nth-child(2) {
|
||||
font-weight: 700;
|
||||
font-size: 32rpx;
|
||||
color: #000000;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1302,7 +1302,7 @@
|
|||
>text {
|
||||
height: 14rpx;
|
||||
border-radius: 40rpx;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1317,7 +1317,7 @@
|
|||
font-family: YouSheBiaoTiHei;
|
||||
font-weight: 400;
|
||||
font-size: 36rpx;
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1386,7 +1386,7 @@
|
|||
align-items: center;
|
||||
font-weight: 400;
|
||||
font-size: 32rpx;
|
||||
color: #894DD3;
|
||||
color: #ff873a;
|
||||
text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
|
||||
}
|
||||
|
||||
|
|
@ -1420,7 +1420,7 @@
|
|||
padding: 0 10rpx 0;
|
||||
font-size: 20rpx;
|
||||
font-weight: 300;
|
||||
color: #DABCFF;
|
||||
color: #ff873a;
|
||||
}
|
||||
|
||||
.price {
|
||||
|
|
@ -1463,7 +1463,7 @@
|
|||
.lt-btn {
|
||||
width: 690rpx;
|
||||
height: 80rpx;
|
||||
background: linear-gradient(90deg, #2dcbff 0%, #ff95fb 100%);
|
||||
background: linear-gradient(90deg, #2dcbff 0%, #ff873a 100%);
|
||||
border-radius: 40rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@
|
|||
<!-- 商品展示 -->
|
||||
<view class="goods_v">
|
||||
<view class="flex_center" @click="change_saixuan(1, page_no)">
|
||||
<text :style="saixuan_index == 1 ? 'color:#894DD3;' : ''">箱号</text>
|
||||
<text :style="saixuan_index == 1 ? 'color:#ff873a;' : ''">箱号</text>
|
||||
<image v-if="saixuan_index == 1" :src="$img('/static/img/bottom_act.png')" class="goods_v_1"></image>
|
||||
<image v-else :src="$img('/static/img/bottom.png')" class="goods_v_1"></image>
|
||||
</view>
|
||||
<view class="flex_center" @click="change_saixuan(2, page_no)" style="margin-left: 40rpx">
|
||||
<text :style="saixuan_index == 2 ? 'color:#894DD3;' : ''">余量</text>
|
||||
<text :style="saixuan_index == 2 ? 'color:#ff873a;' : ''">余量</text>
|
||||
<image v-if="saixuan_index == 2" :src="$img('/static/img/bottom_act.png')" class="goods_v_1"></image>
|
||||
<image v-else :src="$img('/static/img/bottom.png')" class="goods_v_1"></image>
|
||||
</view>
|
||||
|
|
@ -202,7 +202,7 @@
|
|||
position: relative;
|
||||
width: 710rpx;
|
||||
margin: 30rpx auto 0;
|
||||
border: 2rpx solid #894DD3;
|
||||
border: 2rpx solid #ff873a;
|
||||
border-radius: 12rpx;
|
||||
background: #313133;
|
||||
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 16rpx;
|
||||
background: #894DD3;
|
||||
background: #ff873a;
|
||||
border-radius: 12rpx 0rpx 12rpx 0rpx;
|
||||
font-weight: 400;
|
||||
font-size: 20rpx;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@
|
|||
吧唧一番赏
|
||||
</view>
|
||||
<!-- 公告 -->
|
||||
<view class="news-box relative" :style="{ backgroundImage: `url(${$img1('index/notification.png?x=1')})`}"
|
||||
<view class="news-box relative"
|
||||
:style="{ backgroundImage: `url(${$img1('index/notification.png?x=1')})`}"
|
||||
@click="$refs.rulePop.getRule(3, '提示')">
|
||||
<view class="news-text">
|
||||
<uni-notice-bar :style="{width: `100%`}" :speed="8" background-color="transparent" color="#fff"
|
||||
|
|
@ -35,7 +36,7 @@
|
|||
<!-- 推荐上新 -->
|
||||
<view class="flex yqhy" v-if="tuijian.length>0" style="margin-top: 60rpx; position: relative;">
|
||||
<image class="img100" style="position: absolute; display: flex; justify-content: center;"
|
||||
:src="$img1('/image/a6548-pw1cx.webp')"></image>
|
||||
:src="$img1('/image/a6548-pw1cx.gif')"></image>
|
||||
<view class=""
|
||||
style="position: absolute; width: 585rpx; height: 230rpx; margin-left: 85rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-between;overflow: auto;">
|
||||
|
||||
|
|
@ -180,41 +181,42 @@
|
|||
// id: 10,
|
||||
// title: '卡牌赏'
|
||||
// },
|
||||
// {
|
||||
// id: 1,
|
||||
// title: '一番赏'
|
||||
// },
|
||||
{
|
||||
id: 9,
|
||||
id: 4,
|
||||
title: '吧唧赏'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
title: '一番赏'
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
title: '连击赏'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: '全局赏'
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
title: '领主赏',
|
||||
},
|
||||
// {
|
||||
// id: 12,
|
||||
// title: '连击赏'
|
||||
// },
|
||||
// {
|
||||
// id: 6,
|
||||
// title: '全局赏'
|
||||
// },
|
||||
// {
|
||||
// id: 8,
|
||||
// title: '领主赏',
|
||||
// },{
|
||||
// id: 2,
|
||||
// title: '小岚赏'
|
||||
// }
|
||||
{
|
||||
id: 3,
|
||||
title: '擂台赏'
|
||||
},
|
||||
// {
|
||||
// id: 3,
|
||||
// title: '擂台赏'
|
||||
// }
|
||||
// {
|
||||
// id:4,
|
||||
// title: '抽卡机'
|
||||
// },
|
||||
// {
|
||||
// id:5,
|
||||
// title: '积分赏'
|
||||
// id: 5,
|
||||
// title: '积分赏'
|
||||
// },
|
||||
{
|
||||
id: 9,
|
||||
title: '自制赏'
|
||||
},
|
||||
// {
|
||||
// id:7,
|
||||
// title: '福利盲盒'
|
||||
|
|
@ -656,7 +658,7 @@
|
|||
|
||||
&.act {
|
||||
width: 18rpx;
|
||||
background-color: #b080ff;
|
||||
background-color: #ff873a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -734,7 +736,7 @@
|
|||
white-space: nowrap;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
margin: 20rpx 0 30rpx;
|
||||
margin: 50rpx 0 30rpx;
|
||||
padding-left: 30rpx;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
|
@ -1109,9 +1111,9 @@
|
|||
margin: 170rpx auto 0;
|
||||
width: 288rpx;
|
||||
height: 74rpx;
|
||||
background: #894DD3;
|
||||
background: #ff873a;
|
||||
border-radius: 37rpx 37rpx 37rpx 37rpx;
|
||||
border: 2rpx solid #894DD3;
|
||||
border: 2rpx solid #ff873a;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #FFFFFF;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<view class="box">
|
||||
<!-- <uni-popup ref="popup" type="bottom"> -->
|
||||
<view class="header">
|
||||
<image :src="$img1('common/logo.png')"></image>
|
||||
<image :src="$img1('common/logo.png?x=1')"></image>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view>申请获取以下权限</view>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<view class="box">
|
||||
<!-- <uni-popup ref="popup" type="bottom"> -->
|
||||
<view class="header">
|
||||
<image :src="$img1('common/logo.png')"></image>
|
||||
<image :src="$img1('common/logo.png?x=1')"></image>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view>申请获取以下权限</view>
|
||||
|
|
|
|||
|
|
@ -296,8 +296,8 @@
|
|||
.btn_b {
|
||||
width: 468rpx;
|
||||
height: 112rpx;
|
||||
background: #894DD3;
|
||||
border-radius: 49rpx;
|
||||
background: #ff873a;
|
||||
border-radius: 50rpx;
|
||||
border: 2rpx solid #FFFFFF;
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
|
|
|
|||
|
|
@ -187,13 +187,13 @@
|
|||
transform: translateX(-50%);
|
||||
width: 18rpx;
|
||||
height: 8rpx;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
border-radius: 28rpx;
|
||||
}
|
||||
|
||||
&.active {
|
||||
font-size: 32rpx;
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
font-size: 28rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #894DD3;
|
||||
color: #ff873a;
|
||||
}
|
||||
|
||||
&.dis {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
<view class="other-num">
|
||||
<view class="other-item" @click="$c.to({ url: '/pages/user/bi_jl' })">
|
||||
<view class="title">吧唧币</view>
|
||||
<view class="num" style="color: #B07AF3;">{{ userinfo.integral || 0 }}</view>
|
||||
<view class="num" style="color: #ff873a;">{{ userinfo.integral || 0 }}</view>
|
||||
</view>
|
||||
|
||||
<view class="other-item" @click="$c.to({ url: '/pages/user/jf_jl' })">
|
||||
|
|
@ -1605,16 +1605,16 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: 1px solid #B07AF3;
|
||||
border: 1px solid #ff873a;
|
||||
|
||||
text {
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
}
|
||||
|
||||
&.act {
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
|
||||
text {
|
||||
font-weight: 400;
|
||||
|
|
|
|||
|
|
@ -307,13 +307,13 @@ export default {
|
|||
width: 18rpx;
|
||||
height: 8rpx;
|
||||
border-radius: 30rpx;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
}
|
||||
|
||||
&.active {
|
||||
font-weight: 500;
|
||||
font-size: 36rpx;
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<view v-if="isCanUse">
|
||||
<view>
|
||||
<view class="header">
|
||||
<image :src="$img1('common/logo.png')"></image>
|
||||
<image :src="$img1('common/logo.png?x=1')"></image>
|
||||
</view>
|
||||
<view class="content">
|
||||
<view>申请获取以下权限</view>
|
||||
|
|
@ -271,7 +271,7 @@
|
|||
color: #9d9d9d;
|
||||
|
||||
text {
|
||||
color: #AD77EF;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -296,7 +296,7 @@
|
|||
}
|
||||
|
||||
.bottom {
|
||||
background: #AD77EF;
|
||||
background: #ff873a;
|
||||
margin: 0;
|
||||
width: 380rpx;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@
|
|||
box-sizing: border-box;
|
||||
padding: 28rpx 38rpx;
|
||||
border: 4rpx solid #FFFFFF;
|
||||
background: #894DD3;
|
||||
background: #ff873a;
|
||||
border-radius: 40rpx;
|
||||
|
||||
>view:nth-child(1) {
|
||||
|
|
@ -654,7 +654,7 @@
|
|||
font-family: YouSheBiaoTiHei;
|
||||
font-weight: 400;
|
||||
font-size: 36rpx;
|
||||
color: #D3AFFF;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -684,7 +684,7 @@
|
|||
.btn {
|
||||
width: 150rpx;
|
||||
height: 80rpx;
|
||||
border: 2rpx solid #D3AFFF;
|
||||
border: 2rpx solid #ff873a;
|
||||
border-radius: 40rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -692,13 +692,13 @@
|
|||
font-size: 32rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #D3AFFF;
|
||||
color: #ff873a;
|
||||
}
|
||||
|
||||
.color {
|
||||
width: 310rpx;
|
||||
border: 0;
|
||||
background: #894DD3;
|
||||
background: #ff873a;
|
||||
font-weight: 400;
|
||||
font-size: 32rpx;
|
||||
color: #FFFFFF;
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@
|
|||
box-sizing: border-box;
|
||||
padding: 30rpx 50rpx 0;
|
||||
position: relative;
|
||||
background: linear-gradient(138deg, #7C3CCB 7%, #E1C8FF 100%);
|
||||
background: linear-gradient(138deg, #fe622b 7%, #ffa246 100%);
|
||||
>view:nth-child(1){
|
||||
>view:nth-child(1){
|
||||
font-size: 68rpx;
|
||||
|
|
|
|||
|
|
@ -292,14 +292,14 @@ export default {
|
|||
transform: translateX(-50%);
|
||||
width: 18rpx;
|
||||
height: 8rpx;
|
||||
background: #B07AF3;
|
||||
background: #ff873a;
|
||||
border-radius: 30rpx;
|
||||
}
|
||||
|
||||
&.active {
|
||||
font-weight: 500;
|
||||
font-size: 36rpx;
|
||||
color: #B07AF3;
|
||||
color: #ff873a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 9.5 KiB |