index.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. page {
  2. background-color: #F4F4F4;
  3. }
  4. .continuouspunching_style::before {
  5. content: "";
  6. display: block;
  7. padding-top: 100%;
  8. }
  9. .continuouspunching_style {
  10. background-image: url('https://i.loli.net/2019/10/18/C9cPfSnrMUmqxz8.png');
  11. width: 100%;
  12. background-size: 100% auto;
  13. margin-top: -130rpx;
  14. }
  15. .continuouspunching_style .clockfrequency_view_style {
  16. padding-top: 100rpx;
  17. width: 77%;
  18. display: flex;
  19. justify-content: space-between;
  20. align-items: center;
  21. text-align: center;
  22. position: absolute;
  23. top: 30rpx;
  24. left: 95rpx;
  25. }
  26. .continuouspunching_style .clockfrequency_view_style .daka_info {
  27. color: white;
  28. line-height: 65rpx;
  29. letter-spacing: 5rpx;
  30. }
  31. .continuouspunching_style .clockfrequency_view_style .daka_info .daka_tiansu .daka_number_style {
  32. font-size: 60rpx;
  33. }
  34. .continuouspunching_style .clockfrequency_view_style .daka_info .daka_jiesao {
  35. opacity: 0.8;
  36. font-size: 30rpx;
  37. }
  38. .continuouspunching_style .all {
  39. position: absolute;
  40. top: 280rpx;
  41. left: 30rpx;
  42. width: 92%;
  43. box-shadow: 0 5px 8px -1px rgba(175, 171, 171, 0.2);
  44. padding-top: 20rpx;
  45. border-radius: 20rpx;
  46. background-color: white;
  47. }
  48. .continuouspunching_style .all .bar {
  49. display: flex;
  50. flex-direction: row;
  51. justify-content: space-between;
  52. padding: 10rpx;
  53. }
  54. .continuouspunching_style .all .bar .date {
  55. display: flex;
  56. justify-content: flex-start;
  57. align-items: center;
  58. font-size: 38rpx;
  59. font-weight: 500;
  60. color: #333333;
  61. margin: 0px auto;
  62. }
  63. .continuouspunching_style .all .bar .date .sanjiao {
  64. width: 0;
  65. height: 0;
  66. border-top: 9px solid transparent;
  67. border-right: 12px solid #2681FF;
  68. border-bottom: 9px solid transparent;
  69. margin-right: 20rpx;
  70. }
  71. .continuouspunching_style .all .bar .date .you_sanjiao {
  72. width: 0;
  73. height: 0;
  74. border-top: 9px solid transparent;
  75. border-left: 12px solid #ccc;
  76. border-bottom: 9px solid transparent;
  77. margin-left: 20rpx;
  78. }
  79. .continuouspunching_style .all .week {
  80. display: flex;
  81. flex-direction: row;
  82. justify-content: space-between;
  83. padding: 20rpx;
  84. padding-left: 40rpx;
  85. padding-right: 40rpx;
  86. border-radius: 10px;
  87. color: #2681FF;
  88. margin: 20rpx;
  89. font-size: 30rpx;
  90. }
  91. .continuouspunching_style .all .days {
  92. margin: 20rpx;
  93. padding: 10rpx;
  94. border-radius: 10px;
  95. font-size: 30rpx;
  96. }
  97. .continuouspunching_style .all .days .columns {
  98. display: flex;
  99. flex-direction: column;
  100. justify-content: space-between;
  101. }
  102. .continuouspunching_style .all .days .columns .rows {
  103. display: flex;
  104. flex-direction: row;
  105. justify-content: space-between;
  106. }
  107. .continuouspunching_style .all .days .columns .rows .cell {
  108. width: 84rpx;
  109. height: 88rpx;
  110. margin: 3rpx;
  111. text-align: center;
  112. border-radius: 50%;
  113. display: flex;
  114. flex-direction: column;
  115. justify-content: center;
  116. }
  117. .continuouspunching_style .credit {
  118. width: 100%;
  119. display: flex;
  120. justify-content: center;
  121. position: absolute;
  122. top: 84%;
  123. font-weight: 700;
  124. }
  125. .continuouspunching_style .mxc2-1 {
  126. position: absolute;
  127. top: 89%;
  128. left: 50%;
  129. margin-left: -315rpx;
  130. width: 80%;
  131. }