wx_authority.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /* pages/wx_authority/wx_authority.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. .logo {
  6. text-align: center;
  7. padding: 80rpx 0;
  8. font-size: 30rpx;
  9. color: #00b7ff
  10. }
  11. .logo image {
  12. width: 140rpx;
  13. height: 170rpx;
  14. }
  15. .content {
  16. /* display: flex;
  17. flex-direction: column;
  18. justify-content: center;
  19. align-items: center; */
  20. text-align: center
  21. }
  22. .button {
  23. width:346rpx;
  24. height:96rpx;
  25. line-height: 96rpx;
  26. background:rgba(255,100,101,1);
  27. border-radius:48rpx;
  28. cursor: pointer;
  29. margin: auto;
  30. color: #FFFFFF;
  31. font-size: 30rpx;
  32. text-align: center;
  33. }
  34. .button-bg {
  35. border-radius: 100rpx;
  36. width: 88rpx;
  37. height: 88rpx;
  38. }
  39. .tips{
  40. color: #393939;
  41. text-align: center;
  42. font-size: 28rpx;
  43. margin-bottom: 60rpx;
  44. }
  45. .button-text {
  46. padding: 0rpx 100rpx;
  47. border-radius: 16rpx;
  48. text-align: center;
  49. background: #FF6465;
  50. font-size: 36rpx;
  51. color: #fff;
  52. margin-top: 30rpx;
  53. }
  54. .section-row {
  55. margin-top: 60rpx;
  56. display: flex;
  57. justify-content: center;
  58. align-items: center;
  59. color: #fff;
  60. font-size: 28rpx;
  61. }
  62. .section-icon {
  63. padding: 40rpx 0 40rpx 40rpx;
  64. width: 30rpx;
  65. height: 30rpx;
  66. margin-right: 14rpx;
  67. }
  68. .section-text {
  69. color: #7C819D;
  70. }
  71. .explain{
  72. margin-bottom: 250rpx;
  73. }
  74. .explain-img{
  75. width: 100%;
  76. height: 278rpx;
  77. }