diff --git a/components/card.vue b/components/card.vue index c13f91e..468d0db 100644 --- a/components/card.vue +++ b/components/card.vue @@ -3,6 +3,7 @@ - + + + - + @@ -185,14 +187,41 @@ } } .button-area1 { - padding: 0 20rpx; - position: absolute; - bottom:60rpx; - height: 120rpx; - width: 100%; display: flex; + flex-direction: row; justify-content: space-between; + align-items: center; + position: absolute; + bottom: 80rpx; + width: 100%; + padding: 0 70rpx; box-sizing: border-box; + .true{ + width: 120rpx; + height: 120rpx; + } + .false{ + width: 120rpx; + height: 120rpx; + } + .button-left { + width: 45% !important; + padding: 20rpx 40rpx; + margin-top: 0; + color: #fff !important; + // background-color: #fff; + // border: 2rpx solid #0043ac; + background-color: #408bf6 !important; + border: 2rpx solid #408bf6 !important; + } + .button-right { + width: 45% !important; + padding: 20rpx 40rpx; + margin-top: 0; + color: #0043ac; + background-color: #fff; + border: 2rpx solid #0043ac; + } .button { display: flex; justify-content: center;