Commit 2fedd899 authored by wangxuelai's avatar wangxuelai

''

parent 69bb7a92
......@@ -17,6 +17,6 @@
</head>
<body>
<div id="root"></div>
<script src="dist/main.js?1574922435424" charset="utf-8"></script>
<script src="dist/main.js?1574924258740" charset="utf-8"></script>
</body>
</html>
\ No newline at end of file
......@@ -219,4 +219,5 @@
box-shadow:1px -6px 6px 0px rgba(0, 0, 0, 0.04);
transition: 0.2s left;
transition: 0.1s width;
z-index: 5;
}
......@@ -20,7 +20,7 @@
margin-top: 15px;
.videowrap {
width: 100%;
height: 120px;
height: 200px;
position: relative;
margin-bottom: 10px;
.videoPoster {
......@@ -61,13 +61,13 @@
flex-wrap: wrap;
.imgwrap {
width: 100%;
height: 120px;
// height: 120px;
border-radius: 4px;
margin-right: 6px;
position: relative;
.uploadimgwrap {
width: 100%;
height: 120px;
// height: 120px;
overflow: hidden;
}
}
......@@ -100,6 +100,7 @@
.teacheruploadimg {
object-fit: contain;
border-radius: 4px;
width: 100%;
}
.teacheruploadimg:nth-child(4n){
margin-right: 0;
......
......@@ -140,7 +140,7 @@ class ThemeEditor extends React.Component {
);
case 'audio':
return (
<div key={index} className={pageStyle.videowrap}>
<div key={index} className={pageStyle.videowrap} style={{ height: 120 }}>
<audio style={{ height: 90 }} controls="controls" className={pageStyle.videoPoster} src={audioorigin(item.value)} />
<div className={pageStyle.toolList}>
{ index === 0 && <div aria-disabled="true" className={pageStyle.noup}><img src={upImg} alt="" /> </div> }
......
......@@ -19,7 +19,7 @@
margin-top: 15px;
.videowrap {
width: 100%;
height: 120px;
height: 200px;
position: relative;
margin-bottom: 10px;
.videoPoster {
......@@ -60,13 +60,13 @@
flex-wrap: wrap;
.imgwrap {
width: 100%;
height: 120px;
// height: 120px;
border-radius: 4px;
margin-right: 6px;
// margin-right: 6px;
position: relative;
.uploadimgwrap {
width: 100%;
height: 120px;
// height: 120px;
overflow: hidden;
}
}
......@@ -99,6 +99,7 @@
.teacheruploadimg {
object-fit: contain;
border-radius: 4px;
width: 100%;
}
.teacheruploadimg:nth-child(4n){
margin-right: 0;
......
......@@ -219,4 +219,5 @@
box-shadow:1px -6px 6px 0px rgba(0, 0, 0, 0.04);
transition: 0.2s left;
transition: 0.1s width;
z-index: 5;
}
......@@ -71,7 +71,9 @@ module.exports = {
{
loader: 'css-loader', // translates CSS into CommonJS
options: {
modules: true,
modules: {
localIdentName: '[name]_[local]_[hash:base64:5]',
},
},
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment