代码拉取完成,页面将自动刷新
同步操作将从 shopTNT开源商城系统/shopTNT电商系统-移动端(小程序 app 公众号) 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
@import 'uview-ui/theme.scss';
// 背景色配置
$main-bgColor: #F6F9FC;
page{
background-color: $main-bgColor;
height: 100%;
}
// view, text {
// letter-spacing: 2rpx;
// }
// 为你推荐组件样式
.demo-warter {
border-radius: 8px;
margin: 5px;
background-color: #ffffff;
padding: 8px;
position: relative;
}
.demo-image {
width: 100%;
border-radius: 4px;
}
.demo-title {
font-size: 30rpx;
margin-top: 5px;
color: $u-main-color;
}
/deep/ {
.u-field {
padding: 30rpx !important;
.fild-body {
margin-top: 6rpx;
}
}
.u-cell {
align-items: center;
}
.u-label {
flex: 0 0 160rpx !important;
}
.u-field__input-wrap, .u-textarea-class {
font-weight: 600;
}
.uni-mask, .uni-modal, uni-modal {
z-index: 99999 !important;
}
.u-btn--error--disabled {
background: #ff5000 !important;
color: #fff;
}
.u-error-hover {
background: #ff9000 !important;
}
}
/** 按钮 */
.big-btn {
margin: 80rpx 0 40rpx 0;
text-align: center;
.btn {
background: linear-gradient(145deg,#ff9000,#ff5000 77%);
color: #FFFFFF;
padding: 20rpx;
border-radius: 40rpx;
margin: 0 30rpx;
}
}
.after-sale-container, .account-security, .change-mobile-container, .invoice-address-container, .change-password-container, .account-binding-contaner, .address-container, .my-performance, .withdrawals-history-container, .withdrawals-history, .instructions-use, .login-container, .register-container, .reset-container, .seckill-container, .group-buy-container, .points-mall-container {
background-color: #FFFFFF;
}
.tabs-view{
z-index: 9900;
position: fixed;
top: --window-top;
left: 0;
background: white;
width: 100%;
}
// 自营标识
.self {
border-radius: 8rpx;
color: #FFFFFF;
font-size: 20rpx;
width: 70rpx;
text-align: center;
padding: 4rpx 8rpx;
background: linear-gradient(to right, #FD5632 0%, #EF0D25 100%);
}
// 设置IOS页面标题长按不可复制
/deep/ .uni-page-head__title{
-webkit-touch-callout:none; /*系统默认菜单被禁用*/
-webkit-user-select:none; /*webkit浏览器*/
-khtml-user-select:none; /*早期浏览器*/
-moz-user-select:none;/*火狐*/
-ms-user-select:none; /*IE10*/
user-select:none;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。