pages.scss 3.5 KB

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