/* packageD/auction/auction-mine/auction_collect/auction_collect.wxss */ page { background: #fff; height: 100vh; } .collect_box { padding: 20rpx 28rpx 20rpx 36rpx; display: flex; align-items: center; /* justify-content: space-between; */ background: #fff; border-bottom: 1rpx solid #f2f2f7; justify-content: space-between; } .collect_box image { width: 100rpx; height: 100rpx; border-radius: 50%; } .listBox { display: flex; flex-direction: column; margin-left: 29rpx; } .cxtxt { display: flex; align-items: center; margin-top: 10rpx; } .cxtxt view { width: 94rpx; height: 38rpx; border-radius: 19rpx; border: solid 1rpx #999; display: flex; justify-content: center; align-items: center; font-size: 22rpx; color: #999; margin-left: 12rpx; } .xatxt { display: flex; align-items: center; } .xatxt icon { /* margin-bottom: 10rpx; */ color: #ff6333; font-size: 40rpx; } .collect_btn { width: 123rpx; height: 38rpx; border-radius: 19rpx; background-image: linear-gradient( #ff2c29, #ff2c29 ), linear-gradient( #ff7001, #ff7001 ); background-blend-mode: normal, normal; font-size: 24rpx; color: #fff; display: flex; justify-content: center; align-items: center; } .nub { display: flex; align-items: center; } .right { margin-left: 13rpx; font-size: 24rpx; color: #666; } /* .collect_box:first-child{ border: none; } */