样式修改
This commit is contained in:
parent
cb9cc0fa0a
commit
ca6b1b2e77
|
@ -61,9 +61,14 @@
|
|||
background-color: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
box-shadow: 2px 2px 15px 1px #b5b5b5;
|
||||
}
|
||||
|
||||
.innerTimer{
|
||||
font-size: 14px;
|
||||
margin-top: 5px;
|
||||
color: #666;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.totalIntegral {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
@ -123,12 +128,11 @@
|
|||
background-color: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
margin: 15px;
|
||||
box-shadow: 2px 2px 15px 1px #b5b5b5;
|
||||
}
|
||||
}
|
||||
|
||||
.optionsDetailImport {
|
||||
padding-left: 10px;
|
||||
margin-top: 15px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.dateHeader {
|
||||
|
@ -169,7 +173,7 @@
|
|||
|
||||
|
||||
.bottomActiveTab {
|
||||
color: #0aa86a;
|
||||
color: #019c88;
|
||||
}
|
||||
|
||||
.bottomDefaultTab {
|
||||
|
@ -207,34 +211,38 @@
|
|||
|
||||
.storedIntegralTopOfRight view:nth-child(2) {
|
||||
font-size: 20px;
|
||||
color: #cd908e;
|
||||
color: #f97c62;
|
||||
}
|
||||
|
||||
.storedIntegralMiddle {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 28rpx;
|
||||
margin-top: 20rpx;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.storedIntegralMiddle view:nth-child(1) {
|
||||
margin-left: 3px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.storedIntegralMiddleofRight {
|
||||
margin-right: 19px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.storedIntegralBottom {
|
||||
margin-top: 28rpx;
|
||||
padding-bottom: 15px;
|
||||
margin-top: 18rpx;
|
||||
padding-bottom: 20px;
|
||||
margin-left: 3px;
|
||||
border-bottom: 1px solid #f4f4f4;
|
||||
color:#999;
|
||||
}
|
||||
|
||||
.withdrawalMoneyBtn {
|
||||
width: 80%;
|
||||
height: 40px;
|
||||
width: 92%;
|
||||
height: 45px;
|
||||
border-radius: 20px;
|
||||
font-size: 20px;
|
||||
color: #FFFFFF;
|
||||
|
|
|
@ -699,9 +699,9 @@
|
|||
|
||||
.dhjsbg {
|
||||
width: 100%;
|
||||
height: 144px;
|
||||
height: 166px;
|
||||
padding: 15px;
|
||||
background-image: url('../../static/index/fun_banner4.png');
|
||||
background:#f6f6f6 url('../../static/index/fun_banner4.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
display: flex;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<!-- #endif -->
|
||||
<!-- #ifndef MP-WEIXIN -->
|
||||
<view style="text-align: center;">
|
||||
<view style="font-size: 43upx;margin-top: 32upx;color: #333333;margin-top: 100rpx;">欢迎登录盛安到家</view>
|
||||
<view style="font-size: 48upx;margin-top: 32upx;color: #333333;margin-top: 100rpx;">欢迎登录盛安到家</view>
|
||||
<image style="width: 300upx;height: 300upx;margin-top: 200upx;margin-bottom:100rpx;border-radius:20upx"
|
||||
src="../../static/logo.png"></image>
|
||||
<button v-if="weixinLogin" class="confirm-btn" @click="weixinLo">微信登录</button>
|
||||
|
|
Loading…
Reference in New Issue