123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- .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: 43%;
- color: #ffffff;
- }
- .one-2 {
- position: absolute;
- margin-top: -42%;
- margin-left: 42%;
- width: 18%;
- height: 63.78px;
- border-radius: 50%;
- }
- .one-3 {
- position: absolute;
- margin-top: -23%;
- margin-left: 32.5%;
- width: 38%;
- height: 63.78px;
- }
- .imgs {
- border-radius: 90px;
- width: 70px;
- height: 70px;
- }
- .person {
- text-align: center;
- font-size: 13px;
- color: #ffffff;
- font-weight: 300;
- }
- .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 {
- margin: auto;
- width: 79%;
- height: 49px;
- background-color: #eeeeee;
- border-radius: 24.5px;
- }
- .img {
- border-radius: 90px;
- width: 100%;
- height: 49px;
- }
- .thr-1 {
- padding-top: 10px;
- padding-left: 10px;
- float: left;
- width: 17.2%;
- background-color: #ffffff;
- padding-bottom: 5px;
- }
- .thr1 {
- display: flex;
- flex-direction: column;
- 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 {
- font-size: 13px;
- color: #727272;
- }
- .thr3 {
- margin-top: 22%;
- margin-left: 23%;
- }
- .four {
- background-color: white;
- padding-top: 85px;
- padding-bottom: 20px;
- }
- .image {
- width: 100%;
- height: 240px;
- background-color: #eeeeee;
- }
- .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%;
- text-align: center;
- color: #ffffff;
- margin-top: 20px;
- margin-left: 2px;
- margin-bottom: 10%;
- }
|