帮你贷的小程序

feedback.wxss 489B

1234567891011121314151617181920212223242526272829303132
  1. .section {
  2. width: 85%;
  3. height: 165px;
  4. margin: 16px auto 16px auto;
  5. padding: 10px 0 10px 10px;
  6. background-color: #fff;
  7. }
  8. .section form textarea {
  9. font-size: 14px;
  10. width: 96%;
  11. color: #999;
  12. }
  13. .section form button {
  14. background-color: #ffe100;
  15. font-size: 16px;
  16. color: #333;
  17. margin-top: 80px;
  18. }
  19. .section form button::after{
  20. border: 0 none;
  21. }
  22. .text_number {
  23. font-size: 14px;
  24. color: #666;
  25. bottom: 0;
  26. float: right;
  27. margin-right: 10px;
  28. margin-bottom: 10px;
  29. }