loans.wxss 360 B

123456789101112131415161718
  1. /* pages/loans/loans.wxss */
  2. .page-content image{
  3. width:100%;
  4. height: 905rpx;
  5. }
  6. .to_loan{
  7. position: fixed;
  8. bottom:0rpx;
  9. width:750rpx;
  10. height: 98rpx;
  11. background:linear-gradient(270deg,#FFD800,#FFE600);
  12. line-height: 98rpx;
  13. border-radius: 6rpx;
  14. color: rgba(56, 55, 53, 1);
  15. font-size: 30rpx;
  16. text-align: center;
  17. font-family: NotoSansHans-DemiLight;
  18. }