```
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
$uni-color-primary: #007aff;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;
$uni-nothing-text: #999; //空白页文字
$theme-color:#E93323;
$theme-color-opacity:rgba(233,51,35,.6);
$bg-star: #f62c2c;
$bg-end:#f96e29;
/* 背景颜色 */
$uni-bg-color:#ffffff;
$uni-bg-color-grey:#f8f8f8;
$uni-bg-color-hover:#f1f1f1;//点击状态颜色
$uni-bg-color-mask:rgba(0, 0, 0, 0.4);//遮罩颜色
/* 边框颜色 */
$uni-border-color:#c8c7cc;
/* 尺寸变量 */
/* 文字尺寸 */
$uni-font-size-sm:24upx;
$uni-font-size-base:28upx;
$uni-font-size-lg:32upx;
/* 图片尺寸 */
$uni-img-size-sm:40upx;
$uni-img-size-base:52upx;
$uni-img-size-lg:80upx;
/* Border Radius */
$uni-border-radius-sm: 4upx;
$uni-border-radius-base: 6upx;
$uni-border-radius-lg: 12upx;
$uni-border-radius-circle: 50%;
/* 水平间距 */
$uni-spacing-row-sm: 10px;
$uni-spacing-row-base: 20upx;
$uni-spacing-row-lg: 30upx;
/* 垂直间距 */
$uni-spacing-col-sm: 8upx;
$uni-spacing-col-base: 16upx;
$uni-spacing-col-lg: 24upx;
/* 透明度 */
$uni-opacity-disabled: 0.3; // 组件禁用态的透明度
/* 文章场景相关 */
$uni-color-title: #2C405A; // 文章标题颜色
$uni-font-size-title:40upx;
$uni-color-subtitle: #555555; // 二级标题颜色
$uni-font-size-subtitle:36upx;
$uni-color-paragraph: #3F536E; // 文章段落颜色
$uni-font-size-paragraph:30upx;
```
- App.vue
- main.js
- pages.json
- vue.config.js
- uni.scss
- template.h5.html
- sitemap.json
- project.config.json
- package-lock.json
- manifest.json
- .gitignore
- utils
- cache.js
- emoji.js
- index.js
- permission.js
- request.js
- SubscribeMessage.js
- util.js
- validate.js
- store
- index.js
- getters.js
- modules
- app.js
- modules_index.js
- static
- css
- base.css
- guildford.css
- pages
- activity
- assist
- index.vue
- assist_detail
- index.vue
- assist_record
- index.vue
- combination
- index.vue
- combination_details
- index.vue
- combination_poster
- index.vue
- combination_status
- index.vue
- goods_seckill
- index.vue
- goods_seckill_details
- index.vue
- liveBroadcast
- index.vue
- presell
- index.vue
- presell_details
- index.vue
- index.vue
- admin
- delivery
- index.vue
- order
- index.vue
- order_cancellation
- index.vue
- orderDetail
- index.vue
- orderList
- index.vue
- statistics
- index.vue
- auth
- index.vue
- chat
- customer_list
- chat.vue
- index.vue
- columnGoods
- goods_list
- index.vue
- goods_search
- goods_search_con
- index.vue
- HotNewGoods
- index.vue
- error
- index.vue
- first_new_product
- index.vue
- goods_cate
- goods_cate.vue
- goods_details
- index.vue
- index
- index.vue
- news_details
- index.vue
- news_list
- index.vue
- order_addcart
- order_addcart.vue
- order_details
- index.vue
- stay.vue
- order_pay_back
- index.vue
- order_pay_status
- index.vue
- promotional_items
- index.vue
- retrieve_password
- index.vue
- store
- applicationRecord
- index.vue
- detail
- index.vue
- home
- index.vue
- list
- index.vue
- merchantDetails
- index.vue
- settled
- index.vue
- shopStreet
- index.vue
- user
- index.vue
- users
- browsingHistory
- index.vue
- commission_rank
- index.vue
- distributor
- index.vue
- feedback
- detail.vue
- index.vue
- list.vue
- goods_comment_con
- index.vue
- goods_comment_list
- index.vue
- goods_details_store
- index.vue
- goods_logistics
- index.vue
- goods_return
- index.vue
- login
- index.vue
- order_confirm
- index.vue
- order_list
- index.vue
- presell_order_list
- index.vue
- promoter-list
- index.vue
- promoter-order
- index.vue
- promoter_rank
- index.vue
- components
- adc
- index.vue
- addInvoicing
- index.vue
- addressWindow
- index.vue
- alert
- index.vue
- checkCoupon
- index.vue
- checkDelivery
- index.vue
- combinNav
- index.vue
- countDown
- index.vue
- couponListWindow
- index.vue
- couponWindow
- index.vue
- easy-upload
- easy-upload.vue
- readme.md
- goodList
- index.vue
- home
- index.vue
- invoiceGoods
- index.vue
- jyf-parser
- libs
- config.js
- CssHandler.js
- handler.sjs
- handler.wxs
- MpHtmlParser.js
- trees.vue
- jyf-parser.vue
- Loading
- index.vue
- mpvue-calendar
- browser-style.css
- calendarinit.js
- icon.css
- mpvue-calendar.vue
- style.css
- orderGoods
- index.vue
- payment
- index.vue
- PriceChange
- index.vue
- productConSwiper
- index.vue
- productWindow
- index.vue
- promotionGood
- index.vue
- recommend
- index.vue
- shareInfo
- index.vue
- shareRedPackets
- index.vue
- swipers
- index.vue
- ucharts
- component.vue
- uni-calendar
- calendar.js
- uni-calendar-item.vue
- uni-calendar.vue
- util.js
- userEvaluation
- index.vue
- userNameSwiper
- userNameSwiper.vue
- zb-code
- qrcode.js
- zb-code.vue
- Authorize.vue
- emptyPage.vue
- rightSlider.vue
- tabNav.vue
- config
- app.js
- cache.js
- socket.js
- libs
- chat.js
- login.js
- order.js
- routine.js
- spread.js
- wechat.js
- mixins
- history.js
- SendVerifyCode.js
- 源码下载