123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-noticebar.data-v-24a05de4 {
- display: flex;
- width: 100%;
- box-sizing: border-box;
- flex-direction: row;
- align-items: center;
- padding: 6px 12px;
- margin-bottom: 10px;
- }
- .uni-noticebar-close.data-v-24a05de4 {
- margin-right: 5px;
- }
- .uni-noticebar-icon.data-v-24a05de4 {
- margin-right: 5px;
- }
- .uni-noticebar__content-wrapper.data-v-24a05de4 {
- flex: 1;
- flex-direction: column;
- overflow: hidden;
- }
- .uni-noticebar__content-wrapper--single.data-v-24a05de4 {
- line-height: 18px;
- }
- .uni-noticebar__content-wrapper--single.data-v-24a05de4,
- .uni-noticebar__content-wrapper--scrollable.data-v-24a05de4 {
- flex-direction: row;
- }
- .uni-noticebar__content-wrapper--scrollable.data-v-24a05de4 {
- position: relative;
- height: 18px;
- }
- .uni-noticebar__content--scrollable.data-v-24a05de4 {
- flex: 1;
- display: block;
- overflow: hidden;
- }
- .uni-noticebar__content--single.data-v-24a05de4 {
- display: flex;
- flex: none;
- width: 100%;
- justify-content: center;
- }
- .uni-noticebar__content-text.data-v-24a05de4 {
- font-size: 14px;
- line-height: 18px;
- word-break: break-all;
- }
- .uni-noticebar__content-text--single.data-v-24a05de4 {
- display: block;
- width: 100%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .uni-noticebar__content-text--scrollable.data-v-24a05de4 {
- position: absolute;
- display: block;
- height: 18px;
- line-height: 18px;
- white-space: nowrap;
- padding-left: 100%;
- -webkit-animation: notice-data-v-24a05de4 10s 0s linear infinite both;
- animation: notice-data-v-24a05de4 10s 0s linear infinite both;
- -webkit-animation-play-state: paused;
- animation-play-state: paused;
- }
- .uni-noticebar__more.data-v-24a05de4 {
- display: inline-flex;
- flex-direction: row;
- flex-wrap: nowrap;
- align-items: center;
- padding-left: 5px;
- }
- .uni-noticebar__more-text.data-v-24a05de4 {
- font-size: 14px;
- }
- @-webkit-keyframes notice-data-v-24a05de4 {
- 100% {
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
- }
- @keyframes notice-data-v-24a05de4 {
- 100% {
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
- }
|