index.less 3.7 KB

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