pages.scss 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /***** 这里存放通用页面样式 *****/
  2. iframe{z-index: 3;}
  3. // 首页
  4. .dljt-index-page{
  5. }
  6. // 专业建设
  7. .zhuanye-page{
  8. .dljt-scroll-view{
  9. height: calc(100vh - 630rpx);
  10. .uni-scroll-view-content{height: calc(100vh - 630rpx);}
  11. }
  12. .zhuanye-list-box{
  13. display: flex;justify-content: space-between;margin: 24rpx 10rpx 36rpx;
  14. .zhuanye-item{
  15. width: 19%;display: flex;flex-direction: column;align-items: center;
  16. border: 1rpx solid #ccc;padding: 24rpx 0;
  17. icon{width: 80rpx;height: 73rpx;display: inline-block;@include dljt-no-repeat-cover;}
  18. text{color: #000;font-size: 26rpx;margin-top: 16rpx}
  19. }
  20. .zhuanye-item.active{
  21. background-color: #0f50a4;position: relative;
  22. text{color: #fff;}
  23. }
  24. .zhuanye-item.active::after{
  25. content: '';width: 0;height: 0;position: absolute;bottom: -20rpx;left: 50%;transform: translateX(-50%);
  26. border-left: 16rpx solid transparent;
  27. border-right: 16rpx solid transparent;
  28. border-top: 16rpx solid #0f50a4;
  29. }
  30. .zhuanye-item:nth-child(1) icon{background-image: url("@/static/images/jyjx/jyjx-icon1.png");}
  31. .zhuanye-item:nth-child(1).active icon{background-image: url("@/static/images/jyjx/jyjx-icon1-a.png");}
  32. .zhuanye-item:nth-child(2) icon{background-image: url("@/static/images/jyjx/jyjx-icon2.png");}
  33. .zhuanye-item:nth-child(2).active icon{background-image: url("@/static/images/jyjx/jyjx-icon2-a.png");}
  34. .zhuanye-item:nth-child(3) icon{background-image: url("@/static/images/jyjx/jyjx-icon3.png");}
  35. .zhuanye-item:nth-child(3).active icon{background-image: url("@/static/images/jyjx/jyjx-icon3-a.png");}
  36. .zhuanye-item:nth-child(4) icon{background-image: url("@/static/images/jyjx/jyjx-icon4.png");}
  37. .zhuanye-item:nth-child(4).active icon{background-image: url("@/static/images/jyjx/jyjx-icon4-a.png");}
  38. .zhuanye-item:nth-child(5) icon{background-image: url("@/static/images/jyjx/jyjx-icon5.png");}
  39. .zhuanye-item:nth-child(5).active icon{background-image: url("@/static/images/jyjx/jyjx-icon5-a.png");}
  40. }
  41. }
  42. // 招生就业
  43. .zsjy-page{
  44. .dljt-form-box{height: calc(100vh - 446rpx);display: block;overflow-y: auto;padding-top: 36rpx;}
  45. .dljt-input-row{
  46. width: 80%;margin:0 auto 36rpx;
  47. .input-title{color: #333;font-size: 30rpx;}
  48. .form-input{
  49. height: 70rpx;line-height: 70rpx;font-size: 26rpx;border: 1rpx solid #ccc;
  50. border-radius: 6rpx;padding: 0 10rpx;margin-top: 10rpx;color: #333;
  51. .uni-input-placeholder{color: #999;}
  52. }
  53. .form-select{
  54. font-size: 26rpx;margin-top: 10rpx;
  55. .uni-select{border: 1rpx solid #ccc;border-radius: 6rpx;padding: 0 10rpx;}
  56. .uni-select__input-box{height: 70rpx;line-height: 1;}
  57. .uni-select__input-placeholder{color: #999;font-size: 26rpx;}
  58. }
  59. .form-btn-box{
  60. background-color: #01356e;color: #fff;font-size: 30rpx;margin: 82rpx 0;
  61. }
  62. }
  63. .require-row{position: relative;}
  64. .require-row::after{content: '*';color: red;
  65. position: absolute;top: 66rpx;right: -30rpx;font-size: 36rpx;}
  66. }
  67. // 联系方式
  68. .lxfs-page{
  69. .lxfs-content-box{height: calc(100vh - 410rpx);box-sizing: border-box;padding: 0 6rpx 12rpx;overflow-y: auto;}
  70. .lxfs-map{
  71. width: 656rpx;height: 518rpx;@include dljt-no-repeat-cover;margin: 0 auto;
  72. background-image: url("@/static/images/xygk/xywh-lxfs-img.png");
  73. }
  74. .lxfs-tel-box{font-size: 28rpx;color: #333;margin: 36rpx 0;box-sizing: border-box;padding-left: 16rpx;}
  75. .lxsf-code-box{
  76. display: flex;justify-content: space-evenly;color: #444;text-align: center;margin: 82rpx 0;
  77. >view{width: 33%;}
  78. uni-image{width:200rpx;height: 200rpx;}
  79. .code-text-box{box-sizing: border-box;padding:0 24rpx;word-break: break-all;}
  80. }
  81. }
  82. .pdf-page{
  83. .dljt-pdf-box{}
  84. .dljt-detail-box{height:unset;margin-bottom: 24rpx;}
  85. // .dljt-detail-box{height: calc(100vh - 834rpx);}
  86. }