No Description

typeChoice.css 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. body{
  2. width: 100%;
  3. height: 100%;
  4. background: #F3F3F3;
  5. }
  6. nav {
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. z-index: 9999;
  11. font-size: 0rem;
  12. height: 0.44rem;
  13. width: 100%;
  14. background-color: #5d7dff;
  15. padding-top:0.2rem ;
  16. }
  17. nav i {
  18. display: inline-block;
  19. width: 0.16rem;
  20. height: 0.16rem;
  21. line-height: 0.44rem;
  22. margin-left: 0.1rem;
  23. background-image: url(../img/back.png);
  24. background-repeat: no-repeat;
  25. background-size: 100% auto;
  26. }
  27. nav p {
  28. display: inline-block;
  29. width: 90%;
  30. text-align: center;
  31. line-height: 0.44rem;
  32. color: #fff;
  33. font-size: 0.17rem;
  34. }
  35. .list{
  36. margin-top: 0.74rem;
  37. }
  38. .typeList{
  39. background: #FFFFFF;
  40. padding: 0.12rem 0.23rem;
  41. display: flex;
  42. justify-content: space-between;
  43. align-items: center;
  44. margin-top: 0.1rem;
  45. }
  46. .typeListLeft h4{
  47. color: #333333;
  48. font-size: 0.15rem;
  49. }
  50. .typeListLeft p{
  51. color: #666666;
  52. font-size: 0.12rem;
  53. margin-top: 0.09rem;
  54. }
  55. .typeListRight{
  56. width: 0.2rem;
  57. height: 0.2rem;
  58. background: #D7D7D7;
  59. border-radius: 50%;
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. }
  64. .hollowCircle{
  65. width: 0.14rem;
  66. height: 0.14rem;
  67. background: #FFFFFF;
  68. border-radius: 50%;
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. }
  73. .disc{
  74. width: 0.06rem;
  75. height: 0.06rem;
  76. border-radius: 50%;
  77. background: #fff;
  78. }
  79. .nextStep{
  80. width:2.08rem;
  81. height: 0.34rem;
  82. border-radius: 0.17rem;
  83. margin: auto;
  84. margin-top: 0.71rem;
  85. color: #FFFFFF;
  86. font-size: 0.15rem;
  87. line-height: 0.34rem;
  88. text-align: center;
  89. background: #ccc;
  90. /*box-shadow: 0 0 6px 0 rgba(93, 125, 255, 0.7);
  91. -webkit-box-shadow: 0 0 6px 0 rgba(93, 125, 255, 0.7);*/
  92. }