姨妈管家小程序代码

app.wxss 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. page{
  2. background: #F7F7F7;
  3. }
  4. .icon{
  5. /*display: inline-block;*/
  6. }
  7. form{
  8. display: block;
  9. width: 100%;
  10. }
  11. form .submit-btn{
  12. display: block;
  13. width: 100%;
  14. height: 100%;
  15. position: absolute;
  16. top: 0;
  17. background: transparent;
  18. border: 0 none;
  19. }
  20. form .submit-btn::before, form .submit-btn::after{
  21. border: 0 none;
  22. height: 0px;
  23. }
  24. .wrapper {
  25. background: #fff;
  26. margin: 12px 12px 0;
  27. padding: 0 10px;
  28. box-shadow: 0px 0px 12px rgba(251, 109, 157, 0.12);
  29. border-radius: 12px;
  30. }
  31. .mask{
  32. position: fixed;
  33. top: 0;
  34. left: 0;
  35. width: 100%;
  36. height: 100%;
  37. background: rgba(0, 0, 0, .4);
  38. z-index: 100;
  39. }
  40. .notice-items{
  41. padding:12px 26px;
  42. /*margin: 0px 26px;*/
  43. font-size: 26rpx;
  44. color: #666;
  45. /*text-align: center;*/
  46. }
  47. .notice-items .text{
  48. font-size: 24rpx;
  49. letter-spacing: 1rpx;
  50. line-height:40rpx;
  51. }
  52. .notice-items .title{
  53. color: #FF5183;
  54. font-size: 32rpx;
  55. margin-bottom: 8px;
  56. }
  57. .fontcolor{
  58. color: #FF5183;
  59. }
  60. .calendar-wrapper .calendar {
  61. min-height: 736rpx;
  62. /*overflow: hidden;*/
  63. }
  64. .loading{
  65. display: flex;
  66. align-items:center;
  67. width: 60px;
  68. margin: 80px auto;
  69. }
  70. .loading image{
  71. width: 60px;
  72. height: 60px;
  73. }