waitRegistration.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .content_x {
  2. width: 100%;
  3. display: inline-block;
  4. padding-bottom: 170rpx;
  5. }
  6. .doc_info {
  7. position: relative;
  8. padding: 30rpx;
  9. display: flex;
  10. align-items: center;
  11. background-color: #fff;
  12. margin-bottom: 20rpx;
  13. }
  14. .right {
  15. position: absolute;
  16. right: 30rpx;
  17. top: 0;
  18. bottom: 0;
  19. margin: auto 0;
  20. width: 12rpx;
  21. height: 24rpx;
  22. }
  23. .info_item .right {
  24. position: inherit;
  25. margin-left: 12rpx;
  26. }
  27. .doc_img {
  28. width: 88rpx;
  29. height: 88rpx;
  30. flex-shrink: 0;
  31. margin-right: 24rpx;
  32. border-radius: 50%;
  33. }
  34. .doc_con {
  35. width: 100%;
  36. }
  37. .doc_name {
  38. font-size: 32rpx;
  39. font-family: PingFang SC;
  40. font-weight: bold;
  41. color: #333;
  42. line-height: 18rpx;
  43. margin-bottom: 15rpx;
  44. }
  45. .doc_tip {
  46. font-size: 26rpx;
  47. font-family: PingFang SC;
  48. color: #999;
  49. }
  50. .info_list {
  51. background-color: #fff;
  52. display: inline-block;
  53. width: 100%;
  54. margin-bottom: 20rpx;
  55. padding: 0 30rpx;
  56. }
  57. .info_item {
  58. display: flex;
  59. align-items: center;
  60. justify-content: space-between;
  61. font-size: 32rpx;
  62. font-family: PingFang SC;
  63. color: #333;
  64. }
  65. .info_item_val {
  66. padding: 38rpx 0;
  67. display: flex;
  68. align-items: center;
  69. }
  70. .info_item_tip {
  71. font-size: 28rpx;
  72. font-family: PingFang SC;
  73. color: #999;
  74. line-height: 42rpx;
  75. padding: 25rpx 30rpx;
  76. background: #f7f7f7;
  77. border-radius: 10rpx;
  78. position: relative;
  79. margin-bottom: 30rpx;
  80. }
  81. .info_item_tip::after {
  82. display: block;
  83. content: "";
  84. width: 20rpx;
  85. height: 20rpx;
  86. background-color: #f7f7f7;
  87. transform-origin: 50%;
  88. transform: rotateZ(45deg);
  89. position: absolute;
  90. left: 30rpx;
  91. top: -10rpx;
  92. }
  93. .info_item_val{
  94. font-size: 32rpx;
  95. font-family: PingFang SC;
  96. color: #666666;
  97. line-height: 38rpx;
  98. }
  99. .picker{
  100. margin: 0 20rpx;
  101. }