index.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. @import "common/common.scss";
  2. .theme-regist-content-info-container {
  3. width: 90%;
  4. margin: 20rpx auto;
  5. padding: 0 0 120rpx 0;
  6. .title-container {
  7. width: 100%;
  8. .title-content-text {
  9. font-size: 22px;
  10. line-height: 1.4;
  11. margin-bottom: 14px;
  12. color: #000;
  13. }
  14. .title-content-date{
  15. display: inline-block;
  16. vertical-align: middle;
  17. margin: 0 10px 10px 0;
  18. font-size: 15px;
  19. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  20. }
  21. }
  22. /deep/ .ql-align-center {
  23. display: flex;
  24. align-items: center;
  25. justify-content: center;
  26. }
  27. .review-msg {
  28. width: 100%;
  29. margin-top: 20rpx;
  30. display: flex;
  31. align-items: center;
  32. justify-content: flex-start;
  33. &::before {
  34. content: '*';
  35. color: red;
  36. margin-right: 5px;
  37. display: flex;
  38. align-items: center;
  39. justify-content: center;
  40. }
  41. }
  42. .regist-btn{
  43. width: 90%;
  44. height: 80rpx;
  45. display: flex;
  46. align-items: center;
  47. justify-content: flex-end;
  48. background-color: #fefefe;
  49. position: fixed;
  50. bottom: 80rpx;
  51. transform: translateX(-50%);
  52. left: 50%;
  53. .icon-wrap{
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. min-width: 30rpx;
  58. margin-right: 20rpx;
  59. .icon-base text{
  60. font-size: 25px !important;
  61. line-height:25px !important;
  62. &[class*='fill']{
  63. color: #548cf7 !important;
  64. }
  65. }
  66. .icon-base{
  67. margin-right: 10rpx;
  68. }
  69. }
  70. }
  71. /deep/ .pop-form-content{
  72. padding: 20rpx;
  73. height: 1200rpx;
  74. display: flex;
  75. align-items: center;
  76. justify-content: flex-start;
  77. flex-direction: column;
  78. box-sizing: border-box;
  79. overflow: scroll;
  80. .u-form {
  81. width: 100%;
  82. .u-form-item {
  83. .u-form-item__body__left {
  84. width: auto !important;
  85. }
  86. .u-form-item__body__right__message{
  87. margin-left: 0 !important;
  88. }
  89. .u-form-item__body__left__content__label{
  90. font-weight: bold !important;
  91. }
  92. }
  93. }
  94. }
  95. }