meeting-inspection-history-detail.wxss 578 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* pages/meeting-inspection-history-detail/meeting-inspection-history-detail.wxss */
  2. page {
  3. background-color: #F0F4F7;
  4. }
  5. .list {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .item {
  10. box-sizing: border-box;
  11. background-color: #FFFFFF;
  12. border-radius: 20rpx;
  13. margin: 15rpx 30rpx;
  14. padding: 30rpx;
  15. }
  16. .name {
  17. width: 100%;
  18. line-height: 70rpx;
  19. border-bottom: solid 1rpx #EBE8E3;
  20. }
  21. .result {
  22. width: 100%;
  23. line-height: 80rpx;
  24. display: inline-flex;
  25. justify-content: space-between;
  26. }
  27. .result-text {
  28. color: #999999;
  29. font-size: 24rpx;
  30. }