123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- .main {
- position: relative;
- width: 100%;
- background-color: #ffffff;
- }
- .one_list {
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid #dddddd;
- margin: 0 20px;
- height: 40px;
- line-height: 40px;
- }
- .four {
- position: absolute;
- width: 100%;
- bottom: 0;
- background-color: white;
- }
- .four-1 {
- background-color: white;
- width: 100%;
- }
- .four1 {
- background-color: white;
- margin-top: 15%;
- margin-bottom: 15%;
- margin-left: 10%;
- float: left;
- width: 37%;
- }
- .four2 {
- background-color: white;
- margin-top: 15%;
- margin-bottom: 10%;
- float: left;
- width: 30%;
- }
- .button {
- margin-top: 0 !important;
- width: 140px !important;
- height: 35px;
- background-color: rgba(209, 205, 205, 0.5);
- /* background-image: linear-gradient(to right, rgb(236, 75, 83) , rgb(247, 41, 230)); */
- border-top-left-radius: 1.5em;
- border-top-right-radius: 0em;
- border-bottom-right-radius: 0em;
- border-bottom-left-radius: 1.5em;
- color: #777777;
- font-size: 14px;
- }
- .buttons {
- margin-top: 0 !important;
- width: 140px !important;
- height: 35px;
- background-color: rgba(32, 88, 243, 0.5);
- background-image: linear-gradient(to right, rgb(75, 113, 236), rgb(203, 97, 245));
- border-top-left-radius: 0em;
- border-top-right-radius: 1.5em;
- border-bottom-right-radius: 1.5em;
- border-bottom-left-radius: 0em;
- color: #ffffff;
- font-size: 14px;
- }
- .mult {
- float: left;
- width: 65%;
- padding-left: 15px;
- font-size: 14px;
- line-height: 80rpx;
- background-color: white;
- font-weight: 500;
- }
- .mult11 {
- padding-left: 15px;
- font-size: 14px;
- line-height: 80rpx;
- background-color: white;
- font-weight: 500;
- }
- .mults {
- margin-top: -1px;
- background-color: white;
- line-height: 80rpx;
- text-align: center;
- }
- .multone {
- margin-bottom: 1.8px;
- font-size: 14px;
- }
- .mult88 {
- float: left;
- width: 63%;
- line-height: 80rpx;
- background-color: white;
- text-align: right;
- padding: 0 9px 0 0;
- }
- .mult00 {
- padding-left: 15px;
- float: left;
- width: 30%;
- line-height: 80rpx;
- background-color: white;
- }
|