You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
2.2 KiB

  1. page {
  2. height: 100%;
  3. background: #f6f6f8;
  4. }
  5. .list {
  6. background: #fff;
  7. width: 710rpx;
  8. margin: 30rpx auto;
  9. border-radius:16rpx;
  10. box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.1);
  11. }
  12. .fl{
  13. color: #999;
  14. font-size: 30rpx;
  15. }
  16. .fr{
  17. color: #333;
  18. font-size: 26rpx;
  19. }
  20. .clearfix {
  21. height: 87rpx;
  22. line-height: 87rpx;
  23. width: 660rpx;
  24. margin: 0 auto;
  25. font-size: 30rpx;
  26. border-bottom: 1px solid #f6f6f8;
  27. }
  28. .txt04{
  29. color: #659ef6;
  30. }
  31. .txt02{
  32. color: #eea959;
  33. }
  34. .txt01{
  35. color: #ff6a6a;
  36. }
  37. .txt03{
  38. color: #8aaa6b;
  39. }
  40. .btn{
  41. width: 95%;
  42. margin: 30rpx auto;
  43. }
  44. .btn button{
  45. background: #659ef6;
  46. color: #fff;
  47. height: 86rpx;
  48. line-height: 86rpx;
  49. border:none;
  50. }
  51. .actives{
  52. opacity: .6;
  53. }
  54. @font-face {
  55. font-family: 'iconfont'; /* project id 1353693 */
  56. src: url('//at.alicdn.com/t/font_1353693_ur939r0g15.eot');
  57. src: url('//at.alicdn.com/t/font_1353693_ur939r0g15.eot?#iefix') format('embedded-opentype'),
  58. url('//at.alicdn.com/t/font_1353693_ur939r0g15.woff2') format('woff2'),
  59. url('//at.alicdn.com/t/font_1353693_ur939r0g15.woff') format('woff'),
  60. url('//at.alicdn.com/t/font_1353693_ur939r0g15.ttf') format('truetype'),
  61. url('//at.alicdn.com/t/font_1353693_ur939r0g15.svg#iconfont') format('svg');
  62. }
  63. .iconfont {
  64. font-family:"iconfont" !important;
  65. font-size:30rpx;
  66. font-style:normal;
  67. -webkit-font-smoothing: antialiased;
  68. -moz-osx-font-smoothing: grayscale;
  69. }
  70. .arrow-right:before { content: "\e601"}
  71. .clearfix button {
  72. margin-left: 20rpx;
  73. margin-top: 10rpx;
  74. }
  75. .table {
  76. border: 0px solid darkgray;
  77. border-top: 1rpx dashed #222;
  78. }
  79. .tr {
  80. display: flex;
  81. width: 100%;
  82. justify-content: center;
  83. height: 3rem;
  84. align-items: center;
  85. border-bottom: 1rpx dashed #222;
  86. }
  87. .td {
  88. width:40%;
  89. justify-content: center;
  90. text-align: center;
  91. font-size: 23rpx;
  92. }
  93. .td text{
  94. font-size: 23rpx;
  95. }
  96. .bg-w{
  97. background: snow;
  98. }
  99. .bg-g{
  100. background: #E6F3F9;
  101. }
  102. .th {
  103. width: 40%;
  104. justify-content: center;
  105. display: flex;
  106. height: 2rem;
  107. align-items: center;
  108. text-align: center;
  109. font-size: 26rpx;
  110. }
  111. .title{
  112. font-size: 30rpx;
  113. line-height: 3rem;
  114. }
  115. .btn button{
  116. background:#409EFF;
  117. color: #fff;
  118. width: 90%;
  119. margin: 0 auto;
  120. border: none;
  121. }