123456789101112131415161718192021 |
- /* pages/loans/loans.wxss */
- .content{
- background-color: #F9F9F9;
- }
- .page-content image{
- width:100%;
- height: 905rpx;
- }
- .to_loan{
- /*position: fixed;
- bottom:0rpx;*/
- width:620rpx;
- height: 88rpx;
- margin:80rpx auto 0rpx;
- background:linear-gradient(270deg,#FFD800,#FFE600);
- line-height: 88rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 30rpx;
- text-align: center;
- font-family: PingFangSC-Medium,NotoSansHans-Medium;
- }
|