body { padding: 0; margin: 0; } html, body, #mapVue { width: 100%; height: 100%; overflow: hidden; } .up { width: 100%; height: 30%; } .now-address { /* background-color: #007AFF; */ width: 94%; height: 20%; margin-left: 3%; } .now-address span { height: 50px; line-height: 50px; } #map { width: 94%; height: 55%; margin: auto; border-radius: 5px; } .now-time { width: 100%; height: 25%; border-top: 1px solid rgba(128, 128, 128, 0.1); margin-top: 10px; } .now-time span { height: 100%; font-size: 13px; color: #808080; position: relative; top: 6px; left: 3px; } .now-time img { width: 20px; height: 20px; margin-top: 10px; margin-left: 15px; } .segmentation { width: 100%; height: 2%; background-color: rgba(128, 128, 128, 0.1); } #seedata { width: 100%; height: 30%; } .main { width: 100%; } .f-m-once { width: 100%; height: 40px; line-height: 40px; position: relative; left: 15px; border-bottom: 1px solid rgba(128, 128, 128, 0.1); } .f-m-o-title { /* font-weight: 550; */ font-size: 15px; float: left; letter-spacing: 1px; } .f-m-once input { width: 260px; position: relative; left: 20px; border: none; height: 33px; /* top: -2px; */ font-size: 13px; color: #808080; } .f-m-once-text { width: 100%; height: 150px; position: relative; left: 15px; } .f-m-once-text .f-m-o-title { /* font-weight: 550; */ font-size: 15px; float: left; letter-spacing: 1px; height: 40px; line-height: 40px; } .f-m-once-text .f-m-o-center { /* background-color: #dffdad; */ border-radius: 5px; width: 260px; height: 100px !important; position: relative; left: 20px; top: 10px; border: none; height: 33px; font-size: 13px; line-height: 1.5; color: #808080; } .clock { width: 100%; margin: auto; } .clock-status { width: 100%; height: 40px; /* background-color: skyblue; */ height: 40px; line-height: 40px; font-size: 12px; } .clock-status-left { width: 50%; float: left; margin-left: 15px; } .clock-status-left span { margin-left: 10px; } .clock-status-right { margin-left: 15px; } .clock-status-right span { margin-left: 10px; } .clock-status-point { border-radius: 100px; float: left; background-color: #007AFF; width: 10px; height: 10px; margin-top: 15px; } .btn { text-align: center; } .clock-btn { width: 100px; height: 100px; line-height: 100px; border-radius: 100px; border: none; color: #FFFFFF; background-color: #007AFF; letter-spacing: 1px; }