teacher_information.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /* pages/teacher_information/teacher_information.wxss */
  2. .info{
  3. padding: 0;
  4. margin: 0
  5. }
  6. .info-head{
  7. text-align: center;
  8. padding: 0;
  9. }
  10. .info-head-img{
  11. width: 120rpx;
  12. height: 120rpx;
  13. border-radius: 50%;
  14. color: #393939;
  15. font-size: 34rpx;
  16. margin:60rpx 0 20rpx 0;
  17. }
  18. .info-head-phone{
  19. color: #AAAAAA;
  20. font-size: 24rpx;
  21. margin: 15rpx 0 60rpx 0;
  22. }
  23. .info-number{
  24. color: #393939;
  25. font-size: 40rpx;
  26. display: flex;
  27. justify-content: space-around;
  28. text-align: center;
  29. margin-top: 20rpx;
  30. padding-bottom: 20rpx;
  31. font-weight:bold;
  32. }
  33. .info-number-name{
  34. font-size: 24rpx;
  35. margin-top: 10rpx;
  36. }
  37. .info-coin{
  38. margin:0 46rpx;
  39. padding: 46rpx 0;
  40. color: #393939;
  41. font-size: 24rpx;
  42. font-weight:bold;
  43. border-bottom: 1rpx #E6E6E6 solid;
  44. }
  45. .info-coin-title{
  46. margin: 100rpx 0 20rpx 0;
  47. display: flex;
  48. justify-content: space-between;
  49. }
  50. .info-coin-items{
  51. display: flex;
  52. justify-content: space-between;
  53. font-size: 30rpx;
  54. padding: 40rpx 0;
  55. }
  56. .info-coin-items-num{
  57. color: #E59B36;
  58. font-size: 48rpx;
  59. }
  60. .info-coin-items-img{
  61. width: 34rpx;
  62. height: 29rpx;
  63. margin-right: 20rpx;
  64. }
  65. .border{
  66. width:750rpx;
  67. height:9rpx;
  68. background:rgba(255,255,255,1);
  69. }
  70. .info-date{
  71. display: flex;
  72. justify-content: space-between;
  73. color: #393939;
  74. font-size: 26rpx;
  75. margin: 60rpx 26rpx 0 40rpx;
  76. font-weight:bold;
  77. }
  78. .info-date-set{
  79. color: #8489A3;
  80. font-size: 24rpx;
  81. margin-right: 24rpx;
  82. }
  83. .info-date-img{
  84. width: 18rpx;
  85. height: 29rpx;
  86. margin: auto 0;
  87. }