teacher_detail.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* pages/teacher_detail/teacher_detail.wxss */
  2. .ul{
  3. margin: 0
  4. }
  5. .ul-head{
  6. display: flex;
  7. justify-content: space-between;
  8. margin:30rpx;
  9. font-size: 40rpx;
  10. color: #121212;
  11. }
  12. .ul-head-info{
  13. padding: 0
  14. }
  15. .ul-head-info-img{
  16. width: 100rpx;
  17. height: 100rpx;
  18. border-radius: 100%;
  19. position: relative;
  20. bottom: 18rpx;
  21. }
  22. .ul-head-info-name{
  23. display: inline-block;
  24. margin: 30rpx;
  25. }
  26. .ul-head-info-phone{
  27. color: #666666;
  28. font-size: 28rpx;
  29. position: relative;
  30. top: 15rpx;
  31. }
  32. .ul-head-img{
  33. width: 44rpx;
  34. height: 44rpx;
  35. margin: auto 0;
  36. }
  37. .ul-class{
  38. color: #393939;
  39. font-size: 30rpx;
  40. margin: 24rpx;
  41. }
  42. .ul-class-sub{
  43. margin-right: 20rpx;
  44. font-weight:bold;
  45. }
  46. .ul-class-item{
  47. background: #DBDBDB;
  48. padding: 15rpx 40rpx;
  49. color: #Fff;
  50. border-radius:10rpx;
  51. margin: 0 10rpx;
  52. }
  53. .ul-class-item-info{
  54. background: #DBDBDB;
  55. padding: 15rpx;
  56. color: #Fff;
  57. border-radius:10rpx;
  58. margin: 0 10rpx;
  59. }
  60. .li-content-title{
  61. margin: 50rpx 24rpx 30rpx 24rpx;
  62. color: #121212;
  63. font-size: 30rpx;
  64. font-weight:bold;
  65. }
  66. .li-footer-image{
  67. width: 44rpx;
  68. height: 44rpx;
  69. margin-right: 15rpx;
  70. margin-left: 55rpx;
  71. }
  72. .li-noData{
  73. text-align: center;
  74. color: #7C819D;
  75. font-size: 28rpx;
  76. margin-top: 25%;
  77. }
  78. .li-noData-img{
  79. width: 196rpx;
  80. height: 213rpx;
  81. margin-bottom: 23rpx;
  82. }
  83. .li-noData-btn{
  84. width:180rpx;
  85. height:74rpx;
  86. border:2rpx solid rgba(255,100,101,1);
  87. border-radius:37rpx;
  88. text-align: center;
  89. line-height: 74rpx;
  90. color: #FF6465;
  91. font-size: 28rpx;
  92. margin:30rpx auto
  93. }
  94. .li-select-acrive{
  95. background: #FF6465;
  96. }
  97. .li-margin{
  98. justify-content: space-around !important;
  99. }