/* pages/o2oCity/o2oCity.wxss */ .position { background-color: #fff; display: flex; justify-content: space-between; height: 90rpx; align-items: center; padding: 0 20rpx; } .position .left { display: flex; align-items: center; } .position .left .leftcontent { display: flex; align-items: center; padding-bottom: 10rpx; } .position .left .rightcontent { display: flex; align-items: center; } .position .left .icon { color: #666; font-size: 32rpx; margin-right: 8rpx; } .position .left .span { font-size: 28rpx; width: 128rpx; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: flex; align-items: center; } .position .search_box { display: flex; justify-content: flex-start; padding: 0 20rpx; width: 400rpx; height: 60rpx; line-height: 60rpx; border-radius: 32rpx; background-color: #f5f5f5; } .search_box icon { color: #999; font-size: 32rpx; margin-top: -5rpx; } .search_box input { border: none; margin-left: 20rpx; max-width: 360rpx; height: 100%; flex: 1; } .position .right { line-height: 90rpx; min-width: 80rpx; font-size: 30rpx; color: #8c8c8c; } .seachboxBottom { position: absolute; z-index: 1024; background-color: #fefefe; border: 1px solid #d1d1d1; width: 60%; overflow: hidden; top: 90rpx; left: 200rpx; padding-left: 10rpx; padding-right: 10rpx; } .seachboxBottom .seachboxContent { padding-top: 5rpx; padding-bottom: 5rpx; } .ten { position: absolute; right: 20rpx; bottom: 50rpx; z-index: 500; width: 70rpx; background-color: white; border-radius: 6rpx; border: 2rpx solid #ccc; box-shadow: 2rpx 2rpx 20rpx 0 #ccc; } .ten .ten_l { margin: auto; font-size: 52rpx; line-height: 86rpx; text-align: center; color: #666; height: 100%; } .mapmessage { display: flex; padding: 10rpx; justify-content: space-between; } .mapmessage .left { width: 500rpx; } .mapmessage .left .bottom { color: #999; } .mapmessage .right { width: 200rpx; overflow: hidden; padding-top: 20rpx; } .mapmessage .right .button { border: 1px solid #eee; width: 198rpx; height: 58rpx; line-height: 58rpx; border-radius: 10rpx; text-align: center; background: #09bb07; color: #fff; font-size: 28rpx; } .address-list { background: #fff; text-align: left; padding: 10rpx 20rpx; } .address-list-item { min-height: 64rpx; padding: 5rpx 0; border-bottom: 1px solid #eee; }