Commit 1a4e6471 by 高淑倩

modify: 兑换框样式

parent 71d02856
......@@ -15,8 +15,8 @@
</view>-->
</view>
<view class="modal-bottom">
<button type='default' class='cancel' bindtap='cancel'>再想想</button>
<button type='primary' class='query' bindtap='handelRedeemNow'>立即兑换</button>
<button class='cancel' bindtap='cancel'>再想想</button>
<button class='query' bindtap='handelRedeemNow'>立即兑换</button>
</view>
</view>
</view>
......
......@@ -6,7 +6,9 @@
top: 0;
background-color: transparent;
}
button::after {
border: 0;
}
.modal-mask {
position: fixed;
top: 0;
......@@ -64,6 +66,7 @@
}
.modal-bottom {
text-align: center;
display: flex;
}
.cancel,.query{
display: inline-block;
......@@ -71,13 +74,13 @@
font-size: 26rpx;
}
.query {
background-color: rgb(2, 187, 112) !important;
background-color: rgb(2, 187, 112);
color: #fff;
}
.cancel{
margin-right: 30rpx;
color: rgb(2, 187, 112) !important;
background-color: #fff !important;
border: 1px solid rgb(2, 187, 112) !important;
color: rgb(2, 187, 112);
background-color: #fff;
border: 1px solid rgb(2, 187, 112);
}
.coupon-number{
float: right;
......
......@@ -29,7 +29,7 @@
text-align: center;
margin-left:38%;
color: rgb(64, 205, 147);
font-size: 19rpx;
font-size: 22rpx;
font-weight: 700;
border: 4rpx solid rgb(64, 205, 147);
padding: 5rpx 8rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment