You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shop-app/uni.scss

97 lines
2.4 KiB

2 years ago
/**
* uni-app
*
* uni-app https://ext.dcloud.net.cn使
* 使scss使 import 便App
*
*/
/**
* App使
*
* 使scss scss 使 import
*/
@import 'uview-ui/theme.scss';
/* 颜色变量 */
// 色板
$color-yellow0: #FFEDE9;
$color-yellow1: #FFA35B;
$color-yellow2: #FF7F39;
$color-yellow3: #FF875B;
$color-yellow4: #FF512B;
$color-grey0: #FFF;
$color-grey1: #f8f8f8;
$color-grey2: #eee;
$color-grey3: #ccc;
$color-grey4: #999;
$color-grey5: #666;
$color-grey6: #333;
$color-blue5: #69ADE5;
2 years ago
/* 行为相关颜色 */
// $uni-color-primary: #007aff;
// $uni-color-success: #4cd964;
// $uni-color-warning: #f0ad4e;
// $uni-color-error: #dd524d;
2 years ago
/* 文字基本颜色 */
// $text-color-theme: $color-yellow4; //文字主题色
// $text-color:$color-grey6;//基本色
// $text-color-inverse: $color-grey0; //反色
// $text-color-auxiliary: $color-grey5; //辅助灰色,如加载更多的提示信息
// $text-color-placeholder: $color-grey4; //占位色
2 years ago
/* 背景颜色 */
// $bg-color: $color-grey0;
// $bg-color-grey: $color-grey1;
// $bg-color-hover:#f1f1f1;//点击状态颜色
// $bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色
2 years ago
/* 边框颜色 */
// $uni-border-color: $color-grey2;
/* 透明度 */
$opacity-disabled: 0.3; // 组件禁用态的透明度
2 years ago
/* 尺寸变量 */
/* 文字尺寸 */
$font-size-sm:24rpx;
$font-size-base:28rpx;
$font-size-lg:32rpx;
/* 间距 */
$sp-col-sm: 30rpx;
$sp-col-lg : 40rpx;
2 years ago
/* 图片尺寸 */
$uni-img-size-sm:20px;
$uni-img-size-base:26px;
$uni-img-size-lg:40px;
/* Border Radius */
$uni-border-radius-sm: 2px;
$uni-border-radius-base: 3px;
$uni-border-radius-lg: 6px;
$uni-border-radius-circle: 50%;
/* 水平间距 */
$uni-spacing-row-sm: 5px;
$uni-spacing-row-base: 10px;
$uni-spacing-row-lg: 15px;
/* 垂直间距 */
$uni-spacing-col-sm: 4px;
$uni-spacing-col-base: 8px;
$uni-spacing-col-lg: 12px;