submint.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. .task-form-item {
  2. padding-top: 30rpx;
  3. .form-lable {
  4. font-size: 28rpx;
  5. font-weight: Light;
  6. color: #1A1A1A;
  7. line-height: 40rpx;
  8. padding-bottom: 10rpx;
  9. .form-must {
  10. color: #ff0000;
  11. }
  12. }
  13. .form-textarea {
  14. width: 690rpx;
  15. background-color: #F5F5F5;
  16. border: 1rpx solid #e6e6e6;
  17. border-radius: 20rpx;
  18. padding: 18rpx 30rpx;
  19. .textarea-box {
  20. width: 100%;
  21. min-height: 240rpx;
  22. font-size: 24rpx;
  23. font-weight: Light;
  24. color: #666666;
  25. }
  26. .textarea-num {
  27. width: 100%;
  28. text-align: right;
  29. font-size: 24rpx;
  30. font-weight: Light;
  31. color: #b3b3b3;
  32. line-height: 50rpx;
  33. }
  34. }
  35. }
  36. .form-item-media {
  37. width: 100%;
  38. .form-lable {
  39. display: flex;
  40. flex-direction: row;
  41. // justify-content: flex-start;
  42. justify-content: space-between;
  43. align-items: center;
  44. .form-lable-content {
  45. flex: 1;
  46. padding: 0 20rpx;
  47. .lable-content-btn {
  48. width: 256rpx;
  49. height: 70rpx;
  50. background: #d4f5fd;
  51. border-radius: 35rpx;
  52. display: flex;
  53. justify-content: center;
  54. align-items: center;
  55. line-height: 1;
  56. font-size: 28rpx;
  57. // font-family: .PingFang SC, .PingFang SC-Light;
  58. font-weight: Light;
  59. color: #3db8d2;
  60. .iconfont_yige {
  61. font-size: 40rpx;
  62. margin-right: 10rpx;
  63. }
  64. }
  65. }
  66. .lable-content-right{
  67. .lable-content-btn{
  68. float: right;
  69. }
  70. }
  71. .form-media-num {
  72. width: 85rpx;
  73. font-size: 28rpx;
  74. line-height: 40rpx;
  75. font-weight: Light;
  76. text-align: right;
  77. color: #808080;
  78. }
  79. }
  80. .form-value {
  81. font-size: 28rpx;
  82. // font-family: .PingFang SC, .PingFang SC-Light;
  83. font-weight: Light;
  84. color: #808080;
  85. line-height: 40rpx;
  86. }
  87. .form-img-video {
  88. width: 100%;
  89. padding: 0 30rpx;
  90. display: flex;
  91. flex-direction: row;
  92. align-items: stretch;
  93. .updata-btn {
  94. border: 1rpx dashed #cbcbcb;
  95. display: flex;
  96. flex-direction: column;
  97. align-items: center;
  98. justify-content: center;
  99. font-size: 24rpx;
  100. font-family: PingFang SC, PingFang SC-Regular;
  101. font-weight: Regular;
  102. color: #666666;
  103. line-height: 1;
  104. .iconfont_yige {
  105. font-size: 60rpx;
  106. color: #999999;
  107. margin-bottom: 15rpx;
  108. }
  109. }
  110. .img-video-box {
  111. position: relative;
  112. .del-img-video {
  113. position: absolute;
  114. right: -23rpx;
  115. top: -23rpx;
  116. z-index: 3;
  117. }
  118. .img-video {
  119. width: 100%;
  120. height: 100%;
  121. }
  122. }
  123. .img-video-item {
  124. flex-shrink: 0;
  125. margin: 23rpx 40rpx 0 0;
  126. width: 160rpx;
  127. height: 160rpx;
  128. border-radius: 14rpx;
  129. background: #fcfcfc;
  130. video,image{
  131. border-radius: 14rpx;
  132. }
  133. }
  134. }
  135. // .form-img-video {
  136. // width: calc(100% - 130rpx - 85rpx);
  137. // background-color: hotpink;
  138. // display: flex;
  139. // flex-direction: row;
  140. // align-items: stretch;
  141. // .img-video-item {
  142. // width: 160rpx;
  143. // height: 160rpx;
  144. // background-color: skyblue;
  145. // }
  146. // }
  147. }
  148. .del-img-video {
  149. width: 46rpx;
  150. height: 46rpx;
  151. background-color: #E5404F;
  152. border-radius: 50%;
  153. text-align: center;
  154. line-height: 46rpx;
  155. color: #fff;
  156. font-size: 24rpx;
  157. }