/* monitor/pages/materialList/materialList.wxss */ page { background-color: #f2f2ff; } .content { padding-bottom: 200rpx; width: 750rpx; font-size: 28rpx; } .content-title { margin: 20rpx; margin-left: 20rpx; font-weight: bold; font-size: 30rpx; display: flex; } .content-title-flex { flex: 1; } .content-line { width: 100%; height: 2rpx; background-color: #f2f2f2; } .content-list-view-delete { margin-top: 20rpx; margin-bottom: 20rpx; margin-left: 20rpx; display: flex; flex-direction: row; align-items: center; } .content-list-view { display: flex; align-items: center; flex-direction: row; background: #ffffff; border-radius: 20rpx; margin: 20rpx; padding-top: 1rpx; padding-bottom: 1rpx; } .content-list-checkbox { flex: 1; } .content-checkbox { margin-right: 20rpx; margin-left: 20rpx; } .content-list { display: flex; align-items: center; margin: 20rpx; } .content-list-title { width: 120rpx; } .content-input { margin-left: 20rpx; flex: 1; } .from-submit-buttom { position: fixed; bottom: 0; display: flex; flex-direction: row; width: 750rpx; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); background-color: #fff; z-index: 10; } .from-submit-buttom-confirm { width: 100%; height: 80rpx; background-color: #096b94; color: #ffffff; display: flex; align-items: center; justify-content: center; }