| | |
| | | padding: 0; |
| | | } |
| | | .at-input__container { |
| | | .at-input__title { |
| | | width: 200px; |
| | | margin-right: 0; |
| | | } |
| | | .weui-input { |
| | | display: none; |
| | | } |
| | | .at-image-picker { |
| | | padding-bottom: 18px; |
| | | } |
| | | .at-image-picker__item:not(.at-image-picker__choose-btn) { |
| | | border: 1PX #f2f2f2 solid; |
| | | |
| | | } |
| | | .at-image-picker__flex-box { |
| | | padding: 18px 18px 0 0; |
| | | } |
| | | .at-image-picker__preview-img { |
| | | text-align: center; |
| | | background-color: #f8f8f8; |
| | | position: relative; |
| | | background-color: #f2f2f2; |
| | | img { |
| | | display: block; |
| | | @include position(absolute, 50% 50% n n); |
| | | transform: translate(-50%, -50%); |
| | | } |
| | | } |
| | | .at-image-picker__choose-btn { |
| | | .add-bar { |