page.scss 934B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .page.YiJianFanKui {
  2. width: 100%;
  3. height: 100%;
  4. overflow-y: scroll;
  5. background: #fff;
  6. > .Title {
  7. margin-top: 40px;
  8. > image {
  9. height: 50px;
  10. margin-left: 20px;
  11. }
  12. }
  13. > .Form {
  14. padding: 0 20px;
  15. margin-top: 20px;
  16. > view {
  17. box-sizing: border-box;
  18. border: 4px solid #e5e3e3;
  19. border-radius: 16px;
  20. padding: 10px;
  21. > textarea {
  22. font-size: 30px;
  23. color: #999;
  24. line-height: 40px;
  25. width: 100%;
  26. }
  27. > text {
  28. display: block;
  29. font-size: 24px;
  30. color: #999;
  31. text-align: right;
  32. line-height: 40px;
  33. }
  34. }
  35. }
  36. > text {
  37. width: 620px;
  38. font-size: 40px;
  39. display: block;
  40. font-weight: bold;
  41. line-height: 100px;
  42. border-radius: 100px;
  43. background: #fddd39;
  44. margin: 40px auto 0;
  45. text-align: center;
  46. box-shadow: 0 5px 10px 5px rgba(253, 221, 57, 0.3);
  47. }
  48. }