123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- .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%;
- }
- .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;
- 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: 5px 5px 0 5px;
- margin-left: 10px;
- float: left;
- width: 90%;
- }
- .person {
- font-size: 13px;
- color: #9e9e9e;
- }
- .time {
- margin-left: 10px;
- margin-bottom: 1.5%;
- font-size: 13px;
- color: #9e9e9e;
- }
- .date {
- margin-right: 5px;
- }
|