first.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .FirstStyle {
  2. position: relative;
  3. padding-top: 0;
  4. width: 100%;
  5. height: 100vh;
  6. }
  7. .FirstStyle .FirstTitle {
  8. text-align: center;
  9. position: absolute;
  10. z-index: 1;
  11. width: 100%;
  12. }
  13. .FirstStyle .T {
  14. padding: .6rem 0 .1rem 0;
  15. }
  16. .FirstStyle .STitle {
  17. width: 10rem;
  18. height: 1rem;
  19. line-height: 1rem;
  20. font-size: .5rem;
  21. font-weight: 600;
  22. margin: 0 auto;
  23. background-image: url('/src/assets/img/T.png');
  24. background-repeat: no-repeat;
  25. background-size: 100% 100%;
  26. }
  27. .FirstStyle .select {
  28. color: #21fb77;
  29. background: linear-gradient(180deg, #1bd1e9, #038689);
  30. }
  31. .button {
  32. background-color: #016565;
  33. font-size: .3rem;
  34. display: inline-block;
  35. height: 100%;
  36. width: 2rem;
  37. height: 2em;
  38. line-height: 1.5em;
  39. cursor: pointer;
  40. }
  41. .btnGroup {
  42. vertical-align: middle;
  43. border: 1px solid #00bff6;
  44. border-radius: 3px;
  45. display: inline-block;
  46. width: 4.05rem;
  47. overflow: hidden;
  48. margin-right: 5px;
  49. }
  50. .FirstStyle #map1 {
  51. position: absolute;
  52. width: 100vw;
  53. height: 100vh;
  54. top: 0
  55. }
  56. .FirstStyle .secTableleft,
  57. .FirstStyle .secTableright {
  58. top: 15vh;
  59. z-index: 2;
  60. left: 30px;
  61. width: 30vw;
  62. height: 70vh;
  63. padding: 1em;
  64. border-radius: 5px;
  65. position: absolute;
  66. background-color: rgba(0, 0, 0, .5);
  67. }
  68. .FirstStyle .secTableleft {
  69. left: initial;
  70. right: 30px;
  71. }
  72. .FirstStyle .l7-popup-content{
  73. color: #000
  74. }