金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.5 KiB

  1. page {
  2. background-color:#FB5054;
  3. }
  4. #free{
  5. .free-title{
  6. padding:26px 65px 20px 65px;
  7. image{
  8. width: 100%;
  9. display: block;
  10. vertical-align: middle;
  11. }
  12. }
  13. .free-content{
  14. padding: 0 15px;
  15. .inputs-box{
  16. background-color: #ffffff;
  17. border-radius:5px;
  18. margin-bottom:31px;
  19. .item{
  20. display: flex;
  21. align-items: center;
  22. padding: 0 20px 0 9px;
  23. span{
  24. color: #4A4A4A;
  25. font-size: 14px;
  26. font-weight: 500;
  27. line-height: 20px;
  28. }
  29. input{
  30. flex: 1;
  31. text-align: right;
  32. font-size:14px;
  33. color:#111111;
  34. line-height: 20px;
  35. font-weight: 500;
  36. }
  37. &.first-input{
  38. padding-top:22px;
  39. padding-bottom: 22px;
  40. }
  41. &.second-input{
  42. padding-top: 18px;
  43. padding-bottom: 22px;
  44. }
  45. .input-placeholder{
  46. font-size:12px;
  47. line-height: 20px;
  48. color:#9B9B9B ;
  49. font-weight: 500;
  50. }
  51. }
  52. }
  53. }
  54. .pay-btn{
  55. height: 50px;
  56. line-height: 50px;
  57. color: #ffffff;
  58. font-weight: bold;
  59. font-size: 16px;
  60. text-align: center;
  61. background-color:#E1CB9C ;
  62. border-radius: 3px;
  63. box-shadow:0px 1px 2px 2px rgba(0,0,0,0.15);
  64. }
  65. .pay-attention{
  66. padding: 24px 0 13px 0;
  67. color:#b2b2b2;
  68. font-size: 14px;
  69. }
  70. .free-foot{
  71. image{
  72. width: 100%;
  73. display: block;
  74. vertical-align: middle;
  75. }
  76. }
  77. }