| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- .map {
- width: 100%;
- height: 100%;
- position: relative;
- z-index: 1;
- bottom: 32px;
- }
- /*.info {
- color:#333;
- width: 60px;
- height: 60px;
- border:solid 2px currentColor;
- border-radius: 30px 30px 30px 0;
- -webkit-transform:rotate(-45deg);
- -moz-transform: ratate(-45deg);
- transform:rotate(-45deg);
- position: relative;
- background-color: #b9b7bf;
- color: #fff;
- }*/
- .info {
- color:#333;
- width: 36px;
- height: 36px;
- border:solid 2px currentColor;
- border-radius: 60px 60px 60px 0;
- -webkit-transform:rotate(-45deg);
- -moz-transform: ratate(-45deg);
- transform:rotate(-45deg);
- position: relative;
- background-color: #b9b7bf;
- color: #fff;
- }
- .info.active {
- background-color: #a8a6ad;
- z-index: 998 !important;
- }
- /*.info span {
- -webkit-transform: rotate(-45deg);
- -moz-transform: ratate(-45deg);
- transform: rotate(45deg);
- display: block;
- text-align: center;
- line-height: 56px;
- width: 40px;
- display: -moz-box;
- text-overflow: '';
- line-clamp: 2;
- overflow: hidden;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- word-wrap: break-word;
- word-break: break-all;
- margin-left: 8px;
- }*/
- .info span {
- -webkit-transform: rotate(-45deg);
- -moz-transform: ratate(-45deg);
- transform: rotate(45deg);
- text-align: center;
- width: 100px;
- display: -moz-box;
- text-overflow: '';
- display: block;
- position: absolute;
- left: -56px;
- top: 27px;
- font-weight: bold;
- color: #666;
- font-size: 12px;
- }
- .shop-business {
- background-color: #956bff;
- }
- .shop-business.active {
- background-color: #815cdc;
- }
- /*
- .info {
- min-width: 5rem;
- max-width: 12rem;
- height: 2.5rem;
- line-height: 2.5rem;
- text-align: center;
- border: 2px dashed #956bff;
- padding: 0 .5rem;
- background-color: rgba(243, 240, 240, 0.8);
- font-weight: bold;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- */
- .weui-dialog__hd {
- border-bottom: 1px solid #ccc;
- margin-bottom: 2rem;
- }
- .weui-dialog__bd {
- text-align: left;
- }
- .weui-dialog__bd .item {
- margin-bottom: .5rem;
- }
- .weui-dialog__bd .mobile a{
- color: #956bff;
- }
|