|
@@ -2,20 +2,26 @@
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
background-color: #f1f1f1;
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
|
-.biao{
|
|
|
+
|
|
|
+.biao {
|
|
|
float: left;
|
|
|
width: 10%;
|
|
|
}
|
|
|
+
|
|
|
.two {
|
|
|
position: absolute;
|
|
|
top: 32%;
|
|
|
left: 2.5%;
|
|
|
width: 95%;
|
|
|
}
|
|
|
-.otherInfo{
|
|
|
+
|
|
|
+.otherInfo {
|
|
|
text-align: left;
|
|
|
+ padding: 0 0 10px 5px;
|
|
|
}
|
|
|
+
|
|
|
.name {
|
|
|
float: left;
|
|
|
width: 38%;
|
|
@@ -35,18 +41,21 @@
|
|
|
font-size: 14px;
|
|
|
color: #5e5e5e;
|
|
|
}
|
|
|
-.button{
|
|
|
+
|
|
|
+.button {
|
|
|
margin-top: 7px;
|
|
|
/* background-color: rgb(238, 147, 28); */
|
|
|
border-radius: 15px;
|
|
|
font-size: 13px !important;
|
|
|
color: #fff;
|
|
|
}
|
|
|
-.list{
|
|
|
+
|
|
|
+.list {
|
|
|
background-color: #fff;
|
|
|
margin-bottom: 10px;
|
|
|
border-radius: 8px;
|
|
|
}
|
|
|
+
|
|
|
.text3 {
|
|
|
font-size: 13px;
|
|
|
color: #adadad;
|
|
@@ -58,6 +67,7 @@
|
|
|
color: #5e5e5e;
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
+
|
|
|
.text6 {
|
|
|
font-size: 23px;
|
|
|
color: rgb(46, 46, 245);
|
|
@@ -69,19 +79,22 @@
|
|
|
color: rgb(243, 19, 19);
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
+
|
|
|
.text8 {
|
|
|
font-size: 23px;
|
|
|
font-weight: 500;
|
|
|
margin-right: 5px;
|
|
|
margin-left: 5px;
|
|
|
}
|
|
|
+
|
|
|
.right1 {
|
|
|
border-radius: 5px;
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 80px;
|
|
|
- background-color: rgb(238, 236, 236);
|
|
|
+ background-color: #e9e9e9;
|
|
|
}
|
|
|
+
|
|
|
.right1_2 {
|
|
|
float: left;
|
|
|
width: 100%
|
|
@@ -93,11 +106,13 @@
|
|
|
height: 40px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+
|
|
|
.right1_2 .right1_2o image {
|
|
|
width: 100%;
|
|
|
height: 36px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+
|
|
|
.right1_2 .right1_2t {
|
|
|
float: left;
|
|
|
width: 33%;
|
|
@@ -115,6 +130,7 @@
|
|
|
text-align: center;
|
|
|
padding: 6px 0;
|
|
|
}
|
|
|
-.right1_1{
|
|
|
+
|
|
|
+.right1_1 {
|
|
|
text-align: center;
|
|
|
}
|