/* pages/index/index.wxss */ body { background-color: #f0eeff; } .example-search { background-color: #fff; padding: 16rpx 32rpx; } .t-dropdown-menu { box-shadow: 0 8rpx 16rpx rgba(204, 204, 204, 0.80); } .t-dropdown-menu view.t-dropdown-menu__item { border-radius: 16rpx; padding: 0 30rpx; display: flex; justify-content: space-between; } .foot { position: fixed; bottom: 0; left: 0; right: 0; padding-bottom: 30rpx; background-color: #ffffff; display:flex; transition-duration: .15s; } .foot-item{ width: 50%; } .foot-item { flex: 1; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; box-shadow: 0 -8rpx 16rpx rgba(217, 217, 217, 0.20); padding: 0 30rpx 30rpx; } .t-foot { width: 25%; text-align: center; margin-top: 30rpx; } .t-foot image { width: 96rpx; height: 96rpx; margin: auto; } .t-foot text { display: block; font-size: 24rpx; color: #2C2F36; } .map{ width: 100%; height: 68vh; }