| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* pages/home/home.wxss */
- .mapLeft {
- width: 67px;
- height: 142px;
- margin-left: 25px;
- margin-top: 15px;
- background: #FFFFFF;
- border-radius: 8px;
- }
- .mapBotLeft {
- width: 96px;
- height: 97px;
- background: #fff;
- position: absolute;
- bottom: 105px;
- left: 25px;
- border-radius: 8px;
- }
- .tempLine {
- width: 95%;
- height: 283px;
- background: #FFFFFF;
- box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.1);
- border-radius: 8px 8px 0px 8px;
- opacity: 0.95;
- margin: auto;
- margin-top: -100px;
- }
- .map {
- width: 100%;
- height: 427px;
- }
- .map_text {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0px;
- height: 80px;
- background: #fff;
- padding: 0 15px;
- }
- text {
- margin: 5px 0;
- display: block;
- font-size: 12px;
- }
- .h1 {
- margin: 15px 0;
- font-size: 15px;
- }
|