mine.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. .touxiang{
  2. width: 50px;
  3. height: 50px;
  4. margin-left: 25px;
  5. position: absolute;
  6. }
  7. .head{
  8. width: 100%;
  9. height: 90px;
  10. margin-top: 15px;
  11. position: relative;
  12. }
  13. .headtext1{
  14. float: right;
  15. font-size: 14px;
  16. margin-right: 90px;
  17. }
  18. .student{
  19. width: 50px;
  20. font-size: 11px;
  21. margin-left: 10px;
  22. border: 1px solid white;
  23. border-radius: 15%;
  24. background-color: turquoise;
  25. text-align: center;
  26. float: right;
  27. }
  28. .headtext2{
  29. font-size: 11px;
  30. float: left;
  31. margin-top: 6px;
  32. margin-left: 100px;
  33. }
  34. .headtext3{
  35. float: right;
  36. width: 200px;
  37. height: 15px;
  38. font-size: 12px;
  39. color:orange;
  40. margin-top: 6px;
  41. margin-right: 18px;
  42. }
  43. /* 中部 */
  44. .medium{
  45. width: 90%;
  46. height: 100px;
  47. border: 1px solid white;
  48. border-radius: 8%;
  49. background: linear-gradient(#FF6347,red);
  50. margin-left: 15px;
  51. position: relative;
  52. border-bottom-left-radius:55px;
  53. border-bottom-right-radius:55px;
  54. }
  55. .number{
  56. float: right;
  57. font-size: 12px;
  58. color: white;
  59. padding-top: 8px;
  60. padding-right: 10px;
  61. }
  62. .bank{
  63. float: left;
  64. color: white;
  65. font-size: 14px;
  66. font-weight: 200px;
  67. padding-top: 8px;
  68. padding-left: 10px;
  69. }
  70. .card{
  71. float: left;
  72. font-size: 11px;
  73. color: white;
  74. position: absolute;
  75. margin-top: 32px;
  76. margin-left: 10px;
  77. }
  78. /* 底部 */
  79. .bottom-text{
  80. margin-top: 13px;
  81. }
  82. .dingdan{
  83. margin-left: 20px;
  84. }
  85. .fuhao{
  86. display: inline-block;
  87. float: right;
  88. margin-right: 15px;
  89. }
  90. .need-work{
  91. width: 55px;
  92. height: 55px;
  93. }
  94. .icon-car{
  95. width: 54px;
  96. height: 63px;
  97. }
  98. .icon-completed{
  99. width: 50px;
  100. height: 45px;
  101. }
  102. .bottom{
  103. position: relative;
  104. }
  105. .first{
  106. position: absolute;
  107. float: left;
  108. margin-left: 16px;
  109. font-size: 14px;
  110. margin-top: 8px;
  111. }
  112. .second{
  113. margin-left: 126px;
  114. font-size: 14px;
  115. position: absolute;
  116. }
  117. .third{
  118. font-size: 14px;
  119. margin-left: 245px;
  120. margin-top: 15px;
  121. position: absolute;
  122. }