1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .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: 1000rpx;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- flex-direction: column;
- box-sizing: border-box;
- .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;
- }
- }
- }
- }
- }
|