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