Commit 19b83487 authored by wildfirecode13's avatar wildfirecode13

1

parent 290503b2
File added
......@@ -2999,17 +2999,18 @@
"componentName": "Image"
},
{
"name": "遗憾3",
"name": "特别遗憾3",
"properties": {
"style": {
"width": 124,
"height": 40,
"width": 250,
"height": 70,
"opacity": 1,
"left": 256,
"top": 119,
"left": 204,
"top": 95,
"position": "absolute",
"fontSize": 42,
"color": "rgba(170, 86, 104, 1)"
"color": "rgba(170, 86, 104, 1)",
"transformOrigin": "0px 0px 0px"
},
"attrs": {
"text": "很遗憾"
......@@ -3059,9 +3060,10 @@
"width": 258,
"height": 73,
"opacity": 1,
"left": 189,
"top": 327,
"position": "absolute"
"left": 163,
"top": 343,
"position": "absolute",
"transformOrigin": "0px 0px 0px"
},
"attrs": {
"source": "asset://389807fe-8dda-4cb6-9f63-e9a5b9458c37"
......@@ -3339,7 +3341,7 @@
"name": "按钮2",
"ext": ".png",
"uuid": "389807fe-8dda-4cb6-9f63-e9a5b9458c37",
"url": "//yun.duiba.com.cn/spark/assets/b5bdee1695439d08fef88755883088a90c220ea1.png"
"url": "//yun.duiba.com.cn/spark/assets/93f7a9d43b8c49a550a9422f11cb2560c4ab38ba.png"
},
{
"name": "锦鲤盒",
......
......@@ -7,12 +7,12 @@ import resList from '../../resconfig/resList';
import './pagehellopage.less';
class Pagehellopage extends Component {
constructor(props) {
super(props);
this.state = this.state || { resList: resList };
}
render() {
return <div className="hellopage" />;
}
constructor(props) {
super(props);
this.state = this.state || { resList: resList };
}
render() {
return <div className="hellopage" />;
}
}
export default Pagehellopage;
.hellopage {
top: 0px;
left: 0px;
width: 750px;
height: 1624px;
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 750px;
height: 1624px;
display: block;
position: absolute;
}
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