1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /* 水平间距 */
- /* 水平间距 */
- .u-empty.data-v-3fd495d6,
- .u-empty__wrap.data-v-3fd495d6,
- .u-tabs.data-v-3fd495d6,
- .u-tabs__wrapper.data-v-3fd495d6,
- .u-tabs__wrapper__scroll-view-wrapper.data-v-3fd495d6,
- .u-tabs__wrapper__scroll-view.data-v-3fd495d6,
- .u-tabs__wrapper__nav.data-v-3fd495d6,
- .u-tabs__wrapper__nav__line.data-v-3fd495d6 {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-toolbar.data-v-3fd495d6 {
- height: 42px;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .u-toolbar__wrapper__cancel.data-v-3fd495d6 {
- color: #909193;
- font-size: 15px;
- padding: 0 15px;
- }
- .u-toolbar__title.data-v-3fd495d6 {
- color: #303133;
- padding: 0 60rpx;
- font-size: 16px;
- flex: 1;
- text-align: center;
- }
- .u-toolbar__wrapper__confirm.data-v-3fd495d6 {
- color: #3c9cff;
- font-size: 15px;
- padding: 0 15px;
- }
|