|
@@ -102,11 +102,19 @@ view{box-sizing: border-box;}
|
|
|
background-image: url("@/static/images/common/nav-bar-jt.svg");@include ezy-no-repeat-cover();
|
|
|
}
|
|
|
|
|
|
-/***** tab *****/
|
|
|
+/***** tab *****/
|
|
|
+// client
|
|
|
.phone-tab-box{
|
|
|
.segmented-control--text{height: 80rpx!important;}
|
|
|
.segmented-control__text{font-size: 32rpx!important;}
|
|
|
}
|
|
|
+// admin
|
|
|
+.admin-tab-box{
|
|
|
+ uni-scroll-view{z-index: 99!important;}
|
|
|
+ .v-tabs__container-item.active{color: #3fd2a1!important;}
|
|
|
+ .v-tabs__container-line.animation{height:4rpx!important;background-color: #3fd2a1!important;}
|
|
|
+}
|
|
|
+
|
|
|
/***** 通用弹窗 *****/
|
|
|
.phone-common-dialog{
|
|
|
width: 660rpx;border-radius: 12rpx;background-color: #fff;padding-top: 24rpx;
|
|
@@ -248,28 +256,64 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
/***** form *****/
|
|
|
// label-input
|
|
|
.form-label-input{
|
|
|
- width: 100%;display: flex;justify-content: space-between;
|
|
|
+ width: 100%;display: flex;justify-content: space-between;align-items: center;
|
|
|
background-color: #fff;font-size: 30rpx;color: #333;
|
|
|
padding: 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
|
|
|
- .form-label-require{color: #ff0101;margin-right: 6rpx;}
|
|
|
+ .form-label-require{color: #ff0101;margin-right: 6rpx;display: inline-block;}
|
|
|
.phone-form-label{min-width: 180rpx;}
|
|
|
input{text-align: right;flex: 1;}
|
|
|
+ .is-input-border{border:0!important;}
|
|
|
+ .uni-input-placeholder{overflow: unset;}
|
|
|
+ .uni-easyinput__placeholder-class{font-size: 30rpx!important;}
|
|
|
+ .content-clear-icon{color: rgb(192, 196, 204)!important;}
|
|
|
}
|
|
|
|
|
|
// label-radio
|
|
|
.form-label-radio{
|
|
|
width: 100%;display: flex;justify-content: space-between;
|
|
|
background-color: #fff;font-size: 30rpx;color: #333;
|
|
|
- padding: 10rpx 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
|
|
|
- .form-label-require{color: #ff0101;margin-right: 6rpx;}
|
|
|
+ padding: 6rpx 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
|
|
|
+ .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
|
|
|
.phone-form-label{min-width: 180rpx;line-height:52rpx;}
|
|
|
- .form-radio-group{display: flex;flex: 1;}
|
|
|
+ .form-radio-group{display: flex;flex-wrap: wrap;flex: 1;}
|
|
|
.form-radio-double-group{justify-content: space-between;}
|
|
|
.form-radio-item{
|
|
|
width: 28%;height:60rpx;line-height:52rpx;border-radius: 6rpx;box-sizing: border-box;
|
|
|
- background-color:#f5f5f5;text-align: center;margin:0 2%;border:1rpx solid #f5f5f5;
|
|
|
+ background-color:#f5f5f5;text-align: center;margin:10rpx 2%;border:1rpx solid #f5f5f5;
|
|
|
}
|
|
|
.genderActive{
|
|
|
background-color:#e5f8f4;border:1rpx solid #6bccb0;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+// 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;
|
|
|
+ .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
|
|
|
+ .phone-form-label{min-width: 180rpx;line-height:52rpx;}
|
|
|
+ .form-radio-select{
|
|
|
+ display: flex;align-items: center;
|
|
|
+ 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;}
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// label-switch
|
|
|
+.form-label-switch{
|
|
|
+ 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;
|
|
|
+ .form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
|
|
|
+ .phone-form-label{min-width: 180rpx;line-height:52rpx;}
|
|
|
+}
|
|
|
+
|
|
|
+/***** admin上传 *****/
|
|
|
+.admin-upload-btn-box{
|
|
|
+ width: 100px;height: 100px;border: 1rpx dashed #ccc;margin: 0 auto;
|
|
|
+ display: flex;align-items: center;justify-content: center;border-radius: 8rpx;
|
|
|
+ text{font-size: 42rpx;color:#d7d7d7;}
|
|
|
+ .bottom-text {font-size: 12px;color: #bdbdbd;}
|
|
|
+}
|