style.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* 容器 */
  2. .apply-after-container{
  3. background-color: #f6f6f6;
  4. }
  5. /* 容器 */
  6. /* 内容 */
  7. .apply-after-screen{
  8. padding: 30upx;
  9. }
  10. .apply-after-modal{
  11. background-color: #fff;
  12. border-radius: 10upx;
  13. font-size: 30upx;
  14. line-height: 34upx;
  15. color: #0C0C0C;
  16. }
  17. .apply-after-header{
  18. padding: 0 30upx;
  19. }
  20. .apply-after-header-item{
  21. height: 90upx;
  22. border-top: 1upx solid #EEEEEE;
  23. }
  24. .apply-after-header-more{
  25. font-size: 30upx;
  26. color: #999999;
  27. margin-left: 10upx;
  28. }
  29. .apply-after-header-item:first-child{
  30. border-top: none;
  31. }
  32. /* 内容 */
  33. /* 底部 */
  34. .apply-after-footer{
  35. margin-top: 30upx;
  36. padding: 30upx;
  37. }
  38. .apply-after-footer-title,.apply-after-textarea{
  39. margin-bottom: 30upx;
  40. }
  41. .apply-after-footer-label{
  42. margin-right: 30upx;
  43. }
  44. .apply-after-textarea{
  45. background-color: #FAFAFA;
  46. border: 1upx dotted #c1c1c1;
  47. height: 200upx;
  48. border-radius: 10upx;
  49. margin-top: 2upx;
  50. padding: 20upx 25upx;
  51. }
  52. .apply-after-textarea textarea{
  53. font-size: 24upx;
  54. line-height: 30upx;
  55. color: #333;
  56. }
  57. .apply-after-textarea textarea::placeholder{
  58. color: #999;
  59. }
  60. .apply-after-upload{
  61. border: 1upx dotted #c1c1c1;
  62. background-color: #F5F5F5;
  63. border-radius: 10upx;
  64. }
  65. .apply-after-upload-number{
  66. font-size: 20upx;
  67. color: #999;
  68. font-family: Source Han Sans CN;
  69. bottom: -40upx;
  70. left: 0;
  71. right: 0;
  72. }
  73. .apply-after-upload-puls{
  74. color: #aaa;
  75. font-size: 55upx;
  76. line-height: 60upx;
  77. }
  78. .apply-after-upload-wrap{
  79. margin-bottom: 45upx;
  80. }
  81. /* 底部 */
  82. /* 按钮 */
  83. .apply-after-button-wrap{
  84. padding: 30upx;
  85. }
  86. .apply-after-button{
  87. height: 80upx;
  88. background-color: #41AE3C;
  89. font-size: 28upx;
  90. color: #fff;
  91. border-radius: 40upx;
  92. }
  93. /* 按钮 */