loans.wxss 422 B

123456789101112131415161718192021
  1. /* pages/loans/loans.wxss */
  2. .content{
  3. background-color: #F9F9F9;
  4. }
  5. .page-content image{
  6. width:100%;
  7. height: 905rpx;
  8. }
  9. .to_loan{
  10. /*position: fixed;
  11. bottom:0rpx;*/
  12. width:620rpx;
  13. height: 88rpx;
  14. margin:80rpx auto 0rpx;
  15. background:linear-gradient(270deg,#FFD800,#FFE600);
  16. line-height: 88rpx;
  17. color: rgba(56, 55, 53, 1);
  18. font-size: 30rpx;
  19. text-align: center;
  20. font-family: PingFangSC-Medium,NotoSansHans-Medium;
  21. }