sign.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .center {
  13. height: auto;
  14. min-height: 100%;
  15. background: #ffdfd4;
  16. }
  17. .title {
  18. padding-top: 66rpx;
  19. text-align: center;
  20. font-size: 94rpx;
  21. font-family: SourceHanSansCN;
  22. font-weight: bold;
  23. color: #c85138;
  24. }
  25. .after {
  26. padding-top: 230rpx;
  27. }
  28. .before {
  29. padding-top: 590rpx;
  30. }
  31. .current {
  32. color: #FFFFFF !important;
  33. background: #989898 !important;
  34. }
  35. .main {
  36. width: 750rpx;
  37. height: 926rpx;
  38. position: relative;
  39. }
  40. .main .main-bg {
  41. position: absolute;
  42. top: 0;
  43. left: 0;
  44. right: 0;
  45. width: 750rpx;
  46. height: 926rpx;
  47. }
  48. .main .num {
  49. line-height: 1;
  50. text-align: center;
  51. font-size: 122rpx;
  52. font-family: PingFang SC;
  53. font-weight: bold;
  54. color: #eb2749;
  55. opacity: 0.9;
  56. }
  57. .main .btn {
  58. position: relative;
  59. margin: 0 auto;
  60. z-index: 10;
  61. width: 420rpx;
  62. height: 76rpx;
  63. background: linear-gradient(180deg, #fce9a8 0%, #fecd75 100%);
  64. box-shadow: 0px 16rpx 16rpx 0px rgba(159, 20, 63, 0.3), 0px 2rpx 6rpx 0px #fef5d3;
  65. border-radius: 38rpx;
  66. font-size: 26rpx;
  67. font-family: PingFang SC;
  68. font-weight: bold;
  69. color: #cb0908;
  70. line-height: 76rpx;
  71. text-align: center;
  72. }
  73. .info-box {
  74. margin: 24rpx auto 0;
  75. padding: 22rpx 0;
  76. width: 640rpx;
  77. height: 160rpx;
  78. background: #ffffff;
  79. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  80. border-radius: 20rpx;
  81. }
  82. .info-box .info-item {
  83. width: 50%;
  84. display: flex;
  85. flex-direction: column;
  86. align-items: center;
  87. border-right: 1px solid #efefef;
  88. line-height: 1;
  89. }
  90. .info-box .info-item .info-num {
  91. font-size: 50rpx;
  92. font-family: PingFang SC;
  93. font-weight: bold;
  94. color: #333333;
  95. }
  96. .info-box .info-item .info-font {
  97. margin-top: 20rpx;
  98. font-size: 26rpx;
  99. font-family: PingFang SC;
  100. font-weight: 500;
  101. color: #333333;
  102. opacity: 0.6;
  103. }