Commit f31c0868 authored by wildfirecode13's avatar wildfirecode13

1

parent 6926540b
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -22,21 +22,23 @@ class Detail2 extends Component { ...@@ -22,21 +22,23 @@ class Detail2 extends Component {
uuid="2b6c5d97-e458-42a0-b49b-49e9efc6abbc" uuid="2b6c5d97-e458-42a0-b49b-49e9efc6abbc"
src={this.state.resList['9d6135a5-469f-4293-b931-17786c977974'].url} src={this.state.resList['9d6135a5-469f-4293-b931-17786c977974'].url}
/> />
<div className="detail2_item " uuid="4d8289ea-9464-4a92-a81c-3e24c364e707"> <div className="detail2_item_list" uuid="3804f60d-697f-4d68-98b5-ca8cf2e2d3ba">
<span className="detail2_item_title " uuid="48b63d65-a3d8-4b94-b979-3fcb19c9d89c"> <div className="detail2_item " uuid="4d8289ea-9464-4a92-a81c-3e24c364e707">
每日签到 <span className="detail2_item_title " uuid="48b63d65-a3d8-4b94-b979-3fcb19c9d89c">
</span> 每日签到
<span className="detail2_item_day " uuid="5e6c50df-f25c-4b91-acc7-95d4829ff7db"> </span>
2020-12-25 09:54:30 <span className="detail2_item_day " uuid="5e6c50df-f25c-4b91-acc7-95d4829ff7db">
</span> 2020-12-25 09:54:30
<span className="detail2_item_num " uuid="e576e938-d57d-4101-82bc-c0b0782033c9"> </span>
+418 <span className="detail2_item_num " uuid="e576e938-d57d-4101-82bc-c0b0782033c9">
</span> +418
<img </span>
className="detail2_item_bg " <img
uuid="46e8b6fd-f561-445c-85eb-be7136ea5183" className="detail2_item_bg "
src={this.state.resList['eed0f2f8-74ef-4680-a29c-d5db6818738f'].url} uuid="46e8b6fd-f561-445c-85eb-be7136ea5183"
/> src={this.state.resList['eed0f2f8-74ef-4680-a29c-d5db6818738f'].url}
/>
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -17,54 +17,60 @@ ...@@ -17,54 +17,60 @@
top: 0px; top: 0px;
transform-origin: 0 0 0; transform-origin: 0 0 0;
} }
.detail2_item { .detail2_item_list {
width: 618px; width: 100%;
height: 91px; height: auto;
left: 65px; margin-top: 214px;
top: 235px; .detail2_item {
position: absolute; display: flex;
.detail2_item_title { justify-content: center;
width: 193px; align-items: center;
height: 23px; margin: 0 auto 0 63px;
left: 53px; position: relative;
position: absolute; box-sizing: border-box;
font-size: 24px;
color: #474747;
}
.detail2_item_day {
width: 284px;
height: 16px;
left: 52px;
top: 42px;
position: absolute;
font-size: 20px;
color: #949494;
}
.detail2_item_num {
width: 88px;
height: 31px;
left: 455px;
top: 8px;
position: absolute;
font-size: 40px;
color: #474747;
}
.detail2_item_bg {
width: 618px; width: 618px;
height: 1px; height: 91px;
top: 90px; background-color: #ffffff;
position: absolute; box-sizing: border-box;
// width: 618px;
// height: 91px;
// left: 65px;
// top: 235px;
// position: absolute;
.detail2_item_title {
width: 193px;
height: 23px;
left: 53px;
position: absolute;
font-size: 24px;
color: #474747;
}
.detail2_item_day {
width: 284px;
height: 16px;
left: 52px;
top: 42px;
position: absolute;
font-size: 20px;
color: #949494;
}
.detail2_item_num {
width: 88px;
height: 31px;
left: 455px;
top: 8px;
position: absolute;
font-size: 40px;
color: #474747;
}
.detail2_item_bg {
width: 618px;
height: 1px;
top: 90px;
position: absolute;
}
} }
} }
} }
.div {
width: 300px;
height: 300px;
opacity: 1;
display: block;
left: 0px;
top: 0px;
position: absolute;
transform-origin: 0px 0px 0px;
}
} }
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