contact-mobile.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .wrap {
  2. padding-top: 2.75rem;
  3. }
  4. .wrap .company-info {
  5. width: 100%;
  6. padding: 0.9375rem;
  7. border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
  8. }
  9. .company-info .name {
  10. font-size: 1.125rem;
  11. font-weight: 500;
  12. color: #222222;
  13. text-align: center;
  14. }
  15. .company-info .info {
  16. padding-top: 2.5rem;
  17. }
  18. .company-info .info .info-item {
  19. width: 100%;
  20. }
  21. .company-info .info .info-item .top {
  22. font-size: 1rem;
  23. font-weight: 400;
  24. color: #222222;
  25. padding-bottom: 1.25rem;
  26. border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
  27. }
  28. .company-info .info .info-item .bottom {
  29. padding: 1.875rem 0;
  30. height: 8.75rem;
  31. font-size: 0.875rem;
  32. font-weight: 400;
  33. color: #444444;
  34. }
  35. .wrap .contact {
  36. width: 100%;
  37. margin: 1.25rem auto 0;
  38. padding: 0.9375rem;
  39. }
  40. .contact .title {
  41. width: 100%;
  42. font-size: 1.125rem;
  43. font-weight: 600;
  44. color: #222222;
  45. text-align: center;
  46. }
  47. .contact .tips {
  48. width: 100%;
  49. font-size: 0.75rem;
  50. font-weight: 400;
  51. color: #666666;
  52. text-align: center;
  53. margin-top: 0.9375rem;
  54. }
  55. .contact .card {
  56. height: 35.625rem;
  57. background: #f4f4f4;
  58. margin: 3.125rem 0;
  59. padding: 1.25rem 0.9375rem;
  60. }
  61. .contact .card input {
  62. width: 100%;
  63. height: 2.375rem;
  64. background: #ffffff;
  65. font-size: 0.8125rem;
  66. color: #222222;
  67. padding: 0 0.625rem;
  68. }
  69. .contact .card textarea {
  70. width: 100%;
  71. height: 10rem;
  72. background: #ffffff;
  73. font-size: 0.8125rem;
  74. color: #222222;
  75. padding: 0.625rem;
  76. resize: none;
  77. }
  78. .contact .card .item-title {
  79. font-size: 0.8125rem;
  80. font-weight: 400;
  81. color: #222222;
  82. margin: 0.9375rem 0;
  83. }
  84. .contact .card .required::after {
  85. content: "*";
  86. color: #e02020;
  87. }
  88. .contact .card .confirm {
  89. width: 8.5625rem;
  90. height: 2.625rem;
  91. line-height: 2.625rem;
  92. font-size: 0.875rem;
  93. margin: 1.25rem auto 0;
  94. }