643 Star 773 Fork 242

shopTNT开源商城系统 / shopTNT电商系统-移动端(小程序 app 公众号)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uni.scss 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
/**
* 下方引入的为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;
}
1
https://gitee.com/bbc-se/mobile-ui.git
git@gitee.com:bbc-se/mobile-ui.git
bbc-se
mobile-ui
shopTNT电商系统-移动端(小程序 app 公众号)
5.2.3

搜索帮助