|
@@ -330,48 +330,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/*** 家政页面***/
|
|
|
-.jiazheng-search-box{
|
|
|
- width: 100%;box-sizing: border-box;padding: 20rpx 20rpx;position: relative;
|
|
|
- display: flex;justify-content: space-between;align-items: center;
|
|
|
- .jiazheng-search-right{display: flex;margin-left: auto;}
|
|
|
- .all-type-list{
|
|
|
- position: absolute;top: 80rpx;left: 0;right: 0;background-color: #fff;font-size: 30rpx;
|
|
|
- box-sizing: border-box;padding: 0 20rpx;
|
|
|
- .all-type-item{box-sizing: border-box;padding: 10rpx 0;position: relative;}
|
|
|
- .all-type-active{color: #3fd2a1;}
|
|
|
- .all-type-active::after{content: '';width: 30rpx;height: 30rpx;display: block;
|
|
|
- position: absolute;right: 20rpx;top:50%;transform: translateY(-50%);
|
|
|
- background-image: url("@/static/images/common/duihao-icon.svg");@include ezy-no-repeat-contain();
|
|
|
- }
|
|
|
- }
|
|
|
- .select-item-box{
|
|
|
- font-size: 30rpx;
|
|
|
- .select-jt-default,.select-jt-click{
|
|
|
- width: 16rpx;height: 16rpx;vertical-align: middle;margin-left: 10rpx;
|
|
|
- background-image: url("@/static/images/common/sanjiao-shixin-icon.svg");@include ezy-no-repeat-contain();
|
|
|
- }
|
|
|
- .select-jt-click{transform: rotate(180deg);}
|
|
|
- }
|
|
|
-
|
|
|
- .saixuan-item-box{
|
|
|
- margin-right: 42rpx;font-size: 26rpx;color: #000;
|
|
|
- text{vertical-align: middle;}
|
|
|
- .saixuan-jt-default,.saixuan-jt-click{
|
|
|
- width: 16rpx;height: 16rpx;vertical-align: middle;margin-left: 6rpx;@include ezy-no-repeat-cover();
|
|
|
- }
|
|
|
- .saixuan-jt-default{background-image: url("@/static/images/common/sanjiao-xia-icon.svg");}
|
|
|
- .saixuan-jt-click{
|
|
|
- background-image: url("@/static/images/common/sanjiao-shang-icon.svg");
|
|
|
- }
|
|
|
- }
|
|
|
- .saixuan-active text{color: #3fd2a1;}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- .uni-icons{display: flex;align-items:center;}
|
|
|
-}
|
|
|
-
|
|
|
|
|
|
/*** 我的页面***/
|
|
|
.client-my-page{
|
|
@@ -442,7 +400,54 @@
|
|
|
}
|
|
|
.info-btn{width: 360rpx;margin: 100rpx auto 24rpx;font-size: 30rpx;}
|
|
|
}
|
|
|
+/*** 家政人员列表 ***/
|
|
|
+.admin-jiazheng-list{
|
|
|
+ width: 100%;height: 100vh;position: relative;
|
|
|
+ .all-type-box{
|
|
|
+ position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
|
|
|
+ z-index: 2;background-color: rgba(0,0,0,0.3);
|
|
|
+ .form-radio-group{
|
|
|
+ height: 500rpx;display: flex;flex-wrap: wrap;overflow: auto;border-top: 1rpx solid #f8f9fd;
|
|
|
+ box-sizing: border-box;padding:16rpx;background-color: #fff;}
|
|
|
+ .form-radio-double-group{justify-content: space-between;}
|
|
|
+ .form-radio-item{
|
|
|
+ width: 23%;height:60rpx;line-height:60rpx;border-radius: 6rpx;box-sizing: border-box;
|
|
|
+ background-color:#f5f5f5;text-align: center;margin:10rpx 1%;border:1rpx solid #f5f5f5;
|
|
|
+ box-sizing: border-box;padding: 0 6rpx;font-size: 26rpx;
|
|
|
+ }
|
|
|
+ .genderActive{background-color:#e5f8f4;border:1rpx solid #6bccb0;color:#6bccb0;}
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
+/*** 家政页面筛选***/
|
|
|
+.jiazheng-search-box{
|
|
|
+ width: 100%;box-sizing: border-box;padding: 20rpx 20rpx;position: relative;
|
|
|
+ display: flex;justify-content: space-between;align-items: center;
|
|
|
+ .jiazheng-search-right{display: flex;margin-left: auto;}
|
|
|
+ .select-item-box{
|
|
|
+ font-size: 30rpx;
|
|
|
+ .select-jt-default,.select-jt-click{
|
|
|
+ width: 16rpx;height: 16rpx;vertical-align: middle;margin-left: 10rpx;
|
|
|
+ background-image: url("@/static/images/common/sanjiao-shixin-icon.svg");@include ezy-no-repeat-contain();
|
|
|
+ }
|
|
|
+ .select-jt-click{transform: rotate(180deg);}
|
|
|
+ }
|
|
|
+
|
|
|
+ .saixuan-item-box{
|
|
|
+ margin-right: 42rpx;font-size: 26rpx;color: #000;
|
|
|
+ text{vertical-align: middle;}
|
|
|
+ .saixuan-jt-default,.saixuan-jt-click{
|
|
|
+ width: 16rpx;height: 16rpx;vertical-align: middle;margin-left: 6rpx;@include ezy-no-repeat-cover();
|
|
|
+ }
|
|
|
+ .saixuan-jt-default{background-image: url("@/static/images/common/sanjiao-xia-icon.svg");}
|
|
|
+ .saixuan-jt-click{
|
|
|
+ background-image: url("@/static/images/common/sanjiao-shang-icon.svg");
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .saixuan-active text{color: #3fd2a1;}
|
|
|
+
|
|
|
+ .uni-icons{display: flex;align-items:center;}
|
|
|
+}
|
|
|
/*** 家政人员管理 ***/
|
|
|
.admin-jiazheng-page{
|
|
|
height: 100vh;background-color: #f8f9fd;display: flex;flex-direction: column;
|