/* mycomponent/yz_pay_buttons/yz_pay_buttons.wxss */ @import "/mycss/stylesheet.wxss"; @import "/mycss/iconfont.wxss"; .btna { margin: 0 30rpx; background: #fff; border-radius: 14rpx; overflow: hidden; margin-bottom: 180rpx; } .sureBtn { background: #ff5d5c; color: white; width: 85%; margin: 20rpx auto; padding: 14rpx; border-radius: 20rpx; text-align: center; font-size: 32rpx; } .btnaTitle { height: 90rpx; display: flex; justify-content: flex-start; align-items: center; font-size: 28rpx; color: rgba(248, 110, 110, 1); font-weight: normal; font-stretch: normal; margin-left: 20rpx; } .btnaTitle text { width: 6rpx; height: 28rpx; background-color: rgba(248, 112, 112, 1); margin-right: 26rpx; } .btn-area { height: 130rpx; margin-right: 20rpx; margin-left: 20rpx; border-bottom: 1rpx solid rgba(241, 241, 241, 1); display: flex; justify-content: space-between; align-items: center; } .dBtn { position: relative; } /* button{ font-size: 24rpx; color: rgba(51, 51, 51, 1); height: 90rpx; display: flex; justify-content: space-between; align-items: center; margin: 0; padding: 0; } button view{ float: left; left: 0; } button van-icon{ float: right; right: 0; } */ icon { font-size: 46rpx; color: #c9c9c9; margin-top: -3rpx; margin-left: 5rpx; margin-right: 28rpx; } .conText { font-size: 32rpx; color: rgba(51, 51, 51, 1); } van-icon { color: rgba(153, 153, 153, 1); margin-right: 13rpx; } .conZFbtn { width: 80%; height: 90rpx; background-color: #f15353; display: flex; align-items: center; justify-content: center; margin: 0 auto; margin-top: 30rpx; color: #fff; margin-bottom: 50rpx; position: fixed; left: 10%; bottom: 20rpx; }