html { background-color: #f3f3f3; font-size: 100px; } nav { position: fixed; top: 0; left: 0; z-index: 9999; font-size: 0rem; height: 0.44rem; width: 100%; background-color: #5d7dff; } nav i { display: inline-block; width: 0.16rem; height: 0.16rem; line-height: 0.44rem; margin-left: 0.1rem; background-image: url(../img/back.png); background-repeat: no-repeat; background-size: 100% auto; } nav p { display: inline-block; width: 90%; text-align: center; line-height: 0.44rem; color: #fff; font-size: 0.17rem; } .current-city-wrapper { margin: 0.54rem 0.10rem 0; margin-top: 0.54rem; } .current-city-wrapper>p { color: #444; font-size: 0.12rem; margin-top: 0.10rem; } .current-city { margin-top: 0.12rem; width: 100%; height: 0.40rem; background-color: #fff; position: relative; font-size: 0; } .current-city span { margin-left: 0.10rem; font-size: 0.16rem; line-height: 0.40rem; color: #222; font-weight: bold; } .current-city i { display: inline-block; background-image: url(../img/location2.png); background-size: 100%; width: 0.26rem; height: 0.26rem; position: absolute; right: 0.10rem; top: 50%; transform: translateY(-50%); } .city-list-wrapper { position: relative; } .city-list-content { margin: 0.10rem 0.30rem 0 0.1rem; } .city-list-hot-wrapper p { color: #444; font-size: 0.12rem; margin-top: 0.12rem; } .city-list-hot { margin-top: 0.12rem; width: 100%; height: 0.94rem; background-color: #fff; } .city-list-hot li { width: 0.80rem; height: 0.30rem; float: left; margin-top: 0.1rem; margin-right: 0.15rem; margin-left: 0.15rem; font-size: 0.12rem; color: #222; text-align: center; line-height: 0.30rem; background-color: #f3f3f3; } .city-list { width: 100%; margin-top: 0.10rem; border-radius: 4px; margin-right: 0.30rem; background-color: #fff; } .city-list dl { padding-top: 0.14rem; margin-left: 0.18rem; padding-bottom: 0.14rem; border-bottom: 0.5px solid #d8d8d8; } .city-list dt { font-size: 0.16rem; font-weight: bold; color: #222; } .city-list dd { margin-top: 0.14rem; font-size: 0.14rem; color: #222; } .navbar { position: fixed; right: 0; top: 1.54rem; width: 0.20rem; /*height: 4.10rem;*/ height: 70%; background-color: #fff; font-size: 0; overflow-y:auto ; } .navbar a { margin-top: 0.04rem; color: #5d7dff; font-size: 0.10rem; display: block; text-align: center; } .to-top { margin-top: 0.06rem; background-image: url(../img/hide.png); background-repeat: no-repeat; background-position: center; background-size: 50%; width: 0.20rem; height: 0.10rem; margin-bottom: 0.10rem; } .prompt { display: block; width: 0.40rem; height: 0.40rem; line-height: 0.40rem; font-size: 0.18rem; border-radius: 50%; background-color: rgba(0, 0, 0, 0.7); color: #fff; text-align: center; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .alert-info { position: absolute; top: 1.74rem; right: 0.1rem; left: 0.1rem; font-size: 0; text-align: center; } .alert-info p { display: inline-block; height: 0.38rem; color: #fff; font-size: 0.14rem; line-height: 0.38rem; padding: 0 0.10rem; background-color: rgba(0, 0, 0, 0.7); border-radius: 5px; }