姨妈管家小程序代码

status.wxss 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .index {
  2. padding-top: 80rpx;
  3. }
  4. .index .desc {
  5. display: flex;
  6. display: -webkit-flex;
  7. flex-direction: column;
  8. justify-content: space-around;
  9. align-items: center;
  10. width: 480rpx;
  11. height: 480rpx;
  12. box-sizing: border-box;
  13. padding: 70rpx 0;
  14. margin: 0 auto;
  15. overflow: hidden;
  16. background: url('https://ymgjapi.726p.com/icon/maicon/ovulation-back.png') no-repeat;
  17. background-size: 480rpx 480rpx;
  18. border-radius: 50%;
  19. color: #fff;
  20. }
  21. .index .desc .date-show{
  22. font-size: 0px;
  23. }
  24. .index .desc .date-show>.date {
  25. display: inline-block;
  26. width: auto;
  27. font-size: 34rpx;
  28. height: 18px;
  29. line-height: 18px;
  30. }
  31. .index .desc .date-show::before,
  32. .index .desc .date-show::after{
  33. content: "";
  34. display: inline-block;
  35. width: 10px;
  36. height: 10px;
  37. border-radius: 50%;
  38. margin: 2px 0;
  39. background-color: #fff;
  40. }
  41. .index .desc .date-show::before{
  42. margin-right: 16rpx;
  43. }
  44. .index .desc .date-show::after{
  45. margin: 1px 0px 1px 16rpx;
  46. }
  47. .index .date-info text{
  48. font-size: 24px;
  49. padding: 0 20rpx;
  50. }
  51. .index .date-info .important-text{
  52. font-size: 80px;
  53. }
  54. .index .desc .period{
  55. font-size: 28rpx;
  56. }
  57. .index .end{
  58. margin: 28rpx 0;
  59. text-align: center;
  60. font-size: 32rpx;
  61. line-height: 44rpx;
  62. color: #535353;
  63. }
  64. .index .end .fontcolor{
  65. font-size: 40rpx;
  66. /*color: #FF5183;*/
  67. }
  68. .index .btn-container{
  69. padding-bottom: 50rpx;
  70. }
  71. .index .btn-container .btn{
  72. width: 410rpx;
  73. height: 84rpx;
  74. line-height: 84rpx;
  75. border-radius: 42rpx;
  76. background: #FE78AB;
  77. color: #fff;
  78. }