/* pages/equipment/equipment.wxss */ page { padding: 20rpx 0 50rpx 0; /* min-height: 100%; */ background: linear-gradient(180deg, #fefeff 0%, #a8cee1 50%, #fefeff 100%); } .title { display: flex; justify-content: space-between; margin-bottom: 32rpx; padding: 0 50rpx; } .title-text { font-size: 38rpx; font-weight: 600; } .button-area { padding: 10rpx 16rpx; background-color: rgba(36, 131, 179, .2); border-radius: 16rpx; font-size: 28rpx; height: 36rpx; white-space: nowrap; margin-left: 16rpx; } .list { display: flex; justify-content: space-between; border-bottom: 2rpx solid #ccc; padding: 50rpx 50rpx; background-color: rgba(255,255, 255, .3); } .left { display: flex; } .img { width: 120rpx; height: 120rpx; vertical-align: middle; margin-right: 20rpx; } .text { display: flex; flex-direction: column; justify-content: center; } .text-title { font-weight: 500; margin-bottom: 16rpx; } .add { height: 200rpx; width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 100rpx; background-color: rgba(255,255, 255, .3); font-weight: 500; } .add-text { font-size: 40rpx; margin-left: 20rpx; }