shortPlay-mini/unpackage/dist/dev/mp-weixin/components/gLoading.wxss

42 lines
741 B
Plaintext

@charset "UTF-8";
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.loading.data-v-0e220890 {
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 999;
background-color: #F8F8F8;
opacity: 0.99;
}
.bg-white.data-v-0e220890 {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.bg-white image.data-v-0e220890 {
width: 36px;
height: 36px;
display: block;
margin-top: -20px;
}
.bg-white text.data-v-0e220890 {
margin-top: 20px;
}