| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- * {
- margin: 0;
- padding: 0;
- line-height: none;
- }
- .pay {
- /* width: 1920px; */
- /* height: 100vh; */
- /* background-color: red; */
- }
- .title {
- /* width: 1920px; */
- height: 65px;
- background: #ccc;
- opacity: 1;
- }
- .center {
- width: 100%;
- margin: auto;
- height: 829px;
- /* background-color: #000; */
- opacity: 1;
- }
- .center_item {
- height: 85px;
- /* background-color: #fff; */
- display: flex;
- flex-direction: column;
- flex-wrap: nowrap;
- align-content: center;
- justify-content: space-evenly;
- margin-top: 10px;
- margin-left: 10px;
- }
- .center_item span {
- font-size: 24px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- line-height: 28px;
- color: #000000;
- /* letter-spacing: 100px; */
- opacity: 1;
- }
- .center_item .bou {
- /* width: 1195px; */
- height: 1px;
- background: rgba(181, 181, 181, 0.39);
- opacity: 1;
- }
- .paytwo {
- width: 100%;
- margin: auto;
- height: 780px;
- background-color: #fff;
- }
- .paytwo_item {
- justify-content: space-between;
- display: flex;
- }
- .pay_a {
- font-size: 12px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- line-height: 28px;
- color: #000000;
- /* letter-spacing: 100px; */
- opacity: 1;
- }
- .pay_b {
- font-size: 12px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- line-height: 28px;
- color: #000000;
- margin-right: 10px;
- }
- .paytwo_index {
- margin-top: 3px;
- display: flex;
- }
- .dd {
- font-size: 11px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- line-height: 28px;
- color: #000000;
- }
- .hm {
- font-size: 11px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- line-height: 28px;
- color: #000000;
- }
- .rwr {
- width: 336px;
- height: 345px;
- margin: auto;
- background: rgba(255, 255, 255, 0.39);
- border: 1px solid #dfdfdf;
- opacity: 1;
- margin-top: 30px;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .rwr .rwr_item {
- width: 266px;
- height: 266px;
- margin: auto;
- /*background: rgba(0, 0, 0, 0.39);*/
- opacity: 1;
- }
- .rwr_wzi {
- font-size: 12px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- line-height: 28px;
- margin-top: -20px;
- color: #fb5e5e;
- }
- .butt {
- width: 339px;
- height: 41px;
- background: rgba(169, 196, 235, 0.39);
- opacity: 1;
- margin: auto;
- display: flex;
- font-size: 11px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- line-height: 28px;
- color: #ffffff;
- align-items: center;
- justify-content: space-around;
- }
- .butt_item {
- width: 339px;
- height: 36px;
- margin: auto;
- margin-top: 24px;
- /* background-color: red; */
- display: flex;
- justify-content: space-between;
- }
- .butt_left {
- width: 160px;
- height: 36px;
- background: #a8baff;
- opacity: 1;
- border-radius: 8px;
- font-size: 11px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- line-height: 21px;
- color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- .foot{
- /* width: 1195px; */
- height: 186px;
- background: #ccc;
- margin: auto;
- opacity: 1
- }
- .home_pay_a{
- padding: 0 20px 0 0;
- }
|