123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- .main {
- position: relative;
- width: 100%;
- }
- .theme1 {
- position: absolute;
- margin-top: 13%;
- text-align: center;
- font-weight: 500;
- width: 100%;
- }
- .two1 {
- position: absolute;
- width: 100%;
- }
- .thr1 {
- position: absolute;
- top: 35%;
- width: 100%;
- text-align: center;
- }
- .images1 {
- width: 50%;
- height: 180px;
- }
- .th1{
- position: absolute;
- margin-top: 13%;
- text-align: center;
- font-weight: 500;
- width: 100%;
- }
- .four1{
- margin-top: 34%;
- position: absolute;
- top: 40%;
- width: 100%;
- color: rgb(105, 105, 105);
- }
- .one{
- text-align: center;
- margin-top: 3%;
- margin-bottom: 3%;
- color: #9b9b9b;
- font-size: 15px;
- }
- .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;
- }
- .head {
- float: left;
- margin-left: 7px;
- width: 15%;
- height: 31px;
- overflow: hidden;
- }
- .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;
- font-size: 13px;
- color: #9e9e9e;
- }
- .date{
- margin-right: 5px;
- }
|