certificateQuery.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .top-bg {
  2. width: 100%;
  3. z-index: 1;
  4. }
  5. .bottom_bg {
  6. width: 100%;
  7. position: fixed;
  8. bottom: 50px;
  9. }
  10. .content-box {
  11. z-index: 1;
  12. justify-content: center;
  13. margin-top: 60px;
  14. position: relative;
  15. margin-bottom: 80px;
  16. }
  17. .re-item {
  18. margin-bottom: 20px;
  19. margin-left: -100px;
  20. }
  21. .re-label {
  22. font-size: 18px;
  23. margin-right: 28px;
  24. }
  25. .re-li {
  26. width: 355px;
  27. height: 42px;
  28. border: 1px solid #D8DCE6;
  29. border-radius: 4px;
  30. padding: 0 17px;
  31. box-sizing: border-box;
  32. }
  33. .note {
  34. justify-content: center;
  35. }
  36. .note image {
  37. width: 16px;
  38. height: 16px;
  39. margin-right: 10px;
  40. }
  41. .note text {
  42. font-size: 14px;
  43. }
  44. .query-btn{
  45. width: 353px;
  46. height: 42px;
  47. line-height: 42px;
  48. background: #1AA1E6;
  49. border-radius: 5px 5px 5px 5px;
  50. opacity: 1;
  51. color: #fff;
  52. text-align: center;
  53. font-size: 16px;
  54. margin: 27px 0 0 0;
  55. cursor: pointer;
  56. }
  57. .link-btn{
  58. background: #FFFFFF;
  59. border-radius: 10px 10px 10px 10px;
  60. opacity: 1;
  61. padding: 10px 30px;
  62. font-size: 16px;
  63. margin-right: 20px;
  64. cursor: pointer;
  65. }
  66. .link-btn:last-child{
  67. margin-right: 0px;
  68. }
  69. /* 移动端 */
  70. .m-content-box {
  71. z-index: 1;
  72. justify-content: center;
  73. margin-top: 120rpx;
  74. position: relative;
  75. margin-bottom: 30rpx;
  76. }
  77. .m-re-item {
  78. margin-bottom: 40rpx;
  79. }
  80. .m-re-label {
  81. font-size: 32rpx;
  82. margin-right: 28rpx;
  83. margin-left: 40rpx;
  84. }
  85. .m-re-li {
  86. width: 460rpx;
  87. height: 84rpx;
  88. border: 1px solid #D8DCE6;
  89. border-radius: 8rpx;
  90. padding: 0 34rpx;
  91. box-sizing: border-box;
  92. }
  93. .m-note {
  94. justify-content: center;
  95. }
  96. .m-note image {
  97. width: 32rpx;
  98. height: 32rpx;
  99. margin-right: 16rpx;
  100. }
  101. .m-note text {
  102. font-size: 28rpx;
  103. }
  104. .m-query-btn{
  105. width: 600rpx;
  106. height: 84rpx;
  107. line-height: 84rpx;
  108. background: #1AA1E6;
  109. border-radius: 10rpx;
  110. opacity: 1;
  111. color: #fff;
  112. text-align: center;
  113. font-size: 32rpx;
  114. margin: 54rpx auto;
  115. cursor: pointer;
  116. }