Commit 1a4e6471 by 高淑倩

modify: 兑换框样式

parent 71d02856
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
</view>--> </view>-->
</view> </view>
<view class="modal-bottom"> <view class="modal-bottom">
<button type='default' class='cancel' bindtap='cancel'>再想想</button> <button class='cancel' bindtap='cancel'>再想想</button>
<button type='primary' class='query' bindtap='handelRedeemNow'>立即兑换</button> <button class='query' bindtap='handelRedeemNow'>立即兑换</button>
</view> </view>
</view> </view>
</view> </view>
......
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
top: 0; top: 0;
background-color: transparent; background-color: transparent;
} }
button::after {
border: 0;
}
.modal-mask { .modal-mask {
position: fixed; position: fixed;
top: 0; top: 0;
...@@ -64,6 +66,7 @@ ...@@ -64,6 +66,7 @@
} }
.modal-bottom { .modal-bottom {
text-align: center; text-align: center;
display: flex;
} }
.cancel,.query{ .cancel,.query{
display: inline-block; display: inline-block;
...@@ -71,13 +74,13 @@ ...@@ -71,13 +74,13 @@
font-size: 26rpx; font-size: 26rpx;
} }
.query { .query {
background-color: rgb(2, 187, 112) !important; background-color: rgb(2, 187, 112);
color: #fff;
} }
.cancel{ .cancel{
margin-right: 30rpx; color: rgb(2, 187, 112);
color: rgb(2, 187, 112) !important; background-color: #fff;
background-color: #fff !important; border: 1px solid rgb(2, 187, 112);
border: 1px solid rgb(2, 187, 112) !important;
} }
.coupon-number{ .coupon-number{
float: right; float: right;
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
text-align: center; text-align: center;
margin-left:38%; margin-left:38%;
color: rgb(64, 205, 147); color: rgb(64, 205, 147);
font-size: 19rpx; font-size: 22rpx;
font-weight: 700; font-weight: 700;
border: 4rpx solid rgb(64, 205, 147); border: 4rpx solid rgb(64, 205, 147);
padding: 5rpx 8rpx; 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