123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- .main {
- position: relative;
- width: 100%;
- }
- .back {
- width: 40rpx;
- height: 40rpx;
- left: 15px;
- width: 40rpx;
- height: 40rpx;
- }
- .onea{
- font-weight: 600;
- position: absolute;
- top: 5%;
- left: 2%;
- }
- .ones{
- font-weight: 600;
- position: absolute;
- top: 5%;
- left: 42%;
- color: #ffffff;
- }
- .one-2{
- position: absolute;
- top: 18%;
- left: 41%;
- width: 18%;
- height: 63.78px;
- border-radius: 50%;
- }
- .one-3{
- position: absolute;
- top: 29%;
- left: 40%;
- width: 23%;
- height: 63.78px;
- }
- .imgs{
- margin-top: 4px;
- margin-left: 2px;
- width: 95%;
- height: 51.58px;
- }
- .two-1{
- margin-top: -4px;
- background-color: #ffffff;
- font-size: 15px;
- margin-bottom: 6%;
- }
- .two{
- background-color: #ffffff;
- }
- .two1{
- padding-top: 30px;
- padding-bottom: 10px;
- }
- .two2{
- padding-bottom: 20px;
- }
- .two-left1{
- float: left;
- margin-top: -3px;
- width: 10%;
- }
- .two-left2{
- margin-top: -3px;
- float: left;
- width: 10%;
- }
- .zi{
- color: #9e9e9e;
- }
- .date{
- margin-right: 2%;
- }
- .thr{
- padding-top: 15px;
- background-color: #ffffff;
- }
- .tuan {
- margin-left: 11px;
- font-size: 16px;
- font-weight: 500;
- margin-right: 10px;
- }
- .thr-left{
- width: 79%;
- height: 49px;
- background-color: #eeeeee;
- }
- .img{
- width: 100%;
- height: 49px;
- }
- .thr-1{
- padding-top: 10px;
- padding-left: 10px;
- float: left;
- width: 17.2%;
- background-color: #ffffff;
- padding-bottom: 5px;
- }
- .thr1{
- background-color: #ffffff;
- }
- .thr-2{
- padding-top: 10px;
- padding-left: 8px;
- float: left;
- width: 18%;
- height: 75px;
- background-color: #ffffff;
- /* border: 1px solid red; */
- }
- .thr2{
- float: left;
- width: 50px;
- height: 50px;
- border: 2px solid #dddcdc;
- }
- .name{
- margin-left: 10px;
- font-size: 13px;
- color: #727272;
- }
- .thr3{
- margin-top: 22%;
- margin-left: 23%;
- }
- .four{
- background-color: white;
- padding-top: 180px;
- padding-bottom: 20px;
- }
- .button{
- margin-top: 5px !important;
- width: 300px !important;
- height: 35px;
- background-color: rgba(243, 32, 162,0.5);
- background-image: linear-gradient(to right, rgb(247, 59, 69) , rgb(223, 41, 247));
- border-radius: 30px;
- color:#ffffff;
- font-size: 13px;
- }
- .group{
- width: 100%;
- color: #ffffff;
- margin-top: 20%;
- margin-left: 2%;
- margin-bottom: 10%;
- }
- .person{
- margin-left: 18%;
- font-size: 13px;
- color: #ffffff;
- font-weight: 300;
- }
|