monthmama.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /* pages/monthmama/monthmama.wxss */
  2. .monthmama {}
  3. .monthmama .title {
  4. font-size: 40rpx;
  5. font-weight: 500;
  6. line-height: 40rpx;
  7. margin: 56rpx 32rpx 40rpx;
  8. }
  9. .monthmama .cont {
  10. margin: 0 32rpx 40rpx;
  11. }
  12. .monthmama .cont .list {
  13. height: 200rpx;
  14. display: flex;
  15. align-items: center;
  16. box-shadow: 0 0 14rpx 0 #BABABA;
  17. border-radius: 10rpx;
  18. margin-bottom: 32rpx;
  19. position: relative;
  20. }
  21. .monthmama .cont .list .head {
  22. padding: 0 14rpx 0 32rpx;
  23. width: 144rpx;
  24. height: 144rpx;
  25. }
  26. .monthmama .cont .list>view {
  27. /* flex: auto; */
  28. }
  29. .monthmama .cont .list .head image {
  30. height: 144rpx;
  31. width: 144rpx;
  32. }
  33. .monthmama .cont .list .info {
  34. position: relative;
  35. height: 144rpx;
  36. flex: auto;
  37. }
  38. .monthmama .cont .list .info image {
  39. height: 28rpx;
  40. width: 28rpx;
  41. }
  42. .monthmama .cont .list .info .name {
  43. font-weight: 500;
  44. line-height: 28rpx;
  45. margin-top: 14rpx;
  46. }
  47. .yearold {
  48. color: #8C8C8C;
  49. margin: 16rpx 0;
  50. }
  51. .greystar {
  52. position: absolute;
  53. }
  54. .lightstar {
  55. position: absolute;
  56. z-index: 2;
  57. }
  58. .monthmama .cont .list .appointment {
  59. color: #00C7C6;
  60. width: 128rpx;
  61. height: 48rpx;
  62. border-radius: 10rpx;
  63. border: 2rpx solid #00C7C6;
  64. position: absolute;
  65. right: 40rpx;
  66. font-size: 24rpx;
  67. line-height: 48rpx;
  68. text-align: center;
  69. }
  70. .monthmama .cont .list .havedbooked{
  71. border: 2rpx solid #8C8C8C;
  72. color: #8C8C8C;
  73. }
  74. .botbutton{
  75. position: relative;
  76. bottom: 0;
  77. margin-bottom: 48rpx;
  78. }