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
提交
cd4430c8
提交
cd4430c8
编写于
8月 12, 2020
作者:
KK
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
代码格式
上级
127b2876
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
165 行增加
和
164 行删除
+165
-164
default.less
src/styles/default.less
+81
-81
layout.less
src/styles/layout.less
+23
-23
theme.less
src/styles/theme.less
+61
-60
未找到文件。
src/styles/default.less
浏览文件 @
cd4430c8
@import
'../../node_modules/font-awesome/less/font-awesome.less'
;
@import
'../theme/blue.theme.less'
;
@import
'../theme/dark-blue.theme.less'
;
@import
'../theme/default.theme.less'
;
@import
'./theme.less'
;
@import
'./layout.less'
;
@import
"../../node_modules/font-awesome/less/font-awesome.less"
;
@import
"../theme/blue.theme.less"
;
@import
"../theme/dark-blue.theme.less"
;
@import
"../theme/default.theme.less"
;
@import
"./theme.less"
;
@import
"./layout.less"
;
.view-container {
height: 100%;
display: flex;
flex-direction: column;
position: relative;
.view-header {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
.van-button{
height: @nav-bar-height;
line-height: @nav-bar-height;
color: @color-tertiary-contrast;
}
.app-view-lefttoolbar{
height: @nav-bar-height;
line-height: @nav-bar-height;
}
.app-nav-bar{
height: @nav-bar-height;
line-height: @nav-bar-height;
background: @nav-bar-backgroud;
.van-icon{
color:@nav-bar-color;
}
.van-nav-bar__title{
color: @nav-bar-color;
font-size: @nav-bar-fontSize;
}
.van-nav-bar__right {
height: @nav-bar-height;
line-height: @nav-bar-height;
}
}
height: 100%;
display: flex;
flex-direction: column;
position: relative;
.view-header {
position: absolute;
top: 0;
width: 100%;
z-index: 1;
.van-button {
height: @nav-bar-height;
line-height: @nav-bar-height;
color: @color-tertiary-contrast;
}
.
view-header-bottom
{
height: 40px
;
width: 100%
;
.
app-view-lefttoolbar
{
height: @nav-bar-height
;
line-height: @nav-bar-height
;
}
>.view-content {
flex-grow: 1;
overflow: auto;
height: 50%;
.app-nav-bar {
height: @nav-bar-height;
line-height: @nav-bar-height;
background: @nav-bar-backgroud;
.van-icon {
color: @nav-bar-color;
}
.van-nav-bar__title {
color: @nav-bar-color;
font-size: @nav-bar-fontSize;
}
.van-nav-bar__right {
height: @nav-bar-height;
line-height: @nav-bar-height;
}
}
>.view-search {
>.van-cell {
padding: 0px;
padding-right: @padding-md;
display: flex;
align-items: center;
.view-search__searchform {
font-size: @font-size-lg;
color: #969799;
}
}
}
.view-header-bottom {
height: 40px;
width: 100%;
}
> .view-content {
flex-grow: 1;
overflow: auto;
height: 50%;
}
> .view-search {
> .van-cell {
padding: 0px;
padding-right: @padding-md;
display: flex;
align-items: center;
.view-search__searchform {
font-size: @font-size-lg;
color: #969799;
}
}
> .view-footer{
color: @color-tertiary-contrast;
.bottom_menu{
text-align: center;
margin: 0 4px 4px 4px
;
ion-button{
width: calc(50% - 4px);
--border-radius:0
;
}
}
}
> .view-footer {
color: @color-tertiary-contrast;
.bottom_menu {
text-align: center
;
margin: 0 4px 4px 4px;
ion-button {
width: calc(50% - 4px)
;
--border-radius: 0;
}
}
}
}
.app-layoutpanel{
.app-mob-span{
.app-layoutpanel
{
.app-mob-span
{
font-family: Ping;
ion-input{
ion-input
{
--padding-top: 0;
--padding-bottom: 0;
--padding-end: 0;
--padding-start: 0;
}
}
ion-icon{
ion-icon
{
position: relative;
left: 8px;
top: 1px;
}
}
.icon {
width: 4em;
height: 4em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
width: 4em;
height: 4em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
ion-action-sheet{
--max-height: 60%;
ion-action-sheet
{
--max-height: 60%;
}
// 默认主题颜色
...
...
@@ -107,7 +107,7 @@ ion-action-sheet{
.theme(@default-active-color,@default-text-color);
// 默认布局
@default-form-text-align:right;
@default-form-text-align:
right;
.layout(@default-form-text-align);
@import './user.less';
\ No newline at end of file
@import "./user.less";
src/styles/layout.less
浏览文件 @
cd4430c8
// 布局公共函数
.layout(@form-text-align){
.app-mobile-select ion-select::part(text) {
.layout(@form-text-align) {
.app-mobile-select ion-select::part(text) {
text-align: @form-text-align;
}
.app-mobile-check-list ion-select::part(text) {
text-align: @form-text-align;
}
.app-mobile-datetime-picker {
ion-datetime {
text-align: @form-text-align;
}
.app-mobile-check-list ion-select::part(text) {
}
.app-picker .ibz-input {
text-align: @form-text-align;
}
.left {
.app-form-item-input {
text-align: @form-text-align;
}
.app-mobile-datetime-picker {
ion-datetime{
text-align: @form-text-align;
}
}
.app-picker .ibz-input {
text-align: @form-text-align;
}
.left{
.app-form-item-input{
text-align: @form-text-align;
}
}
.app-mob-mpicker > ion-input {
text-align: @form-text-align;
}
ion-textarea{
text-align: @form-text-align;
}
}
\ No newline at end of file
}
.app-mob-mpicker > ion-input {
text-align: @form-text-align;
}
ion-textarea {
text-align: @form-text-align;
}
}
src/styles/theme.less
浏览文件 @
cd4430c8
// 主题公共函数
.theme(@theme-color,@text-color){
ion-tab-bar{
ion-tab-button{
--color-selected: @theme-color;
}
.theme(@theme-color,@text-color) {
ion-tab-bar {
ion-tab-button {
--color-selected: @theme-color;
}
ion-button{
}
ion-button {
--background: @theme-color;
--color: @text-color;
}
.view-container {
ion-header {
.ionoc-view-header {
--background: @theme-color;
--color: @text-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-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-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-action-sheet {
--button-color: @theme-color;
--max-height: 60%;
}
ion-alert {
.alert-button {
color: @theme-color;
}
ion-checkbox{
--background-checked : @theme-color ;
--border-color-checked: @theme-color ;
[aria-checked="true"].sc-ion-alert-ios
.alert-checkbox-icon.sc-ion-alert-ios {
background-color: @theme-color;
border-color: @theme-color;
}
.app-embed-view{
.embed-view-header{
ion-toolbar{
--background: @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;
}
}
.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;
}
}
.listexpbar_list
{
.van-sidebar-item--select::before {
background-color: @theme-color;
}
.van-sidebar-item--select {
border-color: @theme-color;
}
}
\ No newline at end of file
}
}
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录