| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .app-empty.data-v-57180dbc {
- width: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .app-empty .app-empty-center.data-v-57180dbc {
- width: 100%;
- margin-bottom: 80rpx;
- }
- .app-empty .app-empty__img.data-v-57180dbc {
- width: 100%;
- text-align: center;
- margin: 116rpx auto 50rpx;
- }
- .app-empty .app-empty__img image.data-v-57180dbc {
- width: 500rpx;
- max-width: 100%;
- height: auto;
- }
- .app-empty .app-empty__title.data-v-57180dbc {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- font-size: 32rpx;
- color: #666666;
- }
- .app-empty .app-empty__title ._span.data-v-57180dbc {
- font-weight: 400;
- }
- .app-empty .app-empty__title ._span + ._span.data-v-57180dbc {
- font-weight: initial;
- margin-top: 10rpx;
- font-size: 26rpx;
- }
- .app-empty .app-empty__title .empty_noData.data-v-57180dbc {
- font-size: 26rpx;
- }
- .foot-divider.data-v-57180dbc {
- height: 1rpx;
- background-color: #dcdada;
- width: 63rpx;
- margin: 0 22rpx;
- }
- .foot-text.data-v-57180dbc {
- font-size: 26rpx;
- color: #a1a1a1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .foot-layout.data-v-57180dbc {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- height: 115rpx;
- }
- .loading.data-v-57180dbc {
- display: inline-block;
- margin-right: 12rpx;
- vertical-align: middle;
- width: 14rpx;
- height: 14rpx;
- background: 0 0;
- border-radius: 50%;
- border: 2rpx solid #e9eaec;
- border-color: #e9eaec #e9eaec #e9eaec #f4a738;
- -webkit-animation: btn-spin-data-v-57180dbc 0.6s linear;
- animation: btn-spin-data-v-57180dbc 0.6s linear;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- }
- @-webkit-keyframes btn-spin-data-v-57180dbc {
- 0% {
- -webkit-transform: rotate(0);
- transform: rotate(0);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
- @keyframes btn-spin-data-v-57180dbc {
- 0% {
- -webkit-transform: rotate(0);
- transform: rotate(0);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- }
|