Commit 72d3071c authored by wildfirecode13's avatar wildfirecode13

11

parent 5b3ee495
This source diff could not be displayed because it is too large. You can view the blob instead.
'use strict'; 'use strict';
import React, { Component } from 'react'; import React, { Component } from 'react';
import resList from '../../resconfig/resList'; import resList from '../../resconfig/resList'; //import API from '../../api';
//import API from '../../api';
import './detail2.less'; import './detail2.less';
class Detail2 extends Component { class Detail2 extends Component {
constructor(props) { constructor(props) {
super(props); super(props);
this.state = { resList: resList }; this.state = {
resList: resList,
};
} }
render() { render() {
return ( return (
<div className="detail2 " uuid="c5abc304-1a0b-4804-956a-d61c1d5b75ed"> <div className="detail2 " uuid="c5abc304-1a0b-4804-956a-d61c1d5b75ed">
...@@ -38,4 +41,5 @@ class Detail2 extends Component { ...@@ -38,4 +41,5 @@ class Detail2 extends Component {
); );
} }
} }
export default Detail2; export default Detail2;
...@@ -2,10 +2,16 @@ ...@@ -2,10 +2,16 @@
width: 750px; width: 750px;
height: 1624px; height: 1624px;
position: absolute; position: absolute;
left: 0px;
top: 0px;
transform-origin: 0 0 0;
.detail2_bg { .detail2_bg {
width: 750px; width: 750px;
height: 1624px; height: 1624px;
position: absolute; position: absolute;
left: -2px;
top: 0px;
transform-origin: 0px 0px 0px;
} }
.detail2_item { .detail2_item {
width: 618px; width: 618px;
...@@ -14,21 +20,21 @@ ...@@ -14,21 +20,21 @@
top: 235px; top: 235px;
position: absolute; position: absolute;
.detail2_item_title { .detail2_item_title {
width: 93px; width: 193px;
height: 23px; height: 23px;
left: 53px; left: 53px;
position: absolute; position: absolute;
font-size: 24px; font-size: 24px;
color: rgba(71, 71, 71, 1); color: #474747;
} }
.detail2_item_day { .detail2_item_day {
width: 184px; width: 284px;
height: 16px; height: 16px;
left: 52px; left: 52px;
top: 42px; top: 42px;
position: absolute; position: absolute;
font-size: 20px; font-size: 20px;
color: rgba(148, 148, 148, 1); color: #949494;
} }
.detail2_item_num { .detail2_item_num {
width: 88px; width: 88px;
...@@ -37,7 +43,7 @@ ...@@ -37,7 +43,7 @@
top: 8px; top: 8px;
position: absolute; position: absolute;
font-size: 40px; font-size: 40px;
color: rgba(71, 71, 71, 1); color: #474747;
} }
.detail2_item_bg { .detail2_item_bg {
width: 618px; width: 618px;
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
top: 57px; top: 57px;
position: absolute; position: absolute;
font-size: 24px; font-size: 24px;
color: rgba(255, 255, 255, 1); color: #ffffff;
} }
.main3_nick { .main3_nick {
width: 96px; width: 96px;
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
top: 20px; top: 20px;
position: absolute; position: absolute;
font-size: 24px; font-size: 24px;
color: rgba(255, 255, 255, 1); color: #ffffff;
} }
.main3_btn_detail { .main3_btn_detail {
width: 50px; width: 50px;
......
This diff is collapsed.
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