shop-map.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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.active {
  22. background-color: #a8a6ad;
  23. z-index: 998 !important;
  24. }
  25. .info span {
  26. -webkit-transform: rotate(-45deg);
  27. -moz-transform: ratate(-45deg);
  28. transform: rotate(45deg);
  29. display: block;
  30. text-align: center;
  31. line-height: 56px;
  32. width: 40px;
  33. display: -moz-box;
  34. text-overflow: '';
  35. line-clamp: 2;
  36. overflow: hidden;
  37. display: -webkit-box;
  38. -webkit-box-orient: vertical;
  39. word-wrap: break-word;
  40. word-break: break-all;
  41. margin-left: 8px;
  42. }
  43. .shop-business {
  44. background-color: #956bff;
  45. }
  46. .shop-business.active {
  47. background-color: #815cdc;
  48. }
  49. /*
  50. .info {
  51. min-width: 5rem;
  52. max-width: 12rem;
  53. height: 2.5rem;
  54. line-height: 2.5rem;
  55. text-align: center;
  56. border: 2px dashed #956bff;
  57. padding: 0 .5rem;
  58. background-color: rgba(243, 240, 240, 0.8);
  59. font-weight: bold;
  60. overflow: hidden;
  61. text-overflow:ellipsis;
  62. white-space: nowrap;
  63. }
  64. */
  65. .weui-dialog__hd {
  66. border-bottom: 1px solid #ccc;
  67. margin-bottom: 2rem;
  68. }
  69. .weui-dialog__bd {
  70. text-align: left;
  71. }
  72. .weui-dialog__bd .item {
  73. margin-bottom: .5rem;
  74. }
  75. .weui-dialog__bd .mobile a{
  76. color: #956bff;
  77. }