index.scss 2.0 KB

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