客户登记

This commit is contained in:
老叶
2021-09-10 15:56:18 +08:00
parent 0086bd503b
commit ccf4c33f03
3 changed files with 395 additions and 336 deletions
+4 -3
View File
@@ -114,9 +114,10 @@
.line-height-20{line-height:2;}
.rich-text-img{display:bolck;max-width:100% !important;height:auto !important;margin:40rpx 0 20rpx 0 !important;}
.height-100{height:100rpx;}
.height-190{height:190rpx;}
.height-240{height:240rpx;}
.height-100{height:100rpx;box-sizing:border-box;}
.height-120{height:120rpx;box-sizing:border-box;}
.height-190{height:190rpx;box-sizing:border-box;}
.height-240{height:240rpx;box-sizing:border-box;}
.tabmenu{line-height:80rpx;}
.tabmenu.active::before{display:block;position:absolute;bottom:0;left:50%;width:30rpx;height:4rpx;margin-left:-15rpx;content:"";background-color:#36afa2;}