buyInbulk.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. body, html {
  2. margin: 0;
  3. width: 100%;
  4. height: 100%;
  5. padding: 0;
  6. }
  7. header{
  8. width: 100%;
  9. text-align: center;
  10. color: #393939;
  11. font-size: 1.8rem;
  12. padding: .6rem 0 0.6rem 0;
  13. background: white;
  14. font-weight: 400;
  15. }
  16. .glyphicon-menu-left{
  17. float: left;
  18. }
  19. .wrap{
  20. width: 100%;
  21. height: 100%;
  22. background:rgb(242,242,242) ;
  23. font: PingFangSC-Regular;
  24. }
  25. .sutdent-list-card{
  26. display: inline-block;
  27. padding: .8rem 0 0.8rem .8rem;
  28. width: 100%;
  29. background: rgb(255,255,255);
  30. margin-top: .8rem;
  31. }
  32. .sutdent-list-card>img{
  33. width: 4.5rem;
  34. height:4.5rem;
  35. border-radius: 50%;
  36. float: left;
  37. margin-right: .8rem;
  38. }
  39. .student-info{
  40. width: 100%;
  41. height: 100%;
  42. position: relative;
  43. }
  44. .student-info span{
  45. width: 100%;
  46. color: #393939;
  47. font-size: 1.5rem;
  48. font-weight: 400;
  49. }
  50. .student-info .grade{
  51. display: block;
  52. color: #999999;
  53. }
  54. .student-info .deadline{
  55. color: #3399FE;
  56. }
  57. .bottom{
  58. position: fixed;
  59. bottom: 2rem;
  60. text-align: center;
  61. width: 100%;
  62. z-index: 100;
  63. }
  64. .bottom div{
  65. font-size: 1.5rem;
  66. background: #3399FE;
  67. display: inline-block;
  68. border-radius: .4rem;
  69. color:rgba(255,255,255,1);
  70. padding: .6rem 6.5rem;
  71. }
  72. .choosePwd{
  73. display: inline-block;
  74. position: absolute;
  75. right: 1rem;
  76. top: 1rem;
  77. cursor: pointer;
  78. }
  79. .choosePwd img{
  80. width: 1.5rem;
  81. height: 1.5rem;
  82. }