promote.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. @media screen and (max-width: 750px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 750px) {
  7. html {
  8. font-size: calc(450px / 7.5);
  9. }
  10. }
  11. ::selection {
  12. background-color: #b3d4fc;
  13. text-shadow: none;
  14. }
  15. .clearfix:before,
  16. .clearfix:after {
  17. content: "";
  18. display: table;
  19. }
  20. .clearfix:after {
  21. clear: both;
  22. }
  23. body {
  24. background-color: #ffffff;
  25. }
  26. .free-code-con {
  27. background-color: #169AF2;
  28. width: 7.5rem;
  29. min-height: 100vh;
  30. margin: 0 auto;
  31. }
  32. .free-code-con .bottom-img{
  33. width: 100%;
  34. }
  35. button:focus, input:focus{
  36. outline: 0;
  37. }
  38. .top .center-pic {
  39. position: absolute;
  40. top: 10.15rem;
  41. }
  42. .top .center-pic .recv-cont .recv-ipt{
  43. width: 6.7rem;
  44. height: 1rem;
  45. margin-left: 0.4rem;
  46. padding-left: 0.4rem;
  47. border-radius: 0.5rem;
  48. font-size: 0.3rem;
  49. color: #333333;
  50. background-color: white;
  51. border: none;
  52. }
  53. .top .center-pic .recv-cont .recv-btn {
  54. color: #FFFFFF;
  55. letter-spacing: 0.04rem;
  56. line-height: 1.21rem;
  57. font-size: 0.36rem;
  58. font-weight: 500;
  59. margin-left: 0.31rem;
  60. margin-top: 0.33rem;
  61. border-radius: 0.5rem;
  62. text-align: center;
  63. width: 6.88rem;
  64. height: 1.21rem;
  65. background: url(../img/experienceBtn.png) no-repeat;
  66. background-size: 100% 100%;
  67. }
  68. .top .center-pic .recv-cont .recv-btn img {
  69. width: 0.25rem;
  70. height: 0.25rem;
  71. position: absolute;
  72. top: -0.12rem;
  73. right: -0.2rem;
  74. }