123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- page {
- padding-bottom: 60rpx;
- }
- .search .wux-search-bar {
- background-color: transparent;
- padding: 0;
- margin-top: 40rpx;
- padding: 0 30rpx;
- }
- .search .wux-search-bar .wux-search-bar__form {
- height: 72rpx;
- box-sizing: border-box;
- overflow: hidden;
- border-radius: 36rpx;
- border: 2rpx solid #EEEEEE;
- }
- .search .wux-search-bar .wux-search-bar__label {
- background-color: transparent;
- }
- .search .wux-search-bar .wux-search-bar__label .wux-search-bar__text {
- color: #999999;
- }
- .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: 20rpx;
- margin-bottom: 40rpx;
- }
- .position .box text {
- color: #999999;
- }
- .position text {
- font-size: 24rpx;
- }
- .list {
- width: 690rpx;
- margin-left: 30rpx;
- }
- .list .item {
- width: 690rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 20rpx 40rpx 40rpx 30rpx;
- box-sizing: border-box;
- margin-top: 20rpx;
- display: flex;
- align-items: center;
- }
- .list .activeStore {
- border: 2rpx solid #FA7D22;
- }
- .list .item .right {
- flex-shrink: 0;
- margin-top: 26rpx;
- }
- .list .item .right image{
- width: 48rpx;
- height: 48rpx;
- }
- .list .item .left .storeName{
- font-weight: 600;
- }
- .list .item text:first-child {
- margin-right: 20rpx;
- font-size: 32rpx;
- color: #333;
- font-weight: 500;
- }
- .activeList {
- margin-top: 40rpx;
- }
- .list text:last-child {
- font-size: 24rpx;
- color: #999999;
- margin-top: 20rpx;
- }
- .list .adress {
- display: inline-block;
- font-size: 24rpx;
- color: #999999;
- margin-top: 20rpx;
- width: 532rpx;
- }
|