|
@@ -29,10 +29,17 @@
|
|
|
|
|
|
/*** 首页 ***/
|
|
|
.client-shouye-page{
|
|
|
- overflow: auto;height: 100vh;padding-bottom: 150rpx;
|
|
|
- .shouye-card-box{
|
|
|
- margin: 20rpx;border: 1rpx solid;border-radius: 6rpx;
|
|
|
+ overflow: auto;height: 100vh;padding-bottom: 150rpx;position: relative;
|
|
|
+ .default-img-box{
|
|
|
+ display: flex;flex-direction: column;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);
|
|
|
+ margin-bottom: 100rpx;
|
|
|
+ icon{
|
|
|
+ width: 254rpx;height: 335rpx;box-sizing: border-box;
|
|
|
+ background-image: url("@/static/images/index/index-default-img.png");@include ezy-no-repeat-cover();
|
|
|
+ }
|
|
|
+ text{margin-top: 16rpx;color: #666;}
|
|
|
}
|
|
|
+ .shouye-card-box{margin: 20rpx;border: 1rpx solid;border-radius: 6rpx;}
|
|
|
// head
|
|
|
.card-head-box{
|
|
|
height: 70rpx;display: flex;align-items: center;padding: 0 6rpx 0 20rpx;
|
|
@@ -364,7 +371,7 @@
|
|
|
}
|
|
|
.head-img-box{
|
|
|
width: 170rpx;height: 170rpx;margin-right: 32rpx;display: flex;align-items: center;
|
|
|
- // border-radius: 50%;overflow: hidden;
|
|
|
+ border-radius: 50%;overflow: hidden;
|
|
|
}
|
|
|
.head-img{width: 100%;height: auto;}
|
|
|
.head-content-box{
|