| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- @charset "UTF-8";
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- view.data-v-4c556b40, scroll-view.data-v-4c556b40, swiper-item.data-v-4c556b40 {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-search.data-v-4c556b40 {
- display: flex;
- flex-direction: row;
- align-items: center;
- flex: 1;
- }
- .u-search__content.data-v-4c556b40 {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 0 10px;
- flex: 1;
- justify-content: space-between;
- border-width: 1px;
- border-color: transparent;
- border-style: solid;
- overflow: hidden;
- }
- .u-search__content__icon.data-v-4c556b40 {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .u-search__content__label.data-v-4c556b40 {
- color: #303133;
- font-size: 14px;
- margin: 0 4px;
- }
- .u-search__content__close.data-v-4c556b40 {
- width: 20px;
- height: 20px;
- border-top-left-radius: 100px;
- border-top-right-radius: 100px;
- border-bottom-left-radius: 100px;
- border-bottom-right-radius: 100px;
- background-color: #C6C7CB;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- -webkit-transform: scale(0.82);
- transform: scale(0.82);
- }
- .u-search__content__input.data-v-4c556b40 {
- flex: 1;
- font-size: 14px;
- line-height: 1;
- margin: 0 5px;
- color: #303133;
- }
- .u-search__content__input--placeholder.data-v-4c556b40 {
- color: #909193;
- }
- .u-search__action.data-v-4c556b40 {
- font-size: 14px;
- color: #303133;
- width: 0;
- overflow: hidden;
- transition-property: width;
- transition-duration: 0.3s;
- white-space: nowrap;
- text-align: center;
- }
- .u-search__action--active.data-v-4c556b40 {
- width: 40px;
- margin-left: 5px;
- }
|