修改样式
This commit is contained in:
parent
e2eaa35bb1
commit
7d325f112f
|
@ -228,7 +228,7 @@
|
|||
.btn {
|
||||
width: 160rpx;
|
||||
height: 50rpx;
|
||||
background: linear-gradient(to right, #223845, #00a85b);
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
border-radius: 30rpx;
|
||||
text-align: center;
|
||||
line-height: 50rpx;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<view v-if="jsczSel != '否'" class="text-lg" style="text-decoration: underline;color: #ffffff;"
|
||||
@tap="goMyLB">我的老板</view>
|
||||
</view>
|
||||
<view style="font-size: 50rpx;color: #FFFFFF;margin-top: 10rpx;"><text
|
||||
<view style="font-size: 50rpx;color: #FFFFFF;margin-top: 15rpx;font-weight: bold;"><text
|
||||
style="font-size: 32rpx;margin-right: 6px;">¥</text>{{money}}</view>
|
||||
</view>
|
||||
<view class="" style="margin-top: -60px;padding: 30rpx;">
|
||||
|
@ -20,9 +20,9 @@
|
|||
</view>
|
||||
<view style="width: 654upx;margin: 0 auto;height: 1upx;background: #E6E6E6;"></view>
|
||||
<view class="text-grey margin-top-xs">{{placeholder}}</view>
|
||||
<view class="margin-top-xs" style="color: red;font-size: 26rpx;" v-if="txMsg">*{{txMsg}}</view>
|
||||
<view class="margin-top-xs margin-frame" style="font-size: 26rpx;" v-if="txMsg">*{{txMsg}}</view>
|
||||
</view>
|
||||
<view class="bg margin-top padding-lr" style="border-radius: 20rpx;">
|
||||
<view class="bg margin-top padding-lr" style="border-radius: 20rpx; padding: 20rpx 35rpx;">
|
||||
<view>
|
||||
<view v-for="(item,index) in openLists" :key='index'>
|
||||
<view class="align-center justify-between"
|
||||
|
@ -36,7 +36,7 @@
|
|||
</view>
|
||||
<radio-group name="openWay" style="margin-left: 20upx;" @tap='selectWay(item)'>
|
||||
<label class="tui-radio">
|
||||
<radio color="#096f4b" :checked="openWay === item.id ? true : false" />
|
||||
<radio color="#029d88" :checked="openWay === item.id ? true : false" />
|
||||
</label>
|
||||
</radio-group>
|
||||
</view>
|
||||
|
@ -50,7 +50,7 @@
|
|||
</view>
|
||||
<radio-group name="openWay" style="margin-left: 20upx;" @tap='selectWay(item)'>
|
||||
<label class="tui-radio">
|
||||
<radio color="#096f4b" :checked="openWay === item.id ? true : false" />
|
||||
<radio color="#029d88" :checked="openWay === item.id ? true : false" />
|
||||
</label>
|
||||
</radio-group>
|
||||
</view>
|
||||
|
@ -64,14 +64,14 @@
|
|||
</view>
|
||||
<radio-group name="openWay" style="margin-left: 20upx;" @tap='selectWay(item)'>
|
||||
<label class="tui-radio">
|
||||
<radio color="#096f4b" :checked="openWay === item.id ? true : false" />
|
||||
<radio color="#029d88" :checked="openWay === item.id ? true : false" />
|
||||
</label>
|
||||
</radio-group>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bg radius margin-top padding" style="border-radius: 20rpx;margin-bottom: 90rpx;"
|
||||
<view class="bg radius margin-top padding" style="border-radius: 20rpx;margin-bottom: 90rpx; padding: 45rpx 40rpx;"
|
||||
v-if="XCXIsSelect != '否'">
|
||||
<view class="flex align-center justify-between" @click="goNav('/my/wallet/zhifubao')">
|
||||
<view class="flex align-center">
|
||||
|
@ -696,11 +696,16 @@
|
|||
.bg {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.margin-frame{
|
||||
border:1rpx dashed #fe912e;
|
||||
border-radius: 12rpx;
|
||||
padding: 15rpx;
|
||||
color: #fe912e;
|
||||
}
|
||||
.dhjsbg {
|
||||
width: 100%;
|
||||
height: 166px;
|
||||
padding: 15px;
|
||||
padding: 28px;
|
||||
background:#f6f6f6 url('../../static/index/fun_banner4.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<input type="text" placeholder="请输入要绑定的银行开户行" v-model="bankCardAddress" />
|
||||
</view>
|
||||
<view class="btn" :rotate="logining" @click="toLogin">绑定账户</view>
|
||||
<view style="padding: 0 64upx;font-size: 24upx;color: #999999;">提示:请正确填写收款人的银行卡账户和真实的收款人姓名,否则将无法正常收款</view>
|
||||
<view style="padding: 0 64upx;font-size: 24upx;color: #999999; margin-top: 20rpx;">提示:请正确填写收款人的银行卡账户和真实的收款人姓名,否则将无法正常收款</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
@ -162,15 +162,15 @@
|
|||
color: #999999;
|
||||
}
|
||||
.btn {
|
||||
background: linear-gradient(to right, #223845, #00a85b);
|
||||
color: #FFFFFF;
|
||||
margin: 30upx auto;
|
||||
width: 90%;
|
||||
border-radius: 50rpx;
|
||||
height: 78rpx;
|
||||
line-height: 78rpx;
|
||||
font-size: 30rpx;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height:80rpx;
|
||||
border-radius: 80rpx;
|
||||
color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
.tui-line-cell {
|
||||
width: 80%;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<input type="text" placeholder="请输入要绑定的支付宝账号" v-model="zhiFuBao" />
|
||||
</view>
|
||||
<view class="btn" :rotate="logining" @click="toLogin">绑定账户</view>
|
||||
<view style="padding: 0 64upx;font-size: 24upx;color: #999999;">提示:请正确填写收款人的支付宝账户和真实的收款人姓名,否则将无法正常收款</view>
|
||||
<view style="padding: 0 64upx;font-size: 24upx;color: #999999; margin-top: 20rpx;">提示:请正确填写收款人的支付宝账户和真实的收款人姓名,否则将无法正常收款</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
@ -141,15 +141,15 @@
|
|||
color: #999999;
|
||||
}
|
||||
.btn {
|
||||
background: linear-gradient(to right, #223845, #00a85b);
|
||||
color: #FFFFFF;
|
||||
margin: 30upx auto;
|
||||
width: 90%;
|
||||
border-radius: 50rpx;
|
||||
height: 78rpx;
|
||||
line-height: 78rpx;
|
||||
font-size: 30rpx;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
height:80rpx;
|
||||
border-radius: 80rpx;
|
||||
color: #ffffff;
|
||||
line-height: 80rpx;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
.confirm-btn {
|
||||
width: 300px;
|
||||
|
|
|
@ -309,23 +309,23 @@
|
|||
</view> -->
|
||||
<view class="flex align-center justify-between butween-list" style="margin-top: 20px;" v-if="XCXIsSelect != '否'">
|
||||
<view class="text-center" @click="goNavs('/pages/my/mangshi')">
|
||||
<image src="../../static/index/order_5.png" style="width: 60rpx;height: 60rpx;"></image>
|
||||
<image src="../../static/index/order_5.png" style="width: 70rpx;height: 70rpx;"></image>
|
||||
<view class="tongji-text">忙时设置</view>
|
||||
</view>
|
||||
<view class="text-center" @click="goNav('/my/shuju/index')">
|
||||
<image src="../../static/index/order_4.png" style="width: 60rpx;height: 60rpx;"></image>
|
||||
<image src="../../static/index/order_4.png" style="width: 70rpx;height: 70rpx;"></image>
|
||||
<view class="tongji-text">数据统计</view>
|
||||
</view>
|
||||
<view class="text-center" @click="goNav('/my/commission/index')">
|
||||
<image src="../../static/index/order_3.png" style="width: 62rpx;height: 62rpx;"></image>
|
||||
<image src="../../static/index/order_3.png" style="width: 70rpx;height: 70rpx;"></image>
|
||||
<view class="tongji-text">分成明细</view>
|
||||
</view>
|
||||
<view class="text-center" @click="goNav('/my/fund/index')">
|
||||
<image src="../../static/index/order_2.png" style="width: 60rpx;height: 60rpx; "></image>
|
||||
<image src="../../static/index/order_2.png" style="width: 70rpx;height: 70rpx; "></image>
|
||||
<view class="tongji-text">资金明细</view>
|
||||
</view>
|
||||
<view class="text-center" @click="goNavs('/pages/index/jinji')">
|
||||
<image src="../../static/index/order_1.png" style="width: 62rpx;height: 62rpx;"></image>
|
||||
<image src="../../static/index/order_1.png" style="width: 70rpx;height: 70rpx;"></image>
|
||||
<view class="tongji-text">紧急报警</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -408,10 +408,10 @@
|
|||
</view>
|
||||
</view> -->
|
||||
|
||||
<view style="margin-top: 40rpx;" v-if="goods.length > 0">
|
||||
<view style="margin-top: 45rpx;" v-if="goods.length > 0">
|
||||
<view class="text-bold text-lg" style="border-bottom: 5rpx solid #2FB57A;">
|
||||
<text
|
||||
style="border-radius: 10rpx 10rpx 0 0; background-color: #2FB57A;padding: 15rpx 15rpx 5rpx 15rpx;color: white;">今日服务</text>
|
||||
style="border-radius: 10rpx 10rpx 0 0; background: linear-gradient(90deg, #019C88, #28BA92, #35C495);padding: 15rpx 15rpx 5rpx 15rpx;color: white;">今日服务</text>
|
||||
</view>
|
||||
<view class="bgwhite radius margin-top-sm padding-bottom-sm"
|
||||
:style="{ backgroundColor: item.status == 2 ? '#f6fcfa' : '', border: item.status == 2 ? '2px solid rgb(207, 237, 225)' : '' }"
|
||||
|
@ -1454,7 +1454,7 @@ export default {
|
|||
}
|
||||
.tongji-text{
|
||||
margin-top: 5px;
|
||||
font-size: 24rpx;
|
||||
font-size: 26rpx;
|
||||
color: #3A414B;
|
||||
}
|
||||
.wuliao:last-child .xianc{
|
||||
|
@ -1519,7 +1519,7 @@ page {
|
|||
.dengjibox {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 400rpx;
|
||||
height: 360rpx;
|
||||
background: linear-gradient(-90deg, #019C88, #1BB9A5, #029D88);
|
||||
box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3);
|
||||
border-radius: 20rpx;
|
||||
|
@ -1551,7 +1551,7 @@ page {
|
|||
background: url(../../static/images/index/vip.png) no-repeat center;
|
||||
background-size: cover;
|
||||
width: 198rpx;
|
||||
height: 70px;
|
||||
height: 77px;
|
||||
font-size: 22px;
|
||||
text-align: center;
|
||||
line-height: 84px;
|
||||
|
|
Loading…
Reference in New Issue