Commit d9628561 authored by wildfirecode13's avatar wildfirecode13

1

parent 9130af4d
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -16,7 +16,7 @@ class Detail2 extends Component {
render() {
return (
<div className="detail2 " uuid="c5abc304-1a0b-4804-956a-d61c1d5b75ed">
<div className=""></div>
<div className="detail2_wrapper" uuid="583667d9-e382-49d8-bfc9-50b6d800c794">
<img
className="detail2_bg "
uuid="2b6c5d97-e458-42a0-b49b-49e9efc6abbc"
......@@ -39,6 +39,7 @@ class Detail2 extends Component {
/>
</div>
</div>
</div>
);
}
}
......
.detail2 {
width: 100vw;
height: 100vh;
opacity: 1;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 750px;
height: 1624px;
position: fixed;
left: 0px;
top: 0px;
transform-origin: 0 0 0;
.detail2_wrapper {
.detail2_bg {
width: 750px;
height: 1624px;
position: absolute;
left: -2px;
top: 0px;
transform-origin: 0px 0px 0px;
transform-origin: 0 0 0;
}
.detail2_item {
width: 618px;
......@@ -52,4 +53,15 @@
position: absolute;
}
}
}
.div {
width: 300px;
height: 300px;
opacity: 1;
display: block;
left: 0px;
top: 0px;
position: absolute;
transform-origin: 0px 0px 0px;
}
}
......@@ -3,7 +3,6 @@
import { appID } from 'duiba-utils';
import React, { Component } from 'react';
import { Timer } from 'teddi';
import resList from '../../resconfig/resList'; //import API from '../../api';
import API from '../../api';
......@@ -29,8 +28,7 @@ class Loading extends Component {
const timer = new Timer(1 * 30, 1000 / 30);
timer.on('timer', this.onupdate, this);
timer.on('complete', r, this);
timer.start();
// r();
timer.start(); // r();
});
}
......
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