代码拉取完成,页面将自动刷新
@import "/components/colorui/main.wxss";
@import "/components/colorui/icon.wxss";
page {
height: 100%;
background-color: #F8F8F8;
}
.hide {
display: none!important;
}
.container,
input,
button {
font: 14px "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}
.container {
height: 100%;
background-color: #f5f5f5;
}
.nodata{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.nodata_img{
display: block;
width: 45px;
height: 45px;
}
.nodata_text{
color:#dedede;
font-size: 12px;
padding-left: 10px;
}
/* 引入样式 */
@import './style/wxapp-animate/animate.wxss';
page {
--theme-color: #CB4042;
}
.bg-theme {
background-color: var(--theme-color);
color: #ffffff;
}
@keyframes rotate {
from {
transform-origin: center;
transform: rotate(0);
}
to {
transform-origin: center;
transform: rotate(360deg);
}
}
@keyframes rotate-reverse {
from {
transform-origin: center;
transform: rotate(0);
}
to {
transform-origin: center;
transform: rotate(-360deg);
}
}
.rotate-reverse {
animation-name: rotate-reverse;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.rotate {
animation-name: rotate;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
.time-36s {
animation-duration: 36s;
}
.time-2s {
animation-duration: 2s;
}
.shadow-lg {
box-shadow: 0rpx 4rpx 6rpx 0rpx rgba(0, 102, 204, 0.2);
}
.touch:active {
transform: scale(1.1);
}
.touch-s:active {
transform: scale(1.01);
}
.btn-hover {
background: rgb(131, 203, 241)!important;
}
.one-line-text {
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。