Commit 73f37bf5 authored by wildfirecode13's avatar wildfirecode13

添加了game页面

parent 674a7961
This diff is collapsed.
'use strict';
import React, { Component } from 'react';
import { RES_PATH } from '../../../sparkrc.js';
//import API from '../../api';
import './game.less';
class Game extends Component {
constructor(props) {
super(props);
}
render() {
return (
<div className="game " uuid="1269dcc7-b692-4bc7-9b34-ec182ea647c6">
<img className="game_bg " uuid="b70f558f-1730-4093-a716-cba5d4d596b9" src={RES_PATH + 'game_bg.png'} />
</div>
);
}
}
export default Game;
.game {
width: 2193px;
height: 5817px;
left: -593px;
top: -3658px;
position: absolute;
.game_bg {
width: 2193px;
height: 5817px;
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