123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .search .wux-search-bar {
- background-color: transparent;
- }
- .search .wux-search-bar .wux-search-bar__form {
- height: 72rpx;
- box-sizing: border-box;
- overflow: hidden;
- background: rgba(255, 255, 255, 0.8);
- border-radius: 36rpx;
- border: 2rpx solid #FA7D22;
- }
- .search .wux-search-bar .wux-search-bar__label {
- background-color: transparent;
- }
- .search .wux-search-bar .wux-search-bar__input {
- height: 72rpx;
- line-height: 72rpx;
- margin-top: -2rpx;
- }
- .search .wux-search-bar .wux-search-bar__search {
- top: 22rpx;
- }
- .search .wux-search-bar .index--wux-search-bar__clear {
- top: 22rpx;
- }
- .position {
- margin-top: -16rpx;
- }
- .position text {
- font-size: 24rpx;
- }
- .position .address-text {
- padding: 0 30rpx;
- height: 80rpx;
- }
- .position .address-text image {
- width: 48rpx;
- height: 48rpx;
- /* background-color: #ccc; */
- margin-right: 8rpx;
- }
- .position .map-box {
- padding: 0 30rpx;
- height: 96rpx;
- background-color: rgba(255, 255, 255, 0.8);
- }
- .position .map-box .btn {
- width: 166rpx;
- height: 52rpx;
- background: #FA7D22;
- border-radius: 36rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- margin-left: 20rpx;
- }
- .position .btn-switch {
- width: 336rpx;
- height: 68rpx;
- background: rgba(255, 255, 255, 0.8);
- border-radius: 16rpx;
- color: #FA7D22;
- }
- .position .btn-switch.active {
- color: #999999;
- background: rgba(255, 255, 255, 0.5);
- }
- .list {
- background: #fff;
- }
- .list .item {
- padding: 20rpx 35rpx;
- border-bottom: 2rpx solid #eee;
- }
- .list .item text:first-child {
- font-family: PingFangSC-Medium, PingFang SC;
- }
- .list .item text:last-child {
- font-size: 24rpx;
- color: #999999;
- margin-top: 8rpx;
- }
|