certificateQuery.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. }