|
@@ -1,9 +1,5 @@
|
|
|
-/******************** 这里放组件样式 ********************/
|
|
|
-/***** uni组件颜色覆盖 *****/
|
|
|
-// select选项面包 确定按钮
|
|
|
-.uni-picker-container .uni-picker-action.uni-picker-action-confirm{color: #30c190!important;}
|
|
|
-.uni-calendar-item__weeks-box .uni-calendar-item--checked{background-color: #30c190!important;}
|
|
|
-.uni-date-changed .uni-datetime-picker--btn{background-color: #30c190!important;}
|
|
|
+/******************** 公共组件样式 ********************/
|
|
|
+
|
|
|
/***** view *****/
|
|
|
view{box-sizing: border-box;}
|
|
|
|
|
@@ -12,9 +8,6 @@ view{box-sizing: border-box;}
|
|
|
.ezy-tc{text-align: center;}
|
|
|
.ezy-tr{text-align: right;}
|
|
|
|
|
|
-/***** 状态栏 *****/
|
|
|
-.phone-status-bar{height: var(--status-bar-height);width: 100%;}
|
|
|
-
|
|
|
/***** 超出省略 *****/
|
|
|
// 文本超出省略号显示 (一行)
|
|
|
@mixin single-line-ellipsis() {text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;white-space: nowrap;word-break: break-all;}
|
|
@@ -70,13 +63,6 @@ view{box-sizing: border-box;}
|
|
|
.line-height-lineHeight3{line-height: 3;}
|
|
|
}
|
|
|
|
|
|
-/***** 按钮 *****/
|
|
|
-// 按钮
|
|
|
-.phone-green-btn[type='default']{background-color: #3fd2a1;color: #fff;}
|
|
|
-.phone-white-btn[type='default']{background-color: #fff;color: #3fd2a1;border: 1rpx solid #3fd2a1;}
|
|
|
-.phone-white-btn[type='default']:after{display: none;}
|
|
|
-.phone-green-btn[type='default']:hover{background-color: #34c595;color: #fff;}
|
|
|
-
|
|
|
/***** 标题栏 *****/
|
|
|
// 三个元素
|
|
|
.phone-navBar-box{
|
|
@@ -119,3 +105,5 @@ view{box-sizing: border-box;}
|
|
|
.phone-nav-bar-icon{width: 24rpx;height: 38rpx;position: absolute;left: 24rpx;top: var(--status-bar-height);
|
|
|
background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
}
|
|
|
+
|
|
|
+/******************** 网站组件样式 ********************/
|