12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- /***** 这里存放通用页面样式 *****/
- iframe{z-index: 3;}
- // 首页
- .dljt-index-page{
- }
- // 专业建设
- .zhuanye-page{
- .dljt-scroll-view{
- height: calc(100vh - 630rpx);
- .uni-scroll-view-content{height: calc(100vh - 630rpx);}
- }
- .zhuanye-list-box{
- display: flex;justify-content: space-between;margin: 24rpx 10rpx 36rpx;
- .zhuanye-item{
- width: 19%;display: flex;flex-direction: column;align-items: center;
- border: 1rpx solid #ccc;padding: 24rpx 0;
- icon{width: 80rpx;height: 73rpx;display: inline-block;@include dljt-no-repeat-cover;}
- text{color: #000;font-size: 26rpx;margin-top: 16rpx}
- }
- .zhuanye-item.active{
- background-color: #0f50a4;position: relative;
- text{color: #fff;}
- }
- .zhuanye-item.active::after{
- content: '';width: 0;height: 0;position: absolute;bottom: -20rpx;left: 50%;transform: translateX(-50%);
- border-left: 16rpx solid transparent;
- border-right: 16rpx solid transparent;
- border-top: 16rpx solid #0f50a4;
- }
- .zhuanye-item:nth-child(1) icon{background-image: url("@/static/images/jyjx/jyjx-icon1.png");}
- .zhuanye-item:nth-child(1).active icon{background-image: url("@/static/images/jyjx/jyjx-icon1-a.png");}
- .zhuanye-item:nth-child(2) icon{background-image: url("@/static/images/jyjx/jyjx-icon2.png");}
- .zhuanye-item:nth-child(2).active icon{background-image: url("@/static/images/jyjx/jyjx-icon2-a.png");}
- .zhuanye-item:nth-child(3) icon{background-image: url("@/static/images/jyjx/jyjx-icon3.png");}
- .zhuanye-item:nth-child(3).active icon{background-image: url("@/static/images/jyjx/jyjx-icon3-a.png");}
- .zhuanye-item:nth-child(4) icon{background-image: url("@/static/images/jyjx/jyjx-icon4.png");}
- .zhuanye-item:nth-child(4).active icon{background-image: url("@/static/images/jyjx/jyjx-icon4-a.png");}
- .zhuanye-item:nth-child(5) icon{background-image: url("@/static/images/jyjx/jyjx-icon5.png");}
- .zhuanye-item:nth-child(5).active icon{background-image: url("@/static/images/jyjx/jyjx-icon5-a.png");}
- }
- }
- // 招生就业
- .zsjy-page{
- .dljt-form-box{height: calc(100vh - 446rpx);display: block;overflow-y: auto;padding-top: 36rpx;}
- .dljt-input-row{
- width: 80%;margin:0 auto 36rpx;
- .input-title{color: #333;font-size: 30rpx;}
- .form-input{
- height: 70rpx;line-height: 70rpx;font-size: 26rpx;border: 1rpx solid #ccc;
- border-radius: 6rpx;padding: 0 10rpx;margin-top: 10rpx;color: #333;
- .uni-input-placeholder{color: #999;}
- }
- .form-select{
- font-size: 26rpx;margin-top: 10rpx;
- .uni-select{border: 1rpx solid #ccc;border-radius: 6rpx;padding: 0 10rpx;}
- .uni-select__input-box{height: 70rpx;line-height: 1;}
- .uni-select__input-placeholder{color: #999;font-size: 26rpx;}
- }
- .form-btn-box{
- background-color: #01356e;color: #fff;font-size: 30rpx;margin: 82rpx 0;
- }
- }
- .require-row{position: relative;}
- .require-row::after{content: '*';color: red;
- position: absolute;top: 66rpx;right: -30rpx;font-size: 36rpx;}
- }
- // 联系方式
- .lxfs-page{
- .lxfs-content-box{height: calc(100vh - 410rpx);box-sizing: border-box;padding: 0 6rpx 12rpx;overflow-y: auto;}
- .lxfs-map{
- width: 656rpx;height: 518rpx;@include dljt-no-repeat-cover;margin: 0 auto;
- background-image: url("@/static/images/xygk/xywh-lxfs-img.png");
- }
- .lxfs-tel-box{font-size: 28rpx;color: #333;margin: 36rpx 0;box-sizing: border-box;padding-left: 16rpx;}
- .lxsf-code-box{
- display: flex;justify-content: space-evenly;color: #444;text-align: center;margin: 82rpx 0;
- >view{width: 33%;}
- uni-image{width:200rpx;height: 200rpx;}
- .code-text-box{box-sizing: border-box;padding:0 24rpx;word-break: break-all;}
- }
- }
- .pdf-page{
- .dljt-pdf-box{}
-
- .dljt-detail-box{height:unset;margin-bottom: 24rpx;}
- // .dljt-detail-box{height: calc(100vh - 834rpx);}
- }
|