style.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .flex{display: flex;}
  2. .flexc{display: flex;align-items: center;}
  3. .flex1{flex: 1;}
  4. .flex0{flex: 0 0 auto;}
  5. .flex01{flex: 0 1 auto;}
  6. .flexjc{justify-content: center;}
  7. .flexcj{display: flex;align-items: center;justify-content: space-between;}
  8. .flexcja{display: flex;align-items: center !important;justify-content: space-between;}
  9. .flextj{display: flex;align-items: flex-start;justify-content: space-between;}
  10. .flexcc{display: flex;align-items: center;justify-content: center;}
  11. .flext{display: flex;align-items: flex-start;}
  12. .flexdc{display: flex;flex-direction: column;}
  13. .flexcdc{display: flex;align-items: center;flex-direction: column;}
  14. .clearf::after {
  15. content: "";
  16. display: block;
  17. clear: both;
  18. }
  19. .flexjs{justify-content: space-between;}
  20. .wordb{word-break: break-all;}
  21. .fsi{font-style: italic;}
  22. .w50{width: 50%;}
  23. .txr{text-align: right;}
  24. .txc{text-align: center;}
  25. .txl{text-align: left;}
  26. .pfixed{position: fixed;z-index: 5;left: 0;top: 0;right: 0;background: #ffffff;}
  27. .pfixedb{position: fixed;z-index: 5;left: 0;bottom: 0;right: 0;background: #FFFFFF;
  28. box-shadow: 0px 0px 16rpx 0px rgba(87,87,87,0.41);}
  29. .pr{position: relative;}
  30. image{display: block;}
  31. .bgf{background-color: #ffffff;border-radius: 14rpx;}
  32. .overa{overflow: auto;}
  33. .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  34. .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
  35. .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 2;}
  36. .regbox{width: 100%;min-height: 100vh;background-color: #ffffff;box-sizing: border-box;}
  37. .regbox .rbtn{width: 100%;height: 98rpx;background: #1f57e6;border-radius: 49rpx;text-align: center;line-height: 98rpx;font-size: 32rpx;font-weight: bold;color: #FFFEFE;}
  38. .regbox .rimg{flex: 0 0 auto;margin-left: 12rpx;display: flex;align-items: center;justify-content: center;width: 40rpx;height: 40rpx;}
  39. .regbox .rimg image{width: 18rpx;height: 30rpx;}
  40. .regbox .apllytxt{font-size: 30rpx;font-weight: 500;color: #DF0024;margin-top: 26rpx;color: #AAAAAA;text-align: center;}
  41. .regbox .apllytxt text{color: #DF0024;padding-right: 16rpx;font-size: 30rpx;}
  42. .pregbox{padding: 160rpx 56rpx 96rpx;}
  43. .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
  44. .rebtn{height: 98rpx;background: #1f57e6;border-radius: 48rpx;font-size: 34rpx;font-weight: 500;
  45. color: #FFFFFF;flex: 1;display: flex;align-items: center;justify-content: center;}
  46. .rebtn.btn1{background-color:#C6C6C6;}
  47. .rebtndel{height: 98rpx;border-radius: 48rpx;font-size: 34rpx;font-weight: 500;
  48. color: #DF0024;flex: 1;display: flex;align-items: center;justify-content: center;border: 2rpx solid #DF0024;box-sizing: border-box;}
  49. .fbtns{display: flex;align-items: center;position: fixed;left: 0;right: 0;bottom: 0;background-color: #f1f1f1;padding: 36rpx;z-index: 2;}
  50. .delboxs{font-size: 30rpx;color: #FE5A0E;padding:0 20rpx;}
  51. .zhaddbtn{width:100%;height: 100rpx;background: #1f57e6;position: fixed;left: 0;right: 0;bottom: 0;z-index: 1;font-size: 34rpx;font-weight: 500;
  52. color: #FFFFFF;display: flex;align-items: center;justify-content: center;}
  53. .w13{width: 26rpx;}
  54. .cof{color: #ffffff;}
  55. .coa{color: #AAAAAA;}
  56. .co47{color: #4775EA;}
  57. .co16{color: #161616;}
  58. .co6{color: #666666;}
  59. .co33{color: #336AD5;}
  60. .coed{color: #ED7B4C;}
  61. .co5c{color: #5CC37D;}
  62. .coeb{color: #EB5663;}
  63. .co8e{color: #8E8E8E;}
  64. .c37{color: #374C82;}
  65. .cfe{color: #FE6A7F;}
  66. .c6b{color: #6B7390;}
  67. .cff2{color: #FF2D4F;}
  68. .f13{font-size: 26rpx;}
  69. .f14{font-size: 28rpx;}
  70. .f15{font-size: 30rpx;}
  71. .f16{font-size: 32rpx;}
  72. .f17{font-size: 34rpx;}
  73. .f18{font-size: 36rpx;}
  74. .f19{font-size: 38rpx;}
  75. .f25{font-size: 50rpx;}
  76. .f30{font-size: 60rpx;}
  77. .ml2{margin-left: 4rpx;}
  78. .ml6{margin-left: 12rpx;}
  79. .ml10{margin-left: 20rpx;}
  80. .mr10{margin-right: 20rpx;}
  81. .mt12{margin-top: 24rpx;}
  82. .mt15{margin-top: 30rpx;}
  83. .mt20{margin-top: 40rpx;}
  84. .mt26{margin-top: 52rpx;}
  85. .mt30{margin-top: 60rpx;}
  86. .mt40{margin-top: 80rpx;}
  87. .mt50{margin-top: 100rpx;}
  88. .mb4{margin-bottom: 8rpx;}
  89. .mb5{margin-bottom: 10rpx;}
  90. .mb6{margin-bottom: 12rpx;}
  91. .mb8{margin-bottom: 16rpx;}
  92. .mb10{margin-bottom: 20rpx;}
  93. .mb12{margin-bottom: 24rpx;}
  94. .mb15{margin-bottom: 30rpx;}
  95. .mb16{margin-bottom: 32rpx;}
  96. .mb18{margin-bottom: 36rpx;}
  97. .mb20{margin-bottom: 40rpx;}
  98. .mb24{margin-bottom: 48rpx;}
  99. .mb28{margin-bottom: 56rpx !important;}
  100. .mb30{margin-bottom: 60rpx;}
  101. .mlr12{margin: 0 24rpx;}
  102. .lh18{line-height: 36rpx;}
  103. .lh20{line-height: 40rpx;}
  104. .lh24{line-height: 48rpx;}
  105. .pl6{padding-left: 12rpx;}
  106. .pl8{padding-left: 16rpx;}
  107. .pl16{padding-left: 32rpx;}
  108. .pr8{padding-right: 16rpx;}
  109. .pt12{padding-top: 24rpx;}
  110. .pt20{padding-top: 40rpx;}
  111. .pt80{padding-top: 160rpx;}
  112. .pb15{padding-bottom: 30rpx;}
  113. .plr12{padding: 0 24rpx;}
  114. .plr13{padding: 0 26rpx;}
  115. .plr18{padding: 0 36rpx;}
  116. .plr28{padding: 0 56rpx;}
  117. .ptb4{padding: 8rpx 0;}
  118. .ptb6{padding: 12rpx 0;}
  119. .ptb10{padding: 20rpx 0;}
  120. .fw{font-weight: bold;}
  121. .fw5{font-weight: 500;}
  122. .fwn{font-weight: normal;}
  123. /* 新
  124. 民族 1
  125. 血型 选择 1
  126. 近视 远视 分开1
  127. 空白调小 1
  128. 家庭信息 联系人 父亲电话 1
  129. 防溺水 全市下发 指定下发
  130. 动态 分享 朋友圈 (登录限制去掉)1
  131. 防溺水 弹窗 放在权限那里 1
  132. 成绩 表格 宽度调小 1 满分,排名
  133. */