代码拉取完成,页面将自动刷新
同步操作将从 java110/HC小区业主版 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**app.wxss**/
@import "./style/weui.css";
@import "./style/iconfont.css";
@import "./style/main.css";
@import "./style/icon.css";
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 100rpx 0;
box-sizing: border-box;
/*border: 1px solid green;*/
}
page {
background-color: #f2f2f2;
}
.bg-white {
background-color: #ffffff;
}
.image-icon {
width: 30rpx;
height: 30rpx;
}
.border-bottom {
border-bottom: 1px solid #dbdbdb;
}
/* 修正 text 组件 英文&符号不换行的问题 begin */
text {
word-wrap: break-all;
word-break: break-word;
text-align: justify;
}
/* 修正 text 组件 英文&符号不换行的问题 end */
.fixed-bottom{
position: fixed;
bottom: 0rpx;
left: 0rpx;
box-shadow: 0 -5rpx 20rpx #c9c9c9;
}
.block-full-width{
display: block;
width: 100%;
height: 150rpx;
}
.flex-container {
display: flex;
justify-content: center;
align-items: center;
}
.full-button {
width: 80%;
}
/*甜甜圈loading start*/
@keyframes donut-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.donut {
display: inline-block;
border: 4rpx solid rgba(0, 0, 0, 0.1);
border-left-color: #1AAD19;
border-radius: 50%;
width: 60rpx;
height: 60rpx;
animation: donut-spin 0.5s linear infinite;
}
/*甜甜圈loading end*/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。