shop-map.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .map {
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. z-index: 1;
  6. bottom: 32px;
  7. }
  8. /*.info {
  9. color:#333;
  10. width: 60px;
  11. height: 60px;
  12. border:solid 2px currentColor;
  13. border-radius: 30px 30px 30px 0;
  14. -webkit-transform:rotate(-45deg);
  15. -moz-transform: ratate(-45deg);
  16. transform:rotate(-45deg);
  17. position: relative;
  18. background-color: #b9b7bf;
  19. color: #fff;
  20. }*/
  21. .info {
  22. color:#333;
  23. width: 36px;
  24. height: 36px;
  25. border:solid 2px currentColor;
  26. border-radius: 60px 60px 60px 0;
  27. -webkit-transform:rotate(-45deg);
  28. -moz-transform: ratate(-45deg);
  29. transform:rotate(-45deg);
  30. position: relative;
  31. background-color: #b9b7bf;
  32. color: #fff;
  33. }
  34. .info.active {
  35. background-color: #a8a6ad;
  36. z-index: 998 !important;
  37. }
  38. /*.info span {
  39. -webkit-transform: rotate(-45deg);
  40. -moz-transform: ratate(-45deg);
  41. transform: rotate(45deg);
  42. display: block;
  43. text-align: center;
  44. line-height: 56px;
  45. width: 40px;
  46. display: -moz-box;
  47. text-overflow: '';
  48. line-clamp: 2;
  49. overflow: hidden;
  50. display: -webkit-box;
  51. -webkit-box-orient: vertical;
  52. word-wrap: break-word;
  53. word-break: break-all;
  54. margin-left: 8px;
  55. }*/
  56. .info span {
  57. -webkit-transform: rotate(-45deg);
  58. -moz-transform: ratate(-45deg);
  59. transform: rotate(45deg);
  60. text-align: center;
  61. width: 100px;
  62. display: -moz-box;
  63. text-overflow: '';
  64. display: block;
  65. position: absolute;
  66. left: -56px;
  67. top: 27px;
  68. font-weight: bold;
  69. color: #666;
  70. font-size: 12px;
  71. }
  72. .shop-business {
  73. background-color: #956bff;
  74. }
  75. .shop-business.active {
  76. background-color: #815cdc;
  77. }
  78. /*
  79. .info {
  80. min-width: 5rem;
  81. max-width: 12rem;
  82. height: 2.5rem;
  83. line-height: 2.5rem;
  84. text-align: center;
  85. border: 2px dashed #956bff;
  86. padding: 0 .5rem;
  87. background-color: rgba(243, 240, 240, 0.8);
  88. font-weight: bold;
  89. overflow: hidden;
  90. text-overflow:ellipsis;
  91. white-space: nowrap;
  92. }
  93. */
  94. .weui-dialog__hd {
  95. border-bottom: 1px solid #ccc;
  96. margin-bottom: 2rem;
  97. }
  98. .weui-dialog__bd {
  99. text-align: left;
  100. }
  101. .weui-dialog__bd .item {
  102. margin-bottom: .5rem;
  103. }
  104. .weui-dialog__bd .mobile a{
  105. color: #956bff;
  106. }