代码拉取完成,页面将自动刷新
同步操作将从 Eve996/ThorUI 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
page {
background: #fafafa;
/* font-family:PingFang-SC-Medium; */
}
.container {
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.phcolor {
color: #ccc;
font-size: 32rpx;
}
button::after {
border: none;
}
.opcity {
opacity: 0.5;
}
.hover {
background: #f7f7f9 !important;
}
.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/*列表统一样式 */
.list-item {
position: relative;
}
.list-item::after {
content: '';
position: absolute;
border-bottom: 1rpx solid #eaeef1;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
bottom: 0;
right: 0;
left: 30rpx;
}
.last::after {
border-bottom: 0 !important;
}
/*按钮样式*/
.btn-primary {
width: 100%;
height: 90rpx;
line-height: 90rpx;
background: linear-gradient(-90deg, #5677fc, #5c8dff);
border-radius: 45rpx;
color: #fff;
font-size: 36rpx;
}
.btn-hover {
color: #d5d4d9;
background: linear-gradient(-90deg, #4a67d6, #4e77d9);
}
.btn-gray {
background: #ededed;
color: #999 !important;
}
.btn-gray-hover {
background: #d5d5d5 !important;
color: #898989;
}
.btn-white {
background: #fff;
color: #333 !important;
}
.tui-white-hover {
background: #e5e5e5 !important;
color: #2e2e2e !important;
}
.btn-disabled {
color: #fafbfc !important;
background: linear-gradient(-90deg, #cad8fb, #c9d3fb);
}
.tui-tips{
padding: 80rpx;
font-size: 30rpx;
text-align: center;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。