Commit 19b83487 authored by wildfirecode13's avatar wildfirecode13

1

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