1234567891011121314151617181920212223 |
- .section{
- color: #fff;
- text-align: center;
- padding: 0.66rem 0;
- background-color: #838383;
- }
- .section .title .desc{
- font-size: 0.3rem;
- margin-bottom: 0.22rem;
- }
- .section .title .info{
- font-size: 0.22rem;
- /* margin-bottom: 0.76rem; */
- }
- #myMap{
- width: 100%;
- height:6rem ;
- }
- .beianinfo{
- display: inline-block;
- margin-left: 0.65rem;
- }
|