teacherDet.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* teacherDet.css */
  2. .zj-bg{
  3. width: 100%;
  4. height: 562rpx;
  5. }
  6. .content-box{
  7. box-sizing: border-box;
  8. margin:-60rpx auto 0;
  9. padding: 60rpx 38rpx;
  10. width: 690rpx;
  11. background: linear-gradient(180deg, #FFFFFF 50%, rgba(255,255,255,0) 100%);
  12. border-radius: 15rpx 15rpx 15rpx 15rpx;
  13. opacity: 1;
  14. position: relative;
  15. z-index: 1;
  16. }
  17. .zj-name{
  18. line-height: 71rpx;
  19. font-size: 48rpx;
  20. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  21. font-weight: bold;
  22. color: #333333;
  23. justify-content: space-between;
  24. flex-wrap: nowrap;
  25. }
  26. .zj-label{
  27. font-size: 32rpx;
  28. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  29. font-weight: 400;
  30. color: #999999;
  31. line-height: 47rpx;
  32. margin-top: 8rpx;
  33. }
  34. .title{
  35. font-size: 32rpx;
  36. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  37. font-weight: bold;
  38. color: #333333;
  39. line-height: 47rpx;
  40. margin-top: 45rpx;
  41. margin-bottom: 23rpx;
  42. position: relative;
  43. display: inline-block;
  44. z-index: 1;
  45. }
  46. .title::after{
  47. content: '';
  48. position: absolute;
  49. bottom: 5rpx;
  50. left: 0;
  51. width: 100%;
  52. height: 11rpx;
  53. background: linear-gradient(90deg, #009AFF 0%, rgba(0,154,255,.1) 100%);
  54. border-radius: 50rpx 50rpx 50rpx 50rpx;
  55. opacity: 1;
  56. z-index: -1;
  57. }
  58. .zj-brief{
  59. font-size: 28rpx;
  60. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  61. font-weight: normal;
  62. color: #333333;
  63. line-height: 42rpx;
  64. }
  65. .zj-brief ._root{
  66. font-size: 28rpx !important;
  67. padding: 0;
  68. }
  69. .qr {
  70. width: 40rpx;
  71. height: 40rpx;
  72. opacity: 1;
  73. margin-left: 20rpx;
  74. }
  75. /* 客服微信 */
  76. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99;}
  77. .cancel{position: absolute;top: 40rpx;right: 34rpx;width: 32rpx;height: 32rpx;}
  78. .popup{position: fixed;left: 0;right: 0;bottom: -100%;padding: 50rpx 0 80rpx;background: #fff;border-radius: 32rpx 32rpx 0 0;z-index: 100;transition: bottom .2s ease-in;}
  79. .code{width: 260rpx;height: 260rpx;margin: 30rpx auto 40rpx;}
  80. .tip{font-size: 28rpx;color: #333;text-align: center;padding: 0 0 30rpx;}
  81. .pop-btn{justify-content: center;padding: 0 50rpx;}
  82. .pop-btn view{width: 260rpx;height: 60rpx;border-radius: 30rpx;border: 1rpx solid var(--main);font-size: 30rpx;color: var(--main);text-align: center;line-height: 60rpx;margin: 0 30rpx;}
  83. .close{position: absolute;bottom: -120rpx;left: 50%;transform: translateX(-50%);width: 80rpx;height: 80rpx;}