.panelMap{ position: fixed; width:100%; top:0rpx; z-index: 10; background-color: #F0F0F0; border-bottom: 2rpx solid #e2e2e2; } .panelMap1{ margin-top: 30rpx; width:100%; justify-content: flex-start; align-items: flex-start; } .icon_loc_01{ width:20rpx; height:33rpx; margin-left: 50rpx; } .panelMapAddress{ font-size:24rpx; margin-left: 24rpx; font-weight: 400; width:480rpx; } .panelMapAddress1{ font-size:24rpx; margin-left: 20rpx; color:#EB5C28; } .panelMap2{ margin-top: 30rpx; height: 88rpx; justify-content: space-between; margin-bottom: 30rpx; } .panelMap21{ font-size: 20rpx; margin-right: 30rpx; } .panelLine3{ margin-left: 28rpx; width:2rpx; height:50rpx; background-color: #d2d2d2; } .panelMap22{ width:116rpx; height:80rpx; line-height: 80rpx; text-align: center; color:#EB5C28; font-size:28rpx; } .panelCheckbox{ padding: 0 15rpx; } /* ************ */ .map{ width:100%; margin-top: 30rpx; } .customCallout { box-sizing: border-box; background-color: #fff; border: 1px solid #ccc; border-radius: 30px; width: 150px; height: 40px; display: inline-flex; padding: 5px 20px; justify-content: center; align-items: center; } .circle { width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 50%; } .icon { width: 16px; height: 16px; } .content { flex: 0 1 auto; margin: 0 10px; font-size: 14px; }