初始为新媒体h5页

common.css 892B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .yszc {
  2. color: rgb(49, 115, 255);
  3. font-size: 0.12rem;
  4. position: absolute;
  5. bottom: 0.1rem;
  6. margin-left: 0.2rem;
  7. }
  8. .mask {
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. right: 0;
  13. bottom: 0;
  14. background-color: rgba(0, 0, 0, 0.7);
  15. z-index: 9;
  16. }
  17. .mask_container {
  18. width: 70vw;
  19. height: 3.2rem;
  20. background-color: #ffffff;
  21. position: fixed;
  22. top: 0;
  23. left: 0;
  24. right: 0;
  25. bottom: 0;
  26. margin: auto;
  27. border-radius: 0.1rem;
  28. padding: 0.1rem 0.2rem;
  29. }
  30. .mask_title {
  31. font-size: 0.16rem;
  32. color: #444;
  33. font-weight: bold;
  34. text-align: center;
  35. line-height: 0.3rem;
  36. padding: 0.1rem 0;
  37. }
  38. .mask_con {
  39. font-size: 0.14rem;
  40. color: #555;
  41. line-height: 0.24rem;
  42. }
  43. .mask_btn {
  44. font-size: 0.14rem;
  45. background-color: #3173FF;
  46. color: #ffffff;
  47. width: 1rem;
  48. text-align: center;
  49. line-height: 0.36rem;
  50. border-radius: 0.36rem;
  51. margin: auto;
  52. margin-top: 0.2rem;
  53. }