|
@@ -2,63 +2,101 @@
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
}
|
|
|
+
|
|
|
.van-tabs__line {
|
|
|
background-color: blue !important;
|
|
|
}
|
|
|
-.one{
|
|
|
+
|
|
|
+.one {
|
|
|
margin-top: -5px;
|
|
|
}
|
|
|
|
|
|
-.list{
|
|
|
+.list {
|
|
|
margin-top: 5%;
|
|
|
}
|
|
|
-.two{
|
|
|
+
|
|
|
+.two {
|
|
|
width: 93%;
|
|
|
float: left;
|
|
|
margin-left: 3%;
|
|
|
}
|
|
|
-.left{
|
|
|
+
|
|
|
+.left {
|
|
|
float: left;
|
|
|
width: 70%;
|
|
|
padding-top: 10px;
|
|
|
padding-left: 10px;
|
|
|
padding-bottom: 10px;
|
|
|
}
|
|
|
-.two{
|
|
|
+
|
|
|
+.two {
|
|
|
background-color: white;
|
|
|
margin-bottom: 3%;
|
|
|
border-radius: 8px;
|
|
|
}
|
|
|
-.right{
|
|
|
+
|
|
|
+.right {
|
|
|
float: left;
|
|
|
width: 20%;
|
|
|
margin-top: 9%;
|
|
|
}
|
|
|
-.button{
|
|
|
+
|
|
|
+.shenhe {
|
|
|
+ color: red;
|
|
|
+ margin: 0 0 0 35px;
|
|
|
+}
|
|
|
+
|
|
|
+.button_1 {
|
|
|
+ margin-top: -16px !important;
|
|
|
+ width: 77px !important;
|
|
|
+ height: 30px;
|
|
|
+ background-color: rgba(243, 32, 162, 0.5);
|
|
|
+ background-image: linear-gradient(to right, rgb(236, 75, 83), rgb(247, 41, 230));
|
|
|
+ border-radius: 30px;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.button_2 {
|
|
|
+ margin-top: 12px !important;
|
|
|
+ width: 77px !important;
|
|
|
+ height: 30px;
|
|
|
+ background-color: rgb(105, 105, 105);
|
|
|
+ border-radius: 30px;
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.button {
|
|
|
margin-top: 0 !important;
|
|
|
width: 77px !important;
|
|
|
height: 30px;
|
|
|
- background-color: rgba(243, 32, 162,0.5);
|
|
|
- background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230));
|
|
|
- border-radius: 30px;
|
|
|
- color:#ffffff;
|
|
|
+ background-color: rgba(243, 32, 162, 0.5);
|
|
|
+ background-image: linear-gradient(to right, rgb(236, 75, 83), rgb(247, 41, 230));
|
|
|
+ border-radius: 30px;
|
|
|
+ color: #ffffff;
|
|
|
font-size: 13px;
|
|
|
line-height: 15px;
|
|
|
}
|
|
|
-.resaon{
|
|
|
+
|
|
|
+.resaon {
|
|
|
padding-left: 2px;
|
|
|
}
|
|
|
-.buttons{
|
|
|
+
|
|
|
+.buttons {
|
|
|
margin-top: 0 !important;
|
|
|
width: 77px !important;
|
|
|
height: 30px;
|
|
|
background-color: rgba(59, 63, 247, 0.5);
|
|
|
- background-image: linear-gradient(to right, rgb(75, 91, 236) , rgb(213, 41, 247));
|
|
|
- border-radius: 30px;
|
|
|
- color:#ffffff;
|
|
|
+ background-image: linear-gradient(to right, rgb(75, 91, 236), rgb(213, 41, 247));
|
|
|
+ border-radius: 30px;
|
|
|
+ color: #ffffff;
|
|
|
font-size: 13px;
|
|
|
line-height: 15px;
|
|
|
}
|
|
|
+
|
|
|
.head {
|
|
|
float: left;
|
|
|
margin-left: 7px;
|
|
@@ -67,14 +105,16 @@
|
|
|
overflow: hidden;
|
|
|
border-radius: 90px;
|
|
|
}
|
|
|
-.group{
|
|
|
+
|
|
|
+.group {
|
|
|
font-size: 16px;
|
|
|
line-height: 30px;
|
|
|
font-weight: 500;
|
|
|
margin-left: 4%;
|
|
|
margin-right: 8%;
|
|
|
}
|
|
|
-.fou{
|
|
|
+
|
|
|
+.fou {
|
|
|
font-size: 13px;
|
|
|
color: #9e9e9e;
|
|
|
margin: 2%;
|
|
@@ -82,16 +122,19 @@
|
|
|
float: left;
|
|
|
width: 100%;
|
|
|
}
|
|
|
-.person{
|
|
|
+
|
|
|
+.person {
|
|
|
font-size: 13px;
|
|
|
color: #9e9e9e;
|
|
|
}
|
|
|
-.time{
|
|
|
+
|
|
|
+.time {
|
|
|
margin-left: 10px;
|
|
|
margin-bottom: 1.5%;
|
|
|
font-size: 13px;
|
|
|
color: #9e9e9e;
|
|
|
}
|
|
|
-.date{
|
|
|
+
|
|
|
+.date {
|
|
|
margin-right: 5px;
|
|
|
}
|