123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- .main {
- position: relative;
- width: 100%;
- background-color: #f1f1f1;
- padding: 20px 0 0 0;
- }
- .button {
- margin: 0 0 20px 0;
- background-image: linear-gradient(to right, #fd3c1e, #c74df0);
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- font-size: small;
- }
- .wei {
- font-size: 15px;
- color: red;
- }
- .list {
- margin-top: 5%;
- }
- .two {
- width: 93%;
- float: left;
- margin-left: 3%;
- }
- .left {
- float: left;
- width: 70%;
- padding-top: 15px;
- padding-left: 10px;
- padding-bottom: 15px;
- }
- .two {
- background-color: white;
- margin-bottom: 3%;
- border-radius: 8px;
- }
- .right {
- float: left;
- width: 20%;
- margin-left: 3%;
- margin-top: 8%;
- }
- .fourright1_2 {
- float: left;
- width: 100%;
- margin-top: 2%;
- }
- .fourright1_2o {
- float: left;
- width: 20%;
- }
- .fourright1_2oi {
- float: left;
- width: 20%;
- }
- .fourright1_2t {
- float: left;
- width: 43%;
- text-align: center;
- padding: 10px 0;
- font-size: 14px;
- font-weight: 500;
- }
- .fourtext6-1 {
- background-color: rgb(228, 226, 226);
- text-align: center;
- color: #00427b;
- font-size: 20px;
- font-weight: bold;
- text-decoration: line-through;
- text-decoration-color: #fff;
- }
- .fourtext8-1 {
- font-size: 20px;
- font-weight: bold;
- margin: 0 5px;
- }
- .fourtext7-1 {
- background-color: rgb(228, 226, 226);
- text-align: center;
- color: #e70000;
- font-size: 20px;
- font-weight: bold;
- /* text-decoration: line-through; */
- text-decoration-color: #fff;
- }
- .fourright1_2i {
- float: left;
- width: 13%;
- text-align: center;
- padding: 6px 0;
- }
- .fourhead1 {
- width: 90%;
- height: 39.2px;
- overflow: hidden;
- }
- .fourhead2 {
- margin-left: 25%;
- width: 90%;
- height: 39.2px;
- overflow: hidden;
- }
- .fourright4{
- float: left;
- width: 100%;
- }
- .fourtext5 {
- position: absolute;
- padding-top: 3px;
- padding-left: 20px;
- color: #fff;
- font-size: 13px;
- }
|