88 lines
2.1 KiB
SCSS
88 lines
2.1 KiB
SCSS
.module-homecard {
|
|
width: 686rpx;
|
|
height: 534rpx;
|
|
background: #ffffff;
|
|
border-radius: 12rpx;
|
|
box-shadow: 0 4rpx 24rpx 0 rgba(210,200,189,0.56);
|
|
.homecard_top {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
.title {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC, PingFang SC-Regular;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
padding-top: 60rpx;
|
|
}
|
|
.amount {
|
|
font-size: 92rpx;
|
|
line-height: 92rpx;
|
|
text-align: center;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
font-family: PingFang SC, PingFang SC-Medium;
|
|
width: 360rpx;
|
|
height: 92rpx;
|
|
background-image: url('https://ltf.yijiesudai.com/pre/h5/icon/icon_grid_gray.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 36rpx 0;
|
|
}
|
|
.tips {
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
font-family: PingFang SC, PingFang SC-Regular;
|
|
line-height: 36rpx;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
}
|
|
.button-container {
|
|
.canborrow-tips {
|
|
font-size: 24rpx;
|
|
width: 220rpx;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
text-align: center;
|
|
border-radius: 22rpx;
|
|
background: #FEEDD7;
|
|
position: relative;
|
|
left: 350rpx;
|
|
bottom: -20rpx;
|
|
.amount {
|
|
color: #862A0F;
|
|
font-weight: 600;
|
|
}
|
|
.triangle {
|
|
position: absolute;
|
|
left: 50rpx;
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 24rpx solid #FEEDD7;
|
|
border-right: 24rpx solid transparent;
|
|
}
|
|
}
|
|
}
|
|
.goborrow {
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
font-family: DIN OT, DIN OT-Medium;
|
|
text-shadow: 0 4rpx 18rpx 0 rgba(255,80,2,0.38);
|
|
text-align: center;
|
|
width: 548rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border-radius: 50rpx;
|
|
margin: 0 auto 30rpx;
|
|
background: linear-gradient(90deg,#ff8d00 2%, #ff6600);
|
|
box-shadow: 0 4rpx 18rpx 0 rgba(255,80,2,0.38);
|
|
}
|
|
.rate_tips {
|
|
font-size: 26rpx;
|
|
color: #a88159;
|
|
font-family: PingFang SC, PingFang SC-Regular;
|
|
line-height: 36rpx;
|
|
text-align: center;
|
|
}
|
|
} |