No Description

extend.css 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. * {
  2. font-size: .14rem;
  3. font-family: PingFang SC,Microsoft YaHei,SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,Helvetica Neue,Helvetica,STHeiTi,sans-serif;
  4. }
  5. body {
  6. height: 100%;
  7. background: #fff;
  8. }
  9. .banner {
  10. height: 1.3rem;
  11. }
  12. .banner img {
  13. width:100%;
  14. height:100%;
  15. }
  16. ul {
  17. padding: 0 .1rem;
  18. margin-top: .16rem;
  19. }
  20. li {
  21. border-bottom: .04rem solid #F7F7F7;
  22. width: 100%;
  23. height: 1.26rem;
  24. padding: 0 .15rem;
  25. margin-bottom: 0rem;
  26. background: #fff;
  27. box-sizing: border-box;
  28. }
  29. li:last-child {
  30. border: none;
  31. }
  32. .icon {
  33. width: .4rem;
  34. height: .4rem;
  35. border-radius: .08rem;
  36. float: left;
  37. }
  38. .word {
  39. height: .4rem;
  40. margin-left: .12rem;
  41. float: left;
  42. position: relative;
  43. }
  44. .name {
  45. text-align: left;
  46. color: #444;
  47. margin-bottom: .03rem;
  48. }
  49. .smallTitle {
  50. display: inline-block;
  51. height: .14rem;
  52. line-height: .14rem;
  53. padding: 0 .03rem;
  54. color: #fff;
  55. border-radius: .02rem;
  56. font-size: .1rem;
  57. background: #FF6060;
  58. vertical-align: bottom;
  59. border: .01rem solid #ff6060;
  60. box-sizing: border-box;
  61. }
  62. .descri {
  63. margin-top: .1rem;
  64. font-size: .12rem;
  65. color: #999999;
  66. text-align: left;
  67. }
  68. .apply {
  69. float: right;
  70. text-align: center;
  71. margin-top: .07rem;
  72. }
  73. .top {
  74. box-sizing: border-box;
  75. height: .63rem;
  76. padding-top: .15rem;
  77. }
  78. .apply {
  79. width: .84rem;
  80. height: .25rem;
  81. line-height: .27rem;
  82. border-radius: .03rem;
  83. color: #333;
  84. font-size: .14rem;
  85. border: none;
  86. background: #FFC302;
  87. box-shadow: 0 .02rem .05rem rgba(255,138,0,.54);
  88. }
  89. .bottom {
  90. padding-top: .1rem;
  91. }
  92. .limit,
  93. .term {
  94. text-align: left;
  95. float: left;
  96. color: #FF6700;
  97. font-size: .13rem;
  98. }
  99. .limit {
  100. width: 30%;
  101. }
  102. .right {
  103. float: right;
  104. color: #999999;
  105. font-size: .12rem;
  106. }
  107. .head {
  108. margin-bottom: .05rem;
  109. color: #666666;
  110. font-size: .12rem;
  111. }