Commit 8056ce12 authored by zhangyuan's avatar zhangyuan

提交

parent cdde7429
...@@ -65,6 +65,7 @@ class NewRecordPage extends React.Component { ...@@ -65,6 +65,7 @@ class NewRecordPage extends React.Component {
return ( return (
<div className="newRecordPage"> <div className="newRecordPage">
<span className="bg"></span> <span className="bg"></span>
<span className='bg-lachang'></span>
<Button className="backBtn" onClick={this.clickBack} /> <Button className="backBtn" onClick={this.clickBack} />
<div className={`tab-con tab-${this.state.tab}`}> <div className={`tab-con tab-${this.state.tab}`}>
<div className='tab-btn-1' onClick={_throttle(() => { <div className='tab-btn-1' onClick={_throttle(() => {
......
...@@ -25,6 +25,18 @@ ...@@ -25,6 +25,18 @@
.sparkBg("RecordPage/recordPageBg.png"); .sparkBg("RecordPage/recordPageBg.png");
} }
.bg-lachang {
display: inline-block;
width: 713px;
height: 641px;
position: absolute;
left: 19px;
bottom: 40px;
background-color: #fff;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.tab-con { .tab-con {
position: absolute; position: absolute;
left: 19px; left: 19px;
...@@ -73,7 +85,7 @@ ...@@ -73,7 +85,7 @@
.list { .list {
position: absolute; position: absolute;
top: 203px; top: 203px;
height: 900px; bottom: 40px;
width: 710px; width: 710px;
border-top-left-radius: 30px; border-top-left-radius: 30px;
border-top-right-radius: 30px; border-top-right-radius: 30px;
......
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