card-mini/packagecard/purse/takecash.wxss
2021-09-22 09:29:16 +08:00

82 lines
1.6 KiB
Plaintext

/* packagecard/purse/takecash.wxss */
.content-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 100%;
background-color: #E6B980;
border-radius: 10rpx;
color: #ffffff;
}
.content-bottom-box {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 100%;
background-color: #D6A970;
border-bottom-left-radius: 10rpx;
border-bottom-right-radius: 10rpx;
padding: 25rpx;
font-size: 28rpx;
margin-top: 25rpx;
}
.cash-box {
padding: 15rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
width: 100%;
background-color: #fff;
border-radius: 5rpx;
box-shadow: 0 4rpx 8rpx 0 #DFDBDB, 0 6rpx 20rpx 0 #DFDBDB;
margin-top: 15rpx;
}
.cash-box .title {
font-size: 32rpx;
}
.cash-bottom-box {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
border-top: 1rpx solid #f3f3f3;
padding: 20rpx 20rpx 0rpx 20rpx;
}
.input-box {
width: 100%;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
font-size: 80rpx;
padding: 20rpx;
line-height: 80rpx;
}
.input-box input {
width: 80%;
text-align: left;
line-height: 80rpx;
height: 80rpx;
font-size: 80rpx;
padding-left: 15rpx;
}
.title-box {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
font-size: 32rpx;
padding: 0rpx 20rpx 20rpx 20rpx;
}