questionConsulting.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .questionconsulting{
  2. &-problemdesc{
  3. padding: 28rpx 30rpx 50rpx;
  4. ::v-deep {
  5. .uni-textarea-textarea{
  6. // background-color: #F5F5F5;
  7. }
  8. .uni-textarea-placeholder{
  9. // font-size: 24rpx;
  10. // font-family: PingFangSC-Regular, PingFang SC;
  11. // font-weight: 400;
  12. // color: #8C8C8C !important;
  13. // line-height: 40rpx;
  14. // letter-spacing: 1px;
  15. }
  16. }
  17. }
  18. &-attachment{
  19. padding: 0 30rpx;
  20. display: flex;
  21. .attachment-upload {
  22. width: 184rpx;
  23. height: 184rpx;
  24. border: solid 1px #BABABA;
  25. border-radius: 5rpx;
  26. display: flex;
  27. flex-direction: column;
  28. justify-content: center;
  29. align-items: center;
  30. margin-right: 32rpx;
  31. image {
  32. width: 62rpx;
  33. height: 62rpx;
  34. vertical-align: middle;
  35. }
  36. .font {
  37. color: #4B4B4B;
  38. opacity: 0.8;
  39. font-size: 22rpx;
  40. line-height: 50rpx;
  41. }
  42. }
  43. .attachment-photograph {
  44. width: 184rpx;
  45. height: 184rpx;
  46. border: solid 1px #BABABA;
  47. border-radius: 5rpx;
  48. display: flex;
  49. flex-direction: column;
  50. justify-content: center;
  51. align-items: center;
  52. image {
  53. width: 62rpx;
  54. height: 48rpx;
  55. vertical-align: middle;
  56. }
  57. .font {
  58. color: #4B4B4B;
  59. opacity: 0.8;
  60. font-size: 22rpx;
  61. line-height: 50rpx;
  62. }
  63. }
  64. .tips {
  65. color: #5F5F5F;
  66. font-size: 20rpx;
  67. }
  68. .attachment-url {
  69. width: 184rpx;
  70. height: 184rpx;
  71. margin-left: 32rpx;
  72. position: relative;
  73. image {
  74. width: 100%;
  75. height: 100%;
  76. border-radius: 6rpx;
  77. }
  78. .icon {
  79. position: absolute;
  80. top: 10rpx;
  81. right: 10rpx;
  82. z-index: 1000;
  83. width: 36rpx;
  84. height: 36rpx;
  85. line-height: 36rpx;
  86. text-align: center;
  87. border-radius: 82rpx;
  88. background-color: rgb(253, 49, 48);
  89. }
  90. }
  91. }
  92. .questionbtn{
  93. .questionbtn-container{
  94. padding-bottom: env(safe-area-inset-bottom);
  95. display: flex;
  96. flex-direction: row;
  97. align-items: center;
  98. position: fixed;
  99. bottom: 0;
  100. left: 0;
  101. width: 100%;
  102. z-index: 998;
  103. box-sizing: content-box;
  104. background-color: #FFFFFF;
  105. .questionbtn-content{
  106. flex: 1;
  107. justify-content: center;
  108. width: 100%;
  109. height: 100%;
  110. padding: 6px 0;
  111. display: flex;
  112. flex-direction: column;
  113. align-items: center;
  114. position: relative;
  115. background-color: #FFFFFF;
  116. view:first-child{
  117. width: 100%;
  118. padding: 8rpx 30rpx;
  119. .questionsubmitbtn{
  120. width: 100%;
  121. }
  122. }
  123. }
  124. }
  125. }
  126. }