gzsq.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .tab-wrapper {
  12. padding: 20rpx 30rpx;
  13. }
  14. .itemx {
  15. margin: 0 auto;
  16. width: 100%;
  17. background-color: #fff !important;
  18. height: 100rpx;
  19. display: flex;
  20. border: 1px #f4f4f4 solid;
  21. }
  22. .itemx image {
  23. margin-top: 63rpx;
  24. margin-left: 55rpx;
  25. width: 160rpx;
  26. height: 160rpx;
  27. }
  28. .itemx .code {
  29. width: 150rpx;
  30. flex-shrink: 0;
  31. text-align: center;
  32. font-size: 28rpx;
  33. font-family: PingFang SC;
  34. font-weight: 500;
  35. color: #FF4C4C;
  36. line-height: 100rpx;
  37. }
  38. .itemx .item-tit {
  39. height: 100rpx;
  40. line-height: 100rpx;
  41. padding-left: 30rpx;
  42. width: 220rpx;
  43. font-size: 30rpx;
  44. font-family: PingFang SC;
  45. font-weight: 500;
  46. color: #666666;
  47. flex-shrink: 0;
  48. }
  49. .itemx input {
  50. width: 530rpx;
  51. padding-right: 20rpx;
  52. height: 100rpx;
  53. line-height: 100rpx;
  54. font-size: 30rpx;
  55. font-family: PingFang SC;
  56. font-weight: 500;
  57. color: #333333;
  58. }
  59. .scsfz-wrap {
  60. width: 690rpx;
  61. height: 673rpx;
  62. background: #FFFFFF;
  63. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  64. border-radius: 10rpx;
  65. margin: 0 auto 20rpx;
  66. font-size: 29rpx;
  67. font-family: SourceHanSansCN;
  68. font-weight: 400;
  69. color: #B2B2B2;
  70. text-align: center;
  71. padding-top: 33rpx;
  72. }
  73. .scsfz-wrap image {
  74. display: block;
  75. width: 354rpx;
  76. height: 240rpx;
  77. margin: auto;
  78. }
  79. .sq-btn {
  80. width: 750rpx;
  81. height: 98rpx;
  82. line-height: 98rpx;
  83. background: linear-gradient(0deg, rgba(60, 237, 237, 0.99), #04B8FF, #375AFE);
  84. text-align: center;
  85. font-size: 36rpx;
  86. font-family: PingFang SC;
  87. font-weight: 500;
  88. color: #FFFFFF;
  89. }
  90. .sq-xz {
  91. height: 32rpx;
  92. line-height: 32rpx;
  93. display: flex;
  94. margin: 21rpx 0 75rpx 30rpx;
  95. font-size: 24rpx;
  96. font-family: PingFang SC;
  97. font-weight: 500;
  98. color: #0C1732;
  99. }
  100. .sq-xz .sq-gou {
  101. display: inline-block;
  102. width: 32rpx;
  103. height: 32rpx;
  104. border-radius: 50%;
  105. border: 1px solid #999;
  106. margin-right: 15rpx;
  107. }
  108. .sq-xz .sq-gou-g {
  109. width: 32rpx;
  110. height: 32rpx;
  111. border-radius: 50%;
  112. margin-right: 15rpx;
  113. }