抖音b端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
640 B

  1. /* c:\Users\Holy-Knight-IX\Desktop\Working Space\4.TikTok-MiniPro\ttb\pages\appointDetail\appointDetail.ttss */
  2. .card {
  3. width: 95%;
  4. border: 1px solid #00000063;
  5. margin: 40rpx auto;
  6. padding: 20rpx;
  7. border-radius: 15rpx;
  8. box-sizing: border-box;
  9. }
  10. .card .item {
  11. margin-bottom: 20rpx;
  12. }
  13. .card .item .lineHeight {
  14. color: #52a0fd;
  15. }
  16. .btns {
  17. position: fixed;
  18. width: 95%;
  19. left: 50%;
  20. bottom: 130rpx;
  21. transform: translateX(-50%);
  22. padding: 0 80rpx;
  23. box-sizing: border-box;
  24. }
  25. .btns .back {
  26. margin-bottom: 40rpx;
  27. }
  28. .btns .confirm {
  29. color: #ffffff;
  30. background-color: #52a0fd;
  31. }