姨妈管家小程序代码

setting.wxss 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. page {
  2. background-color: #fff;
  3. }
  4. .menses-set {
  5. width: 100%;
  6. }
  7. .menses-set .menses-flex-height {
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: space-between;
  11. height: auto;
  12. }
  13. .menses-set .menses-set-title {
  14. height: 90px;
  15. line-height: 90px;
  16. text-align: center;
  17. color: #ff6aa6;
  18. font-size: 16px;
  19. /*font-weight: 400;*/
  20. }
  21. .date-picker{
  22. position: relative;
  23. margin: 16px 0;
  24. }
  25. .date-picker form{
  26. height: 50px;
  27. position: absolute;
  28. top: 0px;
  29. }
  30. .menses-set .set-date {
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-between;
  34. margin: 0px auto;
  35. width: 88%;
  36. height: 50px;
  37. background-color: rgba(255, 209, 225, 0.5);
  38. border-radius: 6px;
  39. font-size: 14px;
  40. color: rgba(255, 106, 166, 1);
  41. }
  42. .menses-set .set-date .flex-left {
  43. flex: 1 1 100px;
  44. display: flex;
  45. align-items: center;
  46. justify-content: flex-start;
  47. }
  48. .menses-set .set-date .flex-right {
  49. flex: 1 1 50px;
  50. display: flex;
  51. align-items: center;
  52. justify-content: flex-end;
  53. }
  54. .menses-set .set-date .flex-left text {
  55. flex: 1 1 82px;
  56. }
  57. .menses-set .set-date .flex-right text {
  58. flex: 1 1 42px;
  59. text-align: right;
  60. }
  61. .menses-set .set-date .icon {
  62. flex: 0 018px;
  63. height: 18px;
  64. margin: 0 5px 0 10px;
  65. }
  66. .menses-set .set-date .flex-left .icon_setlist_01 {
  67. background: url('https://ymgjapi.726p.com/icon/maicon/clock@2x.png') no-repeat;
  68. background-size: 18px 18px;
  69. }
  70. .menses-set .set-date .flex-right .icon_setlist {
  71. background: url('https://ymgjapi.726p.com/icon/maicon/goto@2x.png') no-repeat;
  72. background-size: 18px 18px;
  73. }
  74. .menses-set .set-date .flex-left .icon_setlist_02 {
  75. background: url('https://ymgjapi.726p.com/icon/maicon/period@2x.png') no-repeat;
  76. background-size: 18px 18px;
  77. }
  78. .menses-set .set-date .flex-left .icon_setlist_03 {
  79. background: url('https://ymgjapi.726p.com/icon/maicon/time@2x.png') no-repeat;
  80. background-size: 18px 18px;
  81. }
  82. .menses-set .btn {
  83. background: rgba(255, 106, 165, 0.8);
  84. border-color: rgba(255, 106, 165, 0.8);
  85. width: 88%;
  86. margin-top: 40px;
  87. color: #fff;
  88. font-size: 16px;
  89. border-radius: 25px;
  90. }
  91. .picker {
  92. width: 100%;
  93. background-color: #fff;
  94. }
  95. .picker-btn {
  96. background-color: #fff;
  97. width: 100%;
  98. height: 200px;
  99. }
  100. .picker-top {
  101. background: #f00;
  102. width: 85%;
  103. height: 40px;
  104. border-bottom: 1px solid rgba(255, 106, 166, 0.2);
  105. }
  106. .picker-btn picker-view {
  107. width: 85%;
  108. height: 200px;
  109. color: rgba(255, 106, 166, 1);
  110. }