siteServiceSee.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .l-form-btn-class{
  2. display: flex;
  3. justify-content: space-around;
  4. margin-top: 10rpx;
  5. }
  6. .picker_bx{border-bottom:1px solid #eee;color: #777;padding: 0 20rpx;padding: 20rpx 20rpx;
  7. }
  8. .picker_bx text{font-size:32rpx;color: #777;}
  9. .picker_tt{width:280rpx;padding-left:30rpx;display:inline-block;}
  10. .picker_txt{padding-left:30rpx;}
  11. .table{background-color:#f2f2f2;display:flex;flex-direction:column;box-sizing:border-box;padding:10rpx 20rpx}
  12. .table_box{background-color:#fff;display: inline-block;border-radius:10rpx; width:96%;margin-bottom: 4rpx;padding:20rpx;position: relative;}
  13. .hd{ line-height:1;height:60rpx;display:flex;flex-direction:row;box-sizing:border-box;justify-content: space-between;}
  14. .hd_tt{font-size:32rpx;color:#333;font-weight:bold;display:inline-block;width:400rpx}
  15. .hd_date{font-size:28rpx;color:#555;display:inline-block; }
  16. .bd-cont{position: absolute;bottom:100rpx;right:20rpx;}
  17. .hd1{padding-bottom:20rpx;margin-left:20rpx;padding-top:20rpx;position: relative;}
  18. .hd1 text{font-size:30rpx;color:#555;}
  19. .btn-del{ position: absolute;bottom:20rpx;right:20rpx;}
  20. .btn-edit{ position: absolute;bottom:20rpx;right:20rpx;}
  21. /* .pic-bx{width:100%;text-align:left;}
  22. .ser-img{width:200rpx;height:150rpx;margin-right:20rpx;margin-bottom:20rpx;}
  23. .pop-big{position: fixed;z-index:9999;top:200rpx;width:630rpx;height:630rpx;background:#fff;left:60rpx;}
  24. .big-close{position: fixed;z-index:9999;top:200rpx;}
  25. .ser-img-big{width:600rpx;height:450rpx;} */
  26. .pic-bx{width:100%;text-align:left;}
  27. .ser-img{width:200rpx;height:150rpx;margin-right:20rpx;margin-bottom:20rpx;}
  28. .pop-big{}
  29. .big-close{position: fixed;z-index:9999;top:200rpx;}
  30. .ser-img-big{position: fixed;z-index:9999;top:200rpx;width:630rpx;height:630rpx;background:#fff;left:60rpx;}