| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @charset "UTF-8";
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- view.data-v-475fdbf0, scroll-view.data-v-475fdbf0, swiper-item.data-v-475fdbf0 {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-notice.data-v-475fdbf0 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
- .u-notice__left-icon.data-v-475fdbf0 {
- align-items: center;
- margin-right: 5px;
- }
- .u-notice__right-icon.data-v-475fdbf0 {
- margin-left: 5px;
- align-items: center;
- }
- .u-notice__swiper.data-v-475fdbf0 {
- height: 16px;
- display: flex;
- flex-direction: row;
- align-items: center;
- flex: 1;
- }
- .u-notice__swiper__item.data-v-475fdbf0 {
- display: flex;
- flex-direction: row;
- align-items: center;
- overflow: hidden;
- }
- .u-notice__swiper__item__text.data-v-475fdbf0 {
- font-size: 14px;
- color: #f9ae3d;
- }
|