enternext.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. page{
  2. background: #f8f8f8;
  3. }
  4. .centerdispley {
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: center;
  8. align-items: center;
  9. }
  10. .itemdisplay {
  11. display: flex;
  12. align-items: center;
  13. }
  14. .display_between {
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. }
  19. .header_view{
  20. padding: 32rpx 0 60rpx;
  21. background: #fff;
  22. font-size: 28rpx;
  23. color: #333;
  24. font-weight: bold;
  25. }
  26. .header_icons{
  27. display: inline-block;
  28. width: 68rpx;
  29. height: 68rpx;
  30. margin-bottom: 24rpx;
  31. }
  32. .header_icone{
  33. display: inline-block;
  34. width: 68rpx;
  35. height: 58rpx;
  36. margin-bottom: 24rpx;
  37. }
  38. .ye_view{
  39. padding: 20rpx 0;
  40. background: #FDFCEC;
  41. font-size: 24rpx;
  42. color: #FF663D;
  43. }
  44. .ye_icon{
  45. display: inline-block;
  46. width: 32rpx;
  47. height: 32rpx;
  48. margin: 0 16rpx 0 30rpx;
  49. }
  50. .btn_iconl{
  51. display: inline-block;
  52. width: 32rpx;
  53. height: 32rpx;
  54. margin-right: 12rpx;
  55. }
  56. .btn_iconr{
  57. display: inline-block;
  58. width: 32rpx;
  59. height: 32rpx;
  60. margin-left: 12rpx;
  61. }
  62. .btn_view{
  63. margin: 24rpx;
  64. }
  65. .btn_view>view:nth-child(1){
  66. margin-right: 24rpx;
  67. }
  68. .btn_view>view{
  69. flex: 1;
  70. height: 114rpx;
  71. border-radius: 8rpx;
  72. background: #fff;
  73. font-weight: 28rpx;
  74. color: #333;
  75. font-weight: bold;
  76. }
  77. .back_icon{
  78. width: 24rpx;
  79. height: 24rpx;
  80. }
  81. .err_icon{
  82. display: inline-block;
  83. width: 24rpx;
  84. height: 24rpx;
  85. margin-right: 8rpx;
  86. }
  87. .item_btn{
  88. margin: 0 24rpx 30rpx;
  89. padding: 40rpx 24rpx;
  90. background: #fff;
  91. border-radius: 8rpx;
  92. border: 1rpx solid #fff;
  93. font-size: 28rpx;
  94. font-weight: bold;
  95. color: #333;
  96. }
  97. .err_bor{
  98. border: 1rpx solid #F23131;
  99. background: #FFE6E6;
  100. }
  101. .err_tip{
  102. margin-top: 24rpx;
  103. font-size: 24rpx;
  104. font-weight: 100;
  105. color: #333;
  106. }
  107. .err_tip>view{
  108. margin-top: 20rpx;
  109. }