- /* package_mine/pages/exchange/index.wxss */
- .protect_container {
- width: 100%;
- height: 100vh;
- padding: 0 30rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- color: #0C0C0C;
- }
- .exchange_list {
- width: 100%;
- height: 100vh;
- }
- .exchange_item {
- width: 100%;
- padding: 30rpx 0;
- background-color: #ffffff;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-end;
- border-bottom: 2rpx solid #eeeeee;
- }
- .info_head {
- font-size: 22rpx;
- }
- .exchange_info {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- }
- .exchange_img {
- width: 262rpx;
- height: 180rpx;
- margin-right: 30rpx;
- border-radius: 20rpx;
- }
- .info_box {
- width: 395rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .status_box {
- width: 100%;
- text-align: end;
- font-size: 22rpx;
- }
- .info_item {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
|