- @import '../../app.wxss';
- .market {
- width: 100%;
- height: 100%;
- background: #f6f6f6;
- position: absolute;
- }
- .position {
- width: 92%;
- height: 132rpx;
- padding: 0 4%;
- display: flex;
- flex-direction: column;
- background: #fff;
- margin-top: 1px;
- padding-top: 20rpx;
- }
- .position view:nth-child(1) text {
- font-size: 30rpx;
- padding-left: 8rpx;
- }
- .position view:nth-child(2) icon{
- color: #C0C0C0;
- }
- .position view:nth-child(2) text{
- font-size: 22rpx;
- color: #C0C0C0;
- padding: 0 2.7% 0 1.3%;
- }
- .position view:nth-child(2) text:nth-child(3) {
- color: #585858;
- }
|