| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .head111 {
- display: flex;
- align-items: center;
- width: 100vw;
- height: 120rpx;
- padding: 0 20rpx 0 30rpx;
- box-sizing: border-box;
- .count {
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- }
- .expand {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- .but {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-shrink: 0;
- width: 80rpx;
- height: 80rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- border: 2rpx solid #CCCCCC;
- margin-left: 20rpx;
- color: #666666;
- }
- }
- }
- .custom-class {
- --search-background-color: #fff !important;
- padding-right: 10rpx !important;
- }
- .item {
- width: 690rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- padding: 20rpx;
- box-sizing: border-box;
- margin: 0 auto 20rpx;
- .head {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- padding-bottom: 18rpx;
- border-bottom: 1px solid #DDDDDD;
- .tabs {
- display: flex;
- .tab {
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- padding: 0 12rpx;
- line-height: 40rpx;
- border-radius: 20rpx;
- margin-right: 20rpx;
- background-color: #E1EAFE;
- color: #3874F6
- }
- }
- .status {
- font-family: PingFang SC, PingFang SC;
- font-size: 28rpx;
- color: #3874F6;
- }
- }
- .address {
- line-height: 40rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 28rpx;
- color: #333333;
- margin-top: 8rpx;
- }
- .row {
- line-height: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #999999;
- margin-top: 8rpx;
- }
- }
|