提交 121e9abc 编写于 作者: chendeli's avatar chendeli

add

上级 2a2a2ebf
......@@ -6,11 +6,11 @@ module.exports = {
env: {
NODE_ENV: '"production"'
},
index: path.resolve(__dirname, '../yqy/index.html'),
assetsRoot: path.resolve(__dirname, '../yqy'),
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: './static',
assetsPublicPath: '/yqy/',
productionSourceMap: true,
assetsPublicPath: './',
productionSourceMap: false,
// Surge or Netlify already gzip all static assets for you.
// Before setting to `true`, make sure to:
// npm install --save-dev compression-webpack-plugin
......
<template>
<section class="font-style">
<teacherTop></teacherTop>
<div class="teach-opt">
<div class="teach-title">讲师名录</div>
<div class="tea-detail">
</div>
<div class="teach-title">课程教学</div>
<div class="opt-span">
<span class="">人气
<img src="../../images/sort-d.png">
......@@ -63,10 +67,22 @@ body{background: #fff}
.font-style {
width: 100%;
overflow: hidden;
@include sc(0.6rem, #666);
}
.tea-detail{
height: px2rem(127px);
position: absolute;
width: 100%;
left: 0;
top:-(px2rem(77px));
z-index: 10;
@include bis('../../images/detaiBg.png');
}
.teach-opt{
padding:px2rem(26px) px2rem(15px) px2rem(15px) px2rem(15px);
position: relative;
.teach-title{
font-size: px2rem(18px);
padding-bottom: px2rem(15px);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册