12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .main {
- position: relative;
- width: 100%;
- }
- .van-tabs__line {
- background-color: blue !important;
- }
- .one{
- margin-top: -5px;
- }
- .list{
- margin-top: 5%;
- }
- .two{
- width: 93%;
- float: left;
- margin-left: 3%;
- }
- .left{
- float: left;
- width: 70%;
- padding-top: 10px;
- padding-left: 10px;
- padding-bottom: 10px;
- }
- .two{
- background-color: white;
- margin-bottom: 3%;
- border-radius: 8px;
- }
- .right{
- float: left;
- width: 20%;
- margin-top: 9%;
- }
- .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;
- font-size: 13px;
- line-height: 15px;
- }
- .resaon{
- padding-left: 2px;
- }
- .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;
- font-size: 13px;
- line-height: 15px;
- }
- .head {
- float: left;
- margin-left: 7px;
- width: 15%;
- height: 36.63px;
- overflow: hidden;
- border-radius: 90px;
- }
- .group{
- font-size: 16px;
- line-height: 30px;
- font-weight: 500;
- margin-left: 4%;
- margin-right: 8%;
- }
- .fou{
- font-size: 13px;
- color: #9e9e9e;
- margin: 2%;
- margin-left: 10px;
- float: left;
- width: 100%;
- }
- .person{
- font-size: 13px;
- color: #9e9e9e;
- }
- .time{
- margin-left: 10px;
- margin-bottom: 1.5%;
- font-size: 13px;
- color: #9e9e9e;
- }
- .date{
- margin-right: 5px;
- }
|