Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-Mob-R7-Res
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-Mob-R7-Res
提交
f1f4a973
提交
f1f4a973
编写于
9月 17, 2020
作者:
KK
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式结构调整
上级
3cfa41d1
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
181 行增加
和
40 行删除
+181
-40
default.less
src/styles/default.less
+3
-40
index.less
src/styles/layout/index.less
+7
-0
index.less
src/styles/theme/index.less
+12
-0
theme.less
src/styles/theme/theme.less
+159
-0
未找到文件。
src/styles/default.less
浏览文件 @
f1f4a973
@import "../../node_modules/font-awesome/less/font-awesome.less";
@import "./theme/blue.theme.less";
@import "./theme/dark-blue.theme.less";
@import "./theme/class-black.less";
@import "./theme/light-green.less";
@import "./theme/peach-pink.less";
@import "./theme/star-purple.less";
@import "./theme/summer-yellow.less";
@import "./theme/vital-red.less";
@import "./theme.less";
@import "./theme/index.less";
@import "./layout/index.less";
@import "./sysStyles.less";
@import "./layout/layout.less";
@import "./layout/align/align-left.less";
@import "./layout/align/align-right.less";
@import "./layout/navigation/navi-class.less";
@import "./layout/navigation/navi-new.less";
.ion-page.view-container {
height: 100%;
display: flex;
flex-direction: column;
// background: #f4f3f8;
position: relative;
.view-header {
position: absolute;
...
...
@@ -145,31 +133,6 @@ button.alert-button.ion-focusable.ion-activatable.secondary.sc-ion-alert-ios {
// --background: inherit;
// }
//分页tab样式
// ion-segment{
// height: 40px;
// width: 100%;
// --background: #f4f3f8;
// border-radius: 0;
// ion-segment-button{
// box-sizing: border-box;
// line-height: 40px;
// position:relative;
// --border-radius: 0;
// --indicator-box-shadow:#7eb4e6;
// --color-checked:#7eb4e6;
// --indicator-color: #f4f3f8;
// --border-style:none;
// margin-top: 0;
// margin-bottom: 2px;
// --transition:none;
// }
// .segment-button-checked{
// border-bottom: 2px solid #7eb4e6;
// margin: 0;
// }
// }
ion-toolbar{
--padding-bottom: 0;
--padding-end: 0;
...
...
src/styles/layout/index.less
0 → 100644
浏览文件 @
f1f4a973
// 布局函数
@import "./layout.less";
@import "./align/align-left.less";
@import "./align/align-right.less";
@import "./navigation/navi-class.less";
@import "./navigation/navi-new.less";
src/styles/theme/index.less
0 → 100644
浏览文件 @
f1f4a973
// 主题函数
@import "./theme.less";
@import "./blue.theme.less";
@import "./dark-blue.theme.less";
@import "./class-black.less";
@import "./light-green.less";
@import "./peach-pink.less";
@import "./star-purple.less";
@import "./summer-yellow.less";
@import "./vital-red.less";
src/styles/theme/theme.less
0 → 100644
浏览文件 @
f1f4a973
// 主题公共函数
.theme(@theme-color,@text-color) {
ion-tab-bar {
ion-tab-button {
--color-selected: @theme-color;
}
}
// 按钮样式
ion-button {
--background: @theme-color;
--color: @text-color;
--color-activated: @text-color;
--background-activated:@theme-color;
}
// 多数据快速分组组件tab选中样式
.app-seleted-item {
color: @theme-color;
border-bottom: 2px solid @theme-color;
}
ion-fab-button{
--background:@theme-color;
--box-shadow:-1px 1px 5px #8e9eab;
--background-activated:@theme-color;
}
.view-container {
ion-header {
.ionoc-view-header {
--background: @theme-color;
--color: @text-color;
}
}
}
ion-toggle {
--background-checked: @theme-color;
}
.app-form-item.item-has-focus {
> ion-label {
color: @theme-color;
}
}
ion-picker {
color: @theme-color;
.picker-toolbar-button {
button {
color: @theme-color;
}
}
}
ion-action-sheet {
--button-color: @theme-color;
--max-height: 60%;
}
ion-alert {
.alert-button {
color: @theme-color;
}
[aria-checked="true"].sc-ion-alert-ios
.alert-checkbox-icon.sc-ion-alert-ios {
background-color: @theme-color;
border-color: @theme-color;
}
}
ion-checkbox {
--background-checked: @theme-color;
--border-color-checked: @theme-color;
}
.app-embed-view {
.embed-view-header {
ion-toolbar {
--background: @theme-color;
}
}
}
.app-mobile-radio-list {
.van-radio__icon--checked .van-icon {
color: #fff;
background-color: @theme-color;
border-color: @theme-color;
}
}
.listexpbar_list {
.van-sidebar-item--select::before {
background-color: @theme-color;
}
.van-sidebar-item--select {
border-color: @theme-color;
}
}
.van-rate__icon--full {
color: @theme-color;
}
ion-range {
--bar-background-active: @theme-color;
}
// 多数据分类器样式
.ibiz-dropdown-menu {
.van-button--info {
background-color: @theme-color;
border: 1px solid @theme-color;
}
.dropdown-item-icon {
color: @theme-color;
}
}
.ibiz-dropdown-menu.dropdown-menu-ative {
.van-ellipsis {
color: @theme-color;
}
.van-dropdown-menu__title::after {
color: @theme-color;
}
}
//多编辑面板底部新增按钮
.app-medit-view-panel{
ion-fab{
ion-fab-button{
--background:@theme-color;
}
}
}
// 选项操作视图底部按钮
.mobtestmob-option-view{
.option-view-btnbox{
.success{
--background: @theme-color;
--color: @text-color;
}
}
}
//日历选中样式
.mpvue-calendar td.selected span {
background-color: @theme-color!important;
color: @text-color !important;
}
.mpvue-calendar-change span.active{
background-color: @theme-color !important;
color: @text-color!important;
}
//分页tab样式
ion-segment{
ion-segment-button{
--indicator-box-shadow:@theme-color;
--color-checked:@theme-color;
}
.segment-button-checked{
border-color: @theme-color;
}
}
// 风格改变样式
.app-mob-select-changeStyle ion-list .align-boxs .active{
border: 2px solid @theme-color;
ion-icon{
color: @theme-color;
}
}
}
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录