抖音b端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

appointDetail.ttss 1.3 KiB

hace 1 año
hace 1 año
hace 1 año
hace 1 año
hace 1 año
hace 1 año
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. width: 95%;
  18. padding: 0 80rpx;
  19. box-sizing: border-box;
  20. margin: auto;
  21. }
  22. .btns.active {
  23. position: absolute;
  24. left: 50%;
  25. bottom: 110rpx;
  26. transform: translateX(-50%);
  27. }
  28. .btns .back {
  29. margin-bottom: 40rpx;
  30. }
  31. .btns .confirm {
  32. color: #ffffff;
  33. background-color: #52a0fd;
  34. margin-top: 40rpx;
  35. }
  36. .datePickerFlex {
  37. display: flex;
  38. justify-content: space-between;
  39. width: 85%;
  40. background-color: #f4f5f6;
  41. border-radius: 20rpx;
  42. padding: 30rpx;
  43. margin: 35rpx auto;
  44. }
  45. .address {
  46. color: #8a8a8a;
  47. }
  48. .edit {
  49. display: inline-block;
  50. width: 70rpx;
  51. height: 40rpx;
  52. line-height: 40rpx;
  53. font-size: 30rpx;
  54. color: #ffffff;
  55. text-align: center;
  56. background-color: #c85963;
  57. border-radius: 10rpx;
  58. padding: 2rpx 5rpx;
  59. margin-left: 20rpx;
  60. }
  61. .detailedAddress {
  62. width: 95%;
  63. padding: 20rpx;
  64. border-radius: 15rpx;
  65. box-sizing: border-box;
  66. border: 1px solid #00000063;
  67. margin: 0 auto;
  68. }