createFile.wxss 456 B

12345678910111213141516171819202122232425262728
  1. /* pages/createFile/createFile.wxss */
  2. .createfile-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7f7;
  6. }
  7. .main-content {
  8. width: 690rpx;
  9. min-height: 100rpx;
  10. margin: 0 auto;
  11. }
  12. .form {
  13. width: 100%;
  14. min-height: 500rpx;
  15. background-color: #fff;
  16. }
  17. .form-item {
  18. width: 100%;
  19. height: 94rpx;
  20. border-bottom: 1rpx solid #E4E4E4;
  21. }
  22. .label {
  23. width: 100rpx;
  24. height: 100%;
  25. font-size: 26rpx;
  26. font-weight: 400;
  27. color: #333333;
  28. }