|
@@ -99,28 +99,6 @@ view{box-sizing: border-box;}
|
|
|
.phone-green-btn[type='default']:hover{background-color: #34c595;color: #fff;}
|
|
.phone-green-btn[type='default']:hover{background-color: #34c595;color: #fff;}
|
|
|
|
|
|
|
|
/***** 标题栏 *****/
|
|
/***** 标题栏 *****/
|
|
|
-// 三个元素
|
|
|
|
|
-.phone-navBar-box{
|
|
|
|
|
- display: flex;align-items: center;justify-content: space-between;background-color: #fff;
|
|
|
|
|
- padding: calc(20rpx + var(--status-bar-height)) 20rpx 20rpx;box-sizing: border-box;position: relative;
|
|
|
|
|
- .nav-bar-icon{
|
|
|
|
|
- width: 24rpx;height: 38rpx;
|
|
|
|
|
- background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
|
|
- }
|
|
|
|
|
- .nav-bar-title{font-size: 36rpx;color: #333;}
|
|
|
|
|
- // 考试数字
|
|
|
|
|
- .nav-bar-other{
|
|
|
|
|
- font-size: 30rpx;color: #fff;margin-right: 2%;
|
|
|
|
|
- .key-note{color: #ffff01;}
|
|
|
|
|
- }
|
|
|
|
|
- // 文字按钮
|
|
|
|
|
- .text-btn{font-size: 26rpx;color: #666;padding-top: 4rpx;box-sizing: border-box;}
|
|
|
|
|
- // 图标
|
|
|
|
|
- .nav-bar-icon-box{
|
|
|
|
|
- .nav-bar-right-icon{font-size: 42rpx;color: #666;}
|
|
|
|
|
- .nav-bar-right-icon + .nav-bar-right-icon{margin-left: 24rpx;}
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
// 两个元素
|
|
// 两个元素
|
|
|
.icon-title-navBar-box{
|
|
.icon-title-navBar-box{
|
|
|
background-color: #fff;box-sizing: border-box;
|
|
background-color: #fff;box-sizing: border-box;
|
|
@@ -128,19 +106,12 @@ view{box-sizing: border-box;}
|
|
|
.nav-bar-title{font-size: 32rpx;height: 64rpx;line-height: 64rpx;color: #333;max-width: 70%;}
|
|
.nav-bar-title{font-size: 32rpx;height: 64rpx;line-height: 64rpx;color: #333;max-width: 70%;}
|
|
|
.nav-bar-box{width: 64rpx;height: 64rpx;line-height: 64rpx;position: absolute;left: 10rpx;top: 10rpx;
|
|
.nav-bar-box{width: 64rpx;height: 64rpx;line-height: 64rpx;position: absolute;left: 10rpx;top: 10rpx;
|
|
|
display: flex;align-items: center;justify-content: center;}
|
|
display: flex;align-items: center;justify-content: center;}
|
|
|
- .nav-bar-icon{
|
|
|
|
|
- width: 24rpx;height: 38rpx;
|
|
|
|
|
- background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ .nav-bar-icon{width: 24rpx;height: 38rpx;@include ezy-no-repeat-cover();}
|
|
|
.bar-ml10{margin-left: 10rpx;}
|
|
.bar-ml10{margin-left: 10rpx;}
|
|
|
.nav-bar-btn{font-size: 24rpx;position: absolute;right: 20rpx;
|
|
.nav-bar-btn{font-size: 24rpx;position: absolute;right: 20rpx;
|
|
|
line-height: 50rpx;border-radius: 8rpx;padding: 0 10rpx;}
|
|
line-height: 50rpx;border-radius: 8rpx;padding: 0 10rpx;}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// 仅一个返回按钮
|
|
|
|
|
-.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();
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
/***** tab *****/
|
|
/***** tab *****/
|
|
|
// client
|
|
// client
|
|
@@ -376,46 +347,6 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
text-align: center;margin:10rpx 2%;border:1rpx solid #6bccb0;color:#6bccb0;
|
|
text-align: center;margin:10rpx 2%;border:1rpx solid #6bccb0;color:#6bccb0;
|
|
|
box-sizing: border-box;padding: 0 6rpx;font-size: 26rpx;background-color:#e5f8f4;
|
|
box-sizing: border-box;padding: 0 6rpx;font-size: 26rpx;background-color:#e5f8f4;
|
|
|
}
|
|
}
|
|
|
- .radio-btn-box{
|
|
|
|
|
- width: 100%;display:block;text-align: center;
|
|
|
|
|
- .radio-btn{color:#6bccb0;display:inline-block;margin: 16rpx 0;}
|
|
|
|
|
- .radio-btn::after{
|
|
|
|
|
- content: '';width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
|
|
- background-image: url("@/static/images/common/nav-bar-jt-bottom-green.svg");
|
|
|
|
|
- display: inline-block;vertical-align: middle;margin-left: 10rpx;font-size: 30rpx;
|
|
|
|
|
- }
|
|
|
|
|
- .collapsed-btn::after{transform: rotate(180deg);}
|
|
|
|
|
- }
|
|
|
|
|
- .label-radio-btn-box{margin-right: 180rpx;}
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// label-select
|
|
|
|
|
-.form-label-select{
|
|
|
|
|
- width: 100%;display: flex;justify-content: space-between;
|
|
|
|
|
- background-color: #fff;font-size: 30rpx;color: #333;
|
|
|
|
|
- padding: 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
|
|
|
|
|
- .select-picker-box{width: 100%;display: flex;align-items: center;justify-content: flex-end;}
|
|
|
|
|
- .select-picker-box[disabled="true"]{color: #999;}
|
|
|
|
|
- .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
|
|
|
|
|
- .phone-form-label{min-width: 180rpx;line-height:60rpx;flex-shrink: 0;}
|
|
|
|
|
- .form-radio-picker{width:auto!important;flex: unset!important;display: flex;align-items: center;}
|
|
|
|
|
- .form-radio-select,.form-radio-disabled{
|
|
|
|
|
- display: flex;align-items: center;
|
|
|
|
|
- >view{flex: 1;}
|
|
|
|
|
- icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
|
|
- background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");
|
|
|
|
|
- transform: rotate(270deg);margin-left: 4rpx;}
|
|
|
|
|
- }
|
|
|
|
|
- .form-radio-disabled{
|
|
|
|
|
- color: #999;
|
|
|
|
|
- icon{background-image: url("@/static/images/common/nav-bar-jt-bottom-disabled.svg");}
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- // 日期
|
|
|
|
|
- .uni-date{
|
|
|
|
|
- display: flex;align-items: center;
|
|
|
|
|
- .uni-date-editor{flex: 1;display: flex;justify-content: flex-end;}
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// label-switch
|
|
// label-switch
|