123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- /* 水平间距 */
- /* 水平间距 */
- .u-empty.data-v-cafe0b2a,
- .u-empty__wrap.data-v-cafe0b2a,
- .u-tabs.data-v-cafe0b2a,
- .u-tabs__wrapper.data-v-cafe0b2a,
- .u-tabs__wrapper__scroll-view-wrapper.data-v-cafe0b2a,
- .u-tabs__wrapper__scroll-view.data-v-cafe0b2a,
- .u-tabs__wrapper__nav.data-v-cafe0b2a,
- .u-tabs__wrapper__nav__line.data-v-cafe0b2a {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-upload.data-v-cafe0b2a {
- display: flex;
- flex-direction: column;
- flex: 1;
- }
- .u-upload__wrap.data-v-cafe0b2a {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- flex: 1;
- }
- .u-upload__wrap__preview.data-v-cafe0b2a {
- border-radius: 2px;
- margin: 0 8px 8px 0;
- position: relative;
- overflow: hidden;
- display: flex;
- flex-direction: row;
- }
- .u-upload__wrap__preview__image.data-v-cafe0b2a {
- width: 80px;
- height: 80px;
- }
- .u-upload__wrap__preview__other.data-v-cafe0b2a {
- width: 80px;
- height: 80px;
- background-color: #f2f2f2;
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .u-upload__wrap__preview__other__text.data-v-cafe0b2a {
- font-size: 11px;
- color: #909193;
- margin-top: 2px;
- }
- .u-upload__deletable.data-v-cafe0b2a {
- position: absolute;
- top: 0;
- right: 0;
- background-color: #373737;
- height: 14px;
- width: 14px;
- display: flex;
- flex-direction: row;
- border-bottom-left-radius: 100px;
- align-items: center;
- justify-content: center;
- z-index: 3;
- }
- .u-upload__deletable__icon.data-v-cafe0b2a {
- position: absolute;
- transform: scale(0.7);
- top: 0px;
- right: 0px;
- }
- .u-upload__success.data-v-cafe0b2a {
- position: absolute;
- bottom: 0;
- right: 0;
- display: flex;
- flex-direction: row;
- border-style: solid;
- border-top-color: transparent;
- border-left-color: transparent;
- border-bottom-color: #5ac725;
- border-right-color: #5ac725;
- border-width: 9px;
- align-items: center;
- justify-content: center;
- }
- .u-upload__success__icon.data-v-cafe0b2a {
- position: absolute;
- transform: scale(0.7);
- bottom: -10px;
- right: -10px;
- }
- .u-upload__status.data-v-cafe0b2a {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- background-color: rgba(0, 0, 0, 0.5);
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .u-upload__status__icon.data-v-cafe0b2a {
- position: relative;
- z-index: 1;
- }
- .u-upload__status__message.data-v-cafe0b2a {
- font-size: 12px;
- color: #FFFFFF;
- margin-top: 5px;
- }
- .u-upload__button.data-v-cafe0b2a {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 80px;
- height: 80px;
- background-color: #f4f5f7;
- border-radius: 2px;
- margin: 0 8px 8px 0;
- box-sizing: border-box;
- }
- .u-upload__button__text.data-v-cafe0b2a {
- font-size: 11px;
- color: #909193;
- margin-top: 2px;
- }
- .u-upload__button--hover.data-v-cafe0b2a {
- background-color: #e6e7e9;
- }
- .u-upload__button--disabled.data-v-cafe0b2a {
- opacity: 0.5;
- }
|