酷炫小程序

chan.wxss 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .text-box {
  2. position: absolute;
  3. top: 0.5rem;
  4. width: 100%;
  5. text-align: center;
  6. color: red;
  7. font-size: 1.5rem;
  8. }
  9. .row {
  10. width: 100%;
  11. height: 25%;
  12. background: red;
  13. display: flex;
  14. box-sizing: border-box;
  15. }
  16. .row:last-child {
  17. border-bottom: 1rpx solid #222;
  18. }
  19. .col {
  20. width: 25%;
  21. height: 100%;
  22. border-left: 1rpx solid #222;
  23. border-top: 1rpx solid #222;
  24. border-right: 1rpx solid #222;
  25. border-bottom: 1rpx solid #222;
  26. box-sizing: border-box;
  27. }
  28. .col .white {
  29. border-left: 1rpx solid #222;
  30. border-right: 1rpx solid #222;
  31. }
  32. .col.last {
  33. border-right: 1rpx solid #222;
  34. }
  35. .black {
  36. width: 100%;
  37. height: 100%;
  38. background:#000;
  39. }
  40. .white {
  41. width: 100%;
  42. height: 100%;
  43. background: #fff;
  44. }
  45. .cir{
  46. display: inline-block;
  47. margin: auto;
  48. }
  49. .top{
  50. text-align: center ;
  51. position: absolute;
  52. top: 0;
  53. width: 100vw;
  54. height: 106px;
  55. }
  56. .cc{
  57. position: absolute;
  58. top: 0;
  59. bottom: 0;
  60. right: 0;
  61. left: 0;
  62. line-height: 106px;
  63. margin: auto;
  64. }
  65. .continue {
  66. text-align: center ;
  67. position: absolute;
  68. width: 100%;
  69. height: 100%;
  70. background-color: rgba(0,0,0,0.5);
  71. margin: auto;
  72. }
  73. .continueMask {
  74. width: 690rpx;
  75. height: 900rpx;
  76. background: url("https://small-app.oss-cn-beijing.aliyuncs.com/black-white/beijinghuangguan.png") repeat no-repeat;
  77. background-size:100% 100% ;
  78. margin-left: 30rpx;
  79. margin: auto;
  80. text-align: center;
  81. margin-top: 54rpx;
  82. }
  83. .continue .continueHeadUrl {
  84. width: 140rpx;
  85. height: 140rpx;
  86. margin: auto;
  87. padding-top: 140rpx;
  88. }
  89. .continue .continueHeadUrl image{
  90. width: 140rpx;
  91. height: 140rpx;
  92. margin: auto;
  93. border-radius: 50%;
  94. }
  95. .continue .continueScore {
  96. height: 134rpx;
  97. font-size: 96rpx;
  98. color: #ffffff;
  99. padding-top: 20rpx;
  100. text-align: center;
  101. margin: auto;
  102. line-height: 134rpx;
  103. }
  104. .continue .continueRound {
  105. height: 56rpx;
  106. font-size: 40rpx;
  107. color: #000000;
  108. padding-top: 126rpx;
  109. text-align: center;
  110. margin: auto;
  111. line-height: 56rpx;
  112. }
  113. .continue .continueOptions {
  114. display: flex;
  115. justify-content: space-between;
  116. text-align: center;
  117. margin: auto;
  118. width: 608rpx;
  119. padding-top: 112rpx;
  120. }
  121. .continue button {
  122. width: 280rpx;
  123. height: 120rpx;
  124. line-height: 120rpx;
  125. }
  126. .continue .shareButton {
  127. background-color: #000000;
  128. font-size: 44rpx;
  129. color: #ffffff;
  130. }
  131. .continue .continueButton {
  132. background-color: #ffffff;
  133. font-size: 44rpx;
  134. color: #8E8E8E;
  135. }