PipelineGasUser.wxss 649 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .project-content {
  2. padding: 0rpx 20rpx;
  3. border-radius: 20rpx;
  4. width: 90%;
  5. margin: 0 auto;
  6. background: #fff;
  7. }
  8. .background {
  9. z-index: -1;
  10. position: fixed;
  11. width: 100%;
  12. height: 100%;
  13. background-size: 100% 100%;
  14. }
  15. .top-left {
  16. display: flex;
  17. align-items: center;
  18. }
  19. .small-title {
  20. font-size: 38rpx;
  21. color: #2d95f4;
  22. margin: 20rpx 0;
  23. }
  24. .form-item {
  25. display: flex;
  26. align-items: center;
  27. font-size: 32rpx;
  28. border: none;
  29. }
  30. .danwei {
  31. text-align: center;
  32. line-height: 110rpx;
  33. }
  34. .un-row {
  35. text-align: left;
  36. }
  37. .top {
  38. display: flex;
  39. align-items: center;
  40. justify-content: space-between;
  41. }
  42. .top-icon {
  43. font-size: 40rpx;
  44. color: #2d95f4;
  45. }