.facility-container { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; box-sizing: border-box; } /* 设备管理 */ .facility-manage { width: 100%; } .facility-manage-box { display: flex; width: 95%; margin: 30rpx auto; } .facility-manage-tit { width: 10rpx; height: 40rpx; border: 1px solid #13ca8a; border-radius: 5px 5px 5px 5px; background: #13ca8a; } .facility-manage-txt { margin-left: 20rpx; font-size: 15px; font-weight: 600; line-height: 45rpx; color: #4e4e4e; } /* 设备管理列表 */ .facility-manage-ul { margin: 20rpx 0 0 60rpx; width: 90%; display: flex; flex-wrap: wrap; } .facility-manage-list { border: 1px solid #fafafa; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); display: flex; margin: 10rpx; } .facility-manage-list-img { width: 60rpx; height: 70rpx; padding: 50rpx 0 0 20rpx; } .facility-manage-list-txt-box { /* border: 1px solid #000; */ padding: 50rpx; } .facility-manage-list-txt { font-size: 15px; font-weight: 550; } .facility-manage-list-btn { font-size: 12px; color: #a5a5a5; margin-top: 10rpx; font-weight: 550; }