index.scss 833 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @import "../../../modules/insert/insert.scss";
  2. @import "../handOver/index.scss";
  3. .results {
  4. display: flex;
  5. justify-content: space-between;
  6. padding: 0 30rpx;
  7. width: 100vw;
  8. box-sizing: border-box;
  9. margin-top: 20rpx;
  10. >view {
  11. width: 160rpx;
  12. height: 90rpx;
  13. text-align: center;
  14. line-height: 90rpx;
  15. background: #FFFFFF;
  16. border-radius: 16rpx;
  17. border: 1px solid #CCCCCC;
  18. font-size: 28rpx;
  19. font-family: PingFang SC-Regular, PingFang SC;
  20. color: #666666;
  21. }
  22. .op {
  23. border-color: #3874F6;
  24. background: #3874F6;
  25. color: #FFFFFF;
  26. }
  27. }
  28. .time {
  29. height: 40rpx;
  30. font-size: 28rpx;
  31. font-family: PingFang SC-Regular, PingFang SC;
  32. color: #333333;
  33. padding-left: 30rpx;
  34. margin-top: 20rpx;
  35. }