代码拉取完成,页面将自动刷新
同步操作将从 吴革非/微商城小程序 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**app.wxss**/
@import '/static/css/rfui.wxss';
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;
}
.rf-white-hover {
background: #E5E5E5 !important;
color: #2E2E2E !important;
}
.btn-disabled {
color: #FAFBFC !important;
background: linear-gradient(-90deg, #CAD8FB, #C9D3FB);
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。