dm-wechat-mini/pages/shop/index/index.wxss
2025-02-02 00:43:00 +08:00

46 lines
799 B
Plaintext

.consume{
border-radius: 18rpx;
background: linear-gradient(270deg, #3566FF 0%, #1A4DEB 60%);
box-shadow: 0 10rpx 10rpx 0 rgba(54, 98, 236, 0.2);
margin:20rpx;
padding:40rpx 30rpx;
color:#fff;
position:relative;
}
.consume .title{
font-size: 32rpx;
}
.consume .money{
font-size: 70rpx;
margin-top:40rpx;
color:#fff;
}
.consume .tips{
position:absolute;
right:0;top:32rpx;
border-radius: 60rpx 0 0 60rpx;
background-color: #1A4DEB;
line-height: 40rpx;
font-size: 22rpx;
padding:0 16rpx;
}
.btns{
display: flex;
margin:24rpx;
gap: 16rpx;
}
.btns .item{
border-radius: 12rpx;
font-size: 26rpx;
margin:0;
padding:18rpx 34rpx;
line-height: 1;
min-width: 132rpx;
}
.btns .item:not([type=primary]){
background-color: #fff;
font-weight: normal;
}