/* components/exchangeInfo/index.wxss */ .exchange_info { width: 100%; background-color: #ffffff; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; border-bottom: 2rpx solid #eeeeee; } .info_head { width: 100%; padding: 40rpx 35rpx; display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1rpx solid #D3DCE6; } .exchange_img { width: 155rpx; height: 155rpx; flex-shrink: 0; } .info_box { margin-left: 25rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .goods_title { width: 100%; display: flex; justify-content: space-between; align-items: center; } .goods_name { width: calc(100vw - 420rpx); font-size: 32rpx; font-weight: bold; } .status_tab { width: 100rpx; padding: 8rpx 10rpx; font-size: 26rpx; } .info_item { width: calc(100vw - 300rpx); margin-top: 20rpx; font-size: 26rpx; color: #5B5B5B; } .points_box { margin-top: 20rpx; font-size: 28rpx; } .info_foot { width: 100%; padding: 32rpx 35rpx 10rpx 35rpx; border-bottom: 1rpx solid #D3DCE6; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .stores_info { width: 100%; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 30rpx; } .store_icon { width: 40rpx; height: 40rpx; margin-right: 20rpx; flex-shrink: 0; } .goods_name, .info_item, .store_text { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }