人人商城

style.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .fui-content {
  2. background: #fff;
  3. }
  4. .header {
  5. height: 10rem;
  6. background-image: url("bg.jpg");
  7. background-repeat: no-repeat;
  8. background-size: 100% 100%;
  9. overflow: hidden;
  10. }
  11. .header .logo {
  12. height: 4.4rem;
  13. width: 4.4rem;
  14. border-radius: 4.4rem;
  15. margin: 1.8rem auto 0;
  16. position: relative;
  17. }
  18. .header .logo:before {
  19. position: absolute;
  20. content: "";
  21. height: 4.7rem;
  22. width: 4.7rem;
  23. border: 1px solid #fff;
  24. border-radius: 4.7rem;
  25. top: -0.2rem;
  26. left: -0.2rem;
  27. }
  28. .header .logo img {
  29. height: 4.4rem;
  30. width: 4.4rem;
  31. border-radius: 4.4rem;
  32. display: block;
  33. }
  34. .header .name {
  35. height: 2.5rem;
  36. color: #fff;
  37. text-align: center;
  38. font-size: 1rem;
  39. line-height: 2.5rem;
  40. }
  41. .fui-cell-group {
  42. margin-top: 0;
  43. }
  44. .fui-cell-group:not(.fui-cell-group-o):before {
  45. border: 0;
  46. }
  47. .fui-cell-group .fui-cell .fui-input {
  48. height: 1.6rem;
  49. }
  50. .fui-cell-group .fui-cell .fui-cell-remark {
  51. font-size: 0.7rem;
  52. }
  53. .btn {
  54. display: block;
  55. background: #42afd0;
  56. color: #fff;
  57. border: none;
  58. margin: 1.2rem 1rem 0 1rem ;
  59. border-radius: 2rem;
  60. }
  61. .text {
  62. padding: 0 1.6rem;
  63. color: #888;
  64. font-size: 0.8rem;
  65. text-align: center;
  66. line-height: 3rem;
  67. }
  68. .text a {
  69. color: #42afd0;
  70. }
  71. .sns-login {
  72. height: auto;
  73. margin: 0.5rem 1rem 0.5rem 1rem ;
  74. }
  75. .sns-login .title {
  76. height: 2rem;
  77. line-height: 2rem;
  78. position: relative;
  79. text-align: center;
  80. }
  81. .sns-login .title:before {
  82. content: "";
  83. position: absolute;
  84. width: 100%;
  85. border-top: 1px solid #eee;
  86. top: 1rem;
  87. left: 0;
  88. }
  89. .sns-login .title .text {
  90. height: 2rem;
  91. line-height: 2rem;
  92. width: auto;
  93. margin: auto;
  94. background: #fff;
  95. display: inline-block;
  96. z-index: 1;
  97. position: relative;
  98. }
  99. .sns-login .icons {
  100. height: 3rem;
  101. padding-top: 0.2rem;
  102. text-align: center;
  103. margin-bottom: 1.5rem;
  104. }
  105. .sns-login .icons .item {
  106. height: 2.6rem;
  107. width: 2.6rem;
  108. margin: 0 0.4rem;
  109. display: inline-block;
  110. border: 1px solid #6c9;
  111. border-radius: 2.6rem;
  112. text-align: center;
  113. }
  114. .sns-login .icons .item.yellow {
  115. border-color: #fcd576;
  116. color: #fcd576;
  117. }
  118. .sns-login .icons .item.blue {
  119. border-color: #9edcf5;
  120. color: #9edcf5;
  121. }
  122. .sns-login .icons .item.green {
  123. border-color: #88e9bc;
  124. color: #88e9bc;
  125. }
  126. .sns-login .icons .item i {
  127. font-size: 1.8rem;
  128. line-height: 2.4rem;
  129. }