123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- @import "common/common.scss";
- .theme-regist-content-info-container {
- width: 90%;
- margin: 20rpx auto;
- padding: 0 0 120rpx 0;
- .title-container {
- width: 100%;
- .title-content-text {
- font-size: 22px;
- line-height: 1.4;
- margin-bottom: 14px;
- color: #000;
- }
- .title-content-date{
- display: inline-block;
- vertical-align: middle;
- margin: 0 10px 10px 0;
- font-size: 15px;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
- }
- /deep/ .ql-align-center {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .review-msg {
- width: 100%;
- margin-top: 20rpx;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- &::before {
- content: '*';
- color: red;
- margin-right: 5px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- .regist-btn{
- width: 90%;
- height: 80rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- background-color: #fefefe;
- position: fixed;
- bottom: 80rpx;
- transform: translateX(-50%);
- left: 50%;
- .icon-wrap{
- display: flex;
- align-items: center;
- justify-content: center;
- min-width: 30rpx;
- margin-right: 20rpx;
- .icon-base text{
- font-size: 25px !important;
- line-height:25px !important;
- &[class*='fill']{
- color: #548cf7 !important;
- }
- }
- .icon-base{
- margin-right: 10rpx;
- }
- }
- }
- /deep/ .pop-form-content{
- padding: 20rpx;
- height: 1200rpx;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- flex-direction: column;
- box-sizing: border-box;
- overflow: scroll;
- .u-form {
- width: 100%;
- .u-form-item {
- .u-form-item__body__left {
- width: auto !important;
- }
- .u-form-item__body__right__message{
- margin-left: 0 !important;
- }
- .u-form-item__body__left__content__label{
- font-weight: bold !important;
- }
- }
- }
- }
- }
|