1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- @charset "UTF-8";
- view.data-v-52d4ddd1, scroll-view.data-v-52d4ddd1, swiper-item.data-v-52d4ddd1 {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-popup.data-v-52d4ddd1 {
- flex: 1;
- }
- .u-popup__content.data-v-52d4ddd1 {
- background-color: #fff;
- position: relative;
- }
- .u-popup__content--round-top.data-v-52d4ddd1 {
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content--round-left.data-v-52d4ddd1 {
- border-top-left-radius: 0;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content--round-right.data-v-52d4ddd1 {
- border-top-left-radius: 10px;
- border-top-right-radius: 0;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 0;
- }
- .u-popup__content--round-bottom.data-v-52d4ddd1 {
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- }
- .u-popup__content--round-center.data-v-52d4ddd1 {
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- }
- .u-popup__content__close.data-v-52d4ddd1 {
- position: absolute;
- }
- .u-popup__content__close--hover.data-v-52d4ddd1 {
- opacity: 0.4;
- }
- .u-popup__content__close--top-left.data-v-52d4ddd1 {
- top: 15px;
- left: 15px;
- }
- .u-popup__content__close--top-right.data-v-52d4ddd1 {
- top: 15px;
- right: 15px;
- }
- .u-popup__content__close--bottom-left.data-v-52d4ddd1 {
- bottom: 15px;
- left: 15px;
- }
- .u-popup__content__close--bottom-right.data-v-52d4ddd1 {
- right: 15px;
- bottom: 15px;
- }
|