wx_authority.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /* pages/wx_authority/wx_authority.wxss */
  2. .bg {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .logo {
  10. text-align: center;
  11. padding: 90rpx 0;
  12. }
  13. .logo image {
  14. width: 140rpx;
  15. height: 170rpx;
  16. }
  17. .content {
  18. /* position: fixed;
  19. top: 0;
  20. left: 0;
  21. width: 100%;
  22. height: 100%;
  23. display: flex;
  24. flex-direction: column;
  25. justify-content: center;
  26. align-items: center; */
  27. text-align: center
  28. }
  29. .button {
  30. width:346rpx;
  31. height:96rpx;
  32. line-height: 96rpx;
  33. background:rgba(255,100,101,1);
  34. border-radius:48rpx;
  35. cursor: pointer;
  36. margin: auto;
  37. color: #FFFFFF;
  38. font-size: 30rpx;
  39. text-align: center;
  40. }
  41. button::after{
  42. border: none;
  43. }
  44. .button-bg {
  45. position: absolute;
  46. top: 0;
  47. left: 0;
  48. width: 463rpx;
  49. height: 96rpx;
  50. }
  51. .button-text {
  52. font-size: 36rpx;
  53. color: #fff;
  54. margin-top: 20rpx;
  55. text-align: center
  56. }
  57. .no{
  58. text-align: center;
  59. margin-top: 40%;
  60. font-size: 36rpx;
  61. color: #BFBFBF;
  62. }
  63. .noImg{
  64. width: 551rpx;
  65. height: 400rpx;
  66. }
  67. .deal{
  68. margin-top: 73rpx;
  69. color: #7C819D;
  70. font-size: 24rpx;
  71. text-align: center;
  72. }
  73. .deal-item{
  74. display: inline-block;
  75. text-decoration: underline;
  76. }
  77. radio .wx-radio-input{
  78. border-radius: 50%;
  79. width: 26rpx;
  80. height: 26rpx;
  81. border: 1rpx solid #FF6465;
  82. }
  83. /* 选中后的 背景样式 */
  84. radio .wx-radio-input.wx-radio-input-checked{
  85. border: none;
  86. background: #FF6465;
  87. }
  88. /* 选中后的 对勾样式 */
  89. radio .wx-radio-input.wx-radio-input-checked::before{
  90. border-radius: 50%;
  91. width: 26rpx;
  92. height: 26rpx;
  93. line-height: 26rpx;
  94. text-align: center;
  95. font-size:20rpx; /* 对勾大小 */
  96. color:#fff;
  97. background: #FF6465;
  98. transform:translate(-50%, -50%) scale(1);
  99. -webkit-transform:translate(-50%, -50%) scale(1);
  100. }
  101. .explain{
  102. margin-bottom: 280rpx;
  103. }
  104. .explain-img{
  105. width: 100%;
  106. height: 278rpx;
  107. }