[css] dsdsds

Viewer

  1. @media (min-width: 600px) {
  2.   .have_banner {
  3.     display: flex;
  4.     justify-content: space-between;
  5.     flex: 1;
  6.   }
  7.   .mobile_banner {
  8.     display: none;
  9.   }
  10.   .mobile_logo {
  11.     display: none;
  12.   }
  13.   .banner {
  14.     width: 50%;
  15.     overflow: hidden;
  16.   }
  17.   .banner .logo_corss {
  18.     position: absolute;
  19.     bottom: 64px;
  20.     right: 64px;
  21.     width: 220px;
  22.   }
  23.   .banner .logo_corss img {
  24.     width: 100%;
  25.   }
  26.   .banner .run {
  27.     position: absolute;
  28.     top: 20px;
  29.     right: 168px;
  30.     line-height: 42px;
  31.     color: #FFFFFF;
  32.     font-size: 14px;
  33.   }
  34.   .HeaderLanuage {
  35.     position: absolute;
  36.     top: 20px;
  37.     right: 48px;
  38.     flex: 1;
  39.     display: flex;
  40.     align-items: center;
  41.     justify-content: flex-end;
  42.   }
  43.   .HeaderLanuage .ant-select-arrow {
  44.     color: #f5f5f5;
  45.   }
  46.   .HeaderLanuage .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  47.     width: 90px;
  48.     height: 42px;
  49.     display: flex;
  50.     align-items: center;
  51.     background-color: transparent;
  52.   }
  53.   .HeaderLanuage .ant-select-selection-item {
  54.     height: 30px;
  55.     color: #F5F5F5;
  56.   }
  57.   .HeaderLanuage .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  58.     padding: 0 11px;
  59.   }
  60.   .newHome {
  61.     width: 50%;
  62.     padding: 0 78px;
  63.   }
  64.   .homePage {
  65.     width: 100%;
  66.     display: flex;
  67.     justify-content: center;
  68.   }
  69.   .homePage .crossChain {
  70.     width: 100%;
  71.   }
  72.   .homePage .crossChain .sel_fat {
  73.     display: flex;
  74.     justify-content: flex-end;
  75.   }
  76.   .homePage .crossChain .select_box {
  77.     width: 222px;
  78.     height: 46px;
  79.     line-height: 46px;
  80.     border-radius: 23px;
  81.     border: 1px solid #D2D5E1;
  82.     display: flex;
  83.     align-items: center;
  84.     background-color: #F5F5F5;
  85.     padding: 4px 6px;
  86.     margin: 18px 0 48px;
  87.   }
  88.   .homePage .crossChain .select_box .select_one, .homePage .crossChain .select_box .select_two {
  89.     width: 50%;
  90.     text-align: center;
  91.     font-size: 14px;
  92.     cursor: pointer;
  93.   }
  94.   .homePage .crossChain .select_box .select_one {
  95.     height: 38px;
  96.     background-color: #FFFFFF;
  97.     border-radius: 19px;
  98.     line-height: 38px;
  99.   }
  100.   .homePage .crossChain .select_box .select_two {
  101.     color: rgba(0, 0, 0, 0.25);
  102.   }
  103.   .homePage .crossChain .check {
  104.     margin-right: 10px;
  105.     margin-top: 20px;
  106.   }
  107.   .homePage .crossChain .banner_img {
  108.     display: flex;
  109.     justify-content: center;
  110.   }
  111.   .homePage .crossChain .banner_img img {
  112.     width: 280px;
  113.   }
  114.   .homePage .crossChain .tokenType p {
  115.     font-size: 14px;
  116.     margin-bottom: 11px;
  117.   }
  118.   .homePage .crossChain .tokenType .token_sel {
  119.     width: 100%;
  120.     height: 48px;
  121.     background-color: #FFFFFF;
  122.     border-radius: 4px;
  123.     padding: 10px 16px;
  124.     font-size: 16px;
  125.     line-height: 18px;
  126.     display: flex;
  127.     align-items: center;
  128.     justify-content: space-between;
  129.   }
  130.   .homePage .crossChain .tokenType .token_sel .token_sel_div {
  131.     display: flex;
  132.     align-items: center;
  133.   }
  134.   .homePage .crossChain .tokenType .token_sel img {
  135.     width: 28px;
  136.     margin-right: 12px;
  137.   }
  138.   .homePage .crossChain .ant-select-selection-item {
  139.     height: 48px;
  140.   }
  141.   .homePage .crossChain .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  142.     height: 48px;
  143.     border-radius: 4px;
  144.     border: none;
  145.   }
  146.   .homePage .crossChain .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  147.     border: none;
  148.     box-shadow: none;
  149.   }
  150.   .homePage .crossChain .change_chain {
  151.     display: flex;
  152.     justify-content: space-between;
  153.     margin-top: 16px;
  154.   }
  155.   .homePage .crossChain .change_chain .chain_img {
  156.     flex: 1;
  157.     display: flex;
  158.     justify-content: center;
  159.   }
  160.   .homePage .crossChain .change_chain .chain_img img {
  161.     width: 40px;
  162.     height: 42px;
  163.     margin-top: 38px;
  164.   }
  165.   .homePage .crossChain .change_chain .chain_first, .homePage .crossChain .change_chain .chain_second {
  166.     flex: 5;
  167.   }
  168.   .homePage .crossChain .change_chain .sel_con {
  169.     display: flex;
  170.     padding: 7px 0px 7px 0px;
  171.     height: 48px;
  172.     box-sizing: border-box;
  173.     align-items: center;
  174.   }
  175.   .homePage .crossChain .change_chain .sel_con img {
  176.     width: 28px;
  177.     height: 28px;
  178.   }
  179.   .homePage .crossChain .change_chain .sel_con div {
  180.     display: flex;
  181.     flex-direction: column;
  182.     height: 30px;
  183.     margin-left: 12px;
  184.     justify-content: space-between;
  185.   }
  186.   .homePage .crossChain .change_chain .sel_con div span:nth-of-type(1) {
  187.     font-size: 14px;
  188.     line-height: 14px;
  189.     font-weight: bold;
  190.   }
  191.   .homePage .crossChain .change_chain .sel_con div span:nth-of-type(2) {
  192.     font-size: 12px;
  193.     line-height: 12px;
  194.     color: rgba(0, 0, 0, 0.4);
  195.   }
  196.   .homePage .crossChain .change_chain .change_chain_text {
  197.     font-size: 14px;
  198.     display: inline-block;
  199.     margin-bottom: 11px;
  200.   }
  201.   .homePage .crossChain .Addr_chain {
  202.     width: 100%;
  203.     padding: 10px 12px;
  204.     background-color: #E8ECF3;
  205.     border-radius: 4px;
  206.     margin-top: 8px;
  207.   }
  208.   .homePage .crossChain .Addr_chain .Addr_chain-bottom {
  209.     margin-top: 12px;
  210.   }
  211.   .homePage .crossChain .Addr_chain h3 {
  212.     color: rgba(0, 0, 0, 0.5);
  213.     font-size: 14px;
  214.     margin-bottom: 0;
  215.   }
  216.   .homePage .crossChain .Addr_chain .addr_a {
  217.     display: flex;
  218.     align-items: center;
  219.   }
  220.   .homePage .crossChain .Addr_chain .addr_a span {
  221.     color: #108EE9;
  222.     font-size: 14px;
  223.   }
  224.   .homePage .crossChain .Addr_chain .addr_a .img {
  225.     width: 24px;
  226.     height: 24px;
  227.   }
  228.   .homePage .crossChain .Addr_chain img {
  229.     width: 24px;
  230.     margin-left: 12px;
  231.   }
  232.   .homePage .crossChain .coinTransfer {
  233.     display: flex;
  234.     justify-content: space-between;
  235.     align-items: flex-start;
  236.     text-align: center;
  237.     width: 92%;
  238.   }
  239.   .homePage .crossChain .coinTransfer .icon {
  240.     display: flex;
  241.     flex-direction: column;
  242.     justify-content: center;
  243.     align-items: center;
  244.     min-width: 150px;
  245.   }
  246.   .homePage .crossChain .coinTransfer .icon img {
  247.     width: 80px;
  248.     height: 80px;
  249.     border: 2px solid #000000;
  250.     border-radius: 100%;
  251.     overflow: hidden;
  252.   }
  253.   .homePage .crossChain .coinTransfer .icon .title {
  254.     display: block;
  255.     width: 80px;
  256.     line-height: 36px;
  257.     background: rgba(73, 164, 203, 0.2);
  258.     text-align: center;
  259.     margin-top: 10px;
  260.     margin-bottom: 10px;
  261.   }
  262.   .homePage .crossChain .coinTransfer .icon .title span {
  263.     display: block;
  264.     font-size: 18px;
  265.     font-weight: bold;
  266.     text-align: center;
  267.     color: #000000;
  268.   }
  269.   .homePage .crossChain .coinTransfer .iconChange {
  270.     width: 48px;
  271.     height: 48px;
  272.   }
  273.   .homePage .crossChain .coinTransfer .iconChange span {
  274.     display: block;
  275.   }
  276.   .homePage .crossChain .coinTransfer .iconChange img {
  277.     width: 100%;
  278.     margin-top: 16px;
  279.     cursor: pointer;
  280.   }
  281.   .homePage .crossChain .run {
  282.     flex-direction: row-reverse;
  283.   }
  284.   .homePage .crossChain .form {
  285.     padding-top: 16px;
  286.   }
  287.   .homePage .crossChain .form input {
  288.     width: 100%;
  289.     background: #ffffff;
  290.     border-radius: 4px;
  291.     border: none;
  292.     outline: none;
  293.     height: 32px;
  294.     margin: 4px 0;
  295.   }
  296.   .homePage .crossChain .form button {
  297.     width: 100%;
  298.   }
  299.   .homePage .crossChain .form .btn-yellow {
  300.     background-color: #0081FF;
  301.     color: #FFFFFF;
  302.     height: 42px;
  303.     font-size: 14px;
  304.     border-radius: 2px;
  305.     margin-bottom: 3px;
  306.   }
  307.   .homePage .crossChain .form .btn-yellow.disable {
  308.     background-color: #99CDFF;
  309.   }
  310.   .homePage .crossChain .form .rowText {
  311.     color: rgba(0, 0, 0, 0.5);
  312.   }
  313.   .homePage .crossChain .form .ant-form-item {
  314.     margin: 0;
  315.   }
  316.   .homePage .crossChain .form .ant-row {
  317.     padding-bottom: 4px;
  318.   }
  319.   .homePage .crossChain .form .label {
  320.     line-height: 36px;
  321.     font-weight: bold;
  322.     color: #000;
  323.     margin-bottom: 0;
  324.   }
  325.   .homePage .crossChain .form .upperBtn {
  326.     position: absolute;
  327.     right: 0;
  328.     top: 0;
  329.     margin: 0 11px;
  330.     line-height: 40px;
  331.     font-weight: 500;
  332.     color: #0081ff;
  333.     font-size: 14px;
  334.     cursor: pointer;
  335.   }
  336.   .homePage .crossChain .form .amount {
  337.     padding-bottom: 0;
  338.     display: flex;
  339.   }
  340.   .homePage .crossChain .form .amount .text {
  341.     font-size: 14px;
  342.     color: rgba(0, 0, 0, 0.85);
  343.     line-height: 24px;
  344.   }
  345.   .homePage .crossChain .form .amount .label {
  346.     line-height: 24px;
  347.     font-weight: 500;
  348.     color: rgba(0, 0, 0, 0.5);
  349.     font-size: 14px;
  350.   }
  351.   .homePage .crossChain .form .tradingFee {
  352.     padding: 0px 0 40px;
  353.     display: flex;
  354.   }
  355.   .homePage .crossChain .form .tradingFee .text {
  356.     font-size: 14px;
  357.     color: rgba(0, 0, 0, 0.85);
  358.     line-height: 24px;
  359.   }
  360.   .homePage .crossChain .form .tradingFee .label {
  361.     line-height: 24px;
  362.     font-weight: 500;
  363.     color: rgba(0, 0, 0, 0.5);
  364.     font-size: 14px;
  365.   }
  366.   .homePage .crossChain .form .default {
  367.     padding-left: 10px;
  368.     margin-top: 20px;
  369.   }
  370.   .ant-select-dropdown.list {
  371.     border: none;
  372.     border-radius: 4px;
  373.   }
  374.   .ant-select-dropdown.list .sel_con {
  375.     display: flex;
  376.     padding: 7px 0px 7px 0px;
  377.     height: 48px;
  378.     box-sizing: border-box;
  379.   }
  380.   .ant-select-dropdown.list .sel_con img {
  381.     width: 28px;
  382.     height: 28px;
  383.   }
  384.   .ant-select-dropdown.list .sel_con div {
  385.     display: flex;
  386.     flex-direction: column;
  387.     height: 28px;
  388.     margin-left: 12px;
  389.   }
  390.   .ant-select-dropdown.list .sel_con div span:nth-of-type(1) {
  391.     font-size: 14px;
  392.     line-height: 14px;
  393.     font-weight: bold;
  394.   }
  395.   .ant-select-dropdown.list .sel_con div span:nth-of-type(2) {
  396.     font-size: 12px;
  397.     line-height: 17px;
  398.     color: rgba(0, 0, 0, 0.4);
  399.   }
  400.   .tipTitle {
  401.     max-width: 1200px;
  402.     margin: 30px auto;
  403.     border-top: 1px solid #BCC1CD;
  404.     background-color: #EEEEEE;
  405.     box-sizing: border-box;
  406.     padding: 10px;
  407.   }
  408. }
  409. @media (min-width: 600px) and (max-width: 1300px) {
  410.   .newHome {
  411.     width: 50%;
  412.     padding: 0 20px;
  413.   }
  414. }
  415. @media (max-width: 599.99px) {
  416.   .banner {
  417.     display: none;
  418.   }
  419.   .mobile_logo {
  420.     margin: 16px auto;
  421.     display: flex;
  422.     justify-content: center;
  423.   }
  424.   .mobile_logo img {
  425.     width: 188px;
  426.   }
  427.   .mobile_banner {
  428.     position: relative;
  429.   }
  430.   .mobile_banner .box.have {
  431.     display: none;
  432.   }
  433.   .mobile_banner .box {
  434.     position: absolute;
  435.     top: 65px;
  436.     width: 100%;
  437.     background-color: #FFFFFF;
  438.     transition: all 1s;
  439.     padding: 16px 0;
  440.   }
  441.   .mobile_banner .box_list {
  442.     width: 100%;
  443.     height: 42px;
  444.     line-height: 42px;
  445.     text-align: center;
  446.     font-size: 14px;
  447.   }
  448.   .mobile_banner .box_list a {
  449.     color: #000000;
  450.   }
  451.   .mobile_banner .box_list:hover {
  452.     color: #0081FF;
  453.   }
  454.   .mobile_banner .box_list:hover a {
  455.     color: #0081FF;
  456.   }
  457.   .mobile_banner_top {
  458.     display: flex;
  459.     justify-content: space-between;
  460.     background-color: #FFFFFF;
  461.     height: 65px;
  462.     align-items: center;
  463.     padding: 0 18px;
  464.     margin-bottom: 20px;
  465.     box-shadow: 0px 2px 4px 0px rgba(188, 193, 205, 0.1);
  466.     position: relative;
  467.     z-index: 1;
  468.   }
  469.   .mobile_banner_top img {
  470.     width: 24px;
  471.   }
  472.   .mobile_banner_top .select_box {
  473.     width: 222px;
  474.     height: 46px;
  475.     line-height: 46px;
  476.     border-radius: 23px;
  477.     border: 1px solid #D2D5E1;
  478.     display: flex;
  479.     align-items: center;
  480.     background-color: #F5F5F5;
  481.     padding: 4px 6px;
  482.   }
  483.   .mobile_banner_top .select_box .select_one, .mobile_banner_top .select_box .select_two {
  484.     width: 50%;
  485.     text-align: center;
  486.     font-size: 14px;
  487.   }
  488.   .mobile_banner_top .select_box .select_one {
  489.     height: 38px;
  490.     background-color: #FFFFFF;
  491.     border-radius: 19px;
  492.     line-height: 38px;
  493.   }
  494.   .mobile_banner_top .select_box .select_two {
  495.     color: rgba(0, 0, 0, 0.25);
  496.     border-radius: 19px;
  497.     line-height: 38px;
  498.     height: 38px;
  499.   }
  500.   .HeaderLanuage {
  501.     display: flex;
  502.     align-items: center;
  503.     justify-content: flex-end;
  504.     margin-right: 12px;
  505.   }
  506.   .HeaderLanuage .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  507.     width: 90px;
  508.     height: 42px;
  509.     display: flex;
  510.     align-items: center;
  511.     background-color: transparent;
  512.   }
  513.   .HeaderLanuage .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  514.     padding: 0;
  515.   }
  516.   .HeaderLanuage .ant-select-selection-item {
  517.     height: 30px;
  518.     color: #636E95;
  519.   }
  520.   .ant-select-dropdown.list {
  521.     border: none;
  522.     border-radius: 4px;
  523.   }
  524.   .ant-select-dropdown.list .sel_con {
  525.     display: flex;
  526.     padding: 7px 0px 7px 0px;
  527.     height: 48px;
  528.     box-sizing: border-box;
  529.   }
  530.   .ant-select-dropdown.list .sel_con img {
  531.     width: 28px;
  532.     height: 28px;
  533.   }
  534.   .ant-select-dropdown.list .sel_con div {
  535.     display: flex;
  536.     flex-direction: column;
  537.     height: 28px;
  538.     margin-left: 12px;
  539.   }
  540.   .ant-select-dropdown.list .sel_con div span:nth-of-type(1) {
  541.     font-size: 14px;
  542.     line-height: 14px;
  543.     font-weight: bold;
  544.   }
  545.   .ant-select-dropdown.list .sel_con div span:nth-of-type(2) {
  546.     font-size: 12px;
  547.     line-height: 17px;
  548.     color: rgba(0, 0, 0, 0.4);
  549.   }
  550.   .homePage {
  551.     width: 100%;
  552.     display: flex;
  553.   }
  554.   .homePage .container {
  555.     width: 100%;
  556.   }
  557.   .homePage .banner_img {
  558.     padding: 24px 28px;
  559.   }
  560.   .homePage .banner_img img {
  561.     width: 100%;
  562.   }
  563.   .homePage .sel_fat {
  564.     display: none;
  565.   }
  566.   .homePage .mobile_box {
  567.     background-color: #F8F9FA;
  568.     border-radius: 4px;
  569.     margin: 0 auto;
  570.     width: 90%;
  571.     padding: 20px 12px;
  572.   }
  573.   .homePage .mobile_box .tokenType {
  574.     margin-bottom: 26px;
  575.   }
  576.   .homePage .mobile_box .tokenType p {
  577.     font-weight: 500;
  578.   }
  579.   .homePage .mobile_box .tokenType .token_sel {
  580.     display: flex;
  581.     justify-content: space-between;
  582.     align-items: center;
  583.     background-color: #FFFFFF;
  584.     padding: 10px 16px;
  585.   }
  586.   .homePage .mobile_box .tokenType .token_sel .token_sel_div img {
  587.     width: 28px;
  588.     height: 28px;
  589.   }
  590.   .homePage .mobile_box .change_chain {
  591.     display: flex;
  592.     flex-direction: column;
  593.     align-items: center;
  594.   }
  595.   .homePage .mobile_box .change_chain .chain_img {
  596.     margin-top: 9px;
  597.   }
  598.   .homePage .mobile_box .change_chain .chain_img img {
  599.     width: 28px;
  600.     height: 28px;
  601.     transform: rotate(90deg);
  602.   }
  603.   .homePage .mobile_box .change_chain .chain_second, .homePage .mobile_box .change_chain .chain_first {
  604.     width: 100%;
  605.   }
  606.   .homePage .mobile_box .change_chain .sel_con {
  607.     display: flex;
  608.     padding: 7px 0px 7px 0px;
  609.     height: 48px;
  610.     box-sizing: border-box;
  611.   }
  612.   .homePage .mobile_box .change_chain .sel_con img {
  613.     width: 28px;
  614.     height: 28px;
  615.   }
  616.   .homePage .mobile_box .change_chain .sel_con div {
  617.     display: flex;
  618.     flex-direction: column;
  619.     height: 28px;
  620.     margin-left: 12px;
  621.   }
  622.   .homePage .mobile_box .change_chain .sel_con div span:nth-of-type(1) {
  623.     font-size: 14px;
  624.     line-height: 14px;
  625.     font-weight: bold;
  626.   }
  627.   .homePage .mobile_box .change_chain .sel_con div span:nth-of-type(2) {
  628.     font-size: 12px;
  629.     line-height: 26px;
  630.     color: rgba(0, 0, 0, 0.4);
  631.   }
  632.   .homePage .mobile_box .change_chain .change_chain_text {
  633.     font-size: 14px;
  634.     display: inline-block;
  635.     margin-bottom: 11px;
  636.   }
  637.   .homePage .Addr_chain {
  638.     display: none;
  639.   }
  640.   .homePage .form {
  641.     width: 90%;
  642.     margin: 0 auto;
  643.   }
  644.   .homePage .form .form_top {
  645.     width: 100%;
  646.     background-color: #F8F9FA;
  647.     border-radius: 4px;
  648.     margin: 8px auto 48px;
  649.     padding: 20px 12px;
  650.   }
  651.   .homePage .form input {
  652.     width: 100%;
  653.     background: #ffffff;
  654.     border-radius: 4px;
  655.     border: none;
  656.     outline: none;
  657.     height: 32px;
  658.     margin: 4px 0;
  659.   }
  660.   .homePage .form button {
  661.     width: 100%;
  662.   }
  663.   .homePage .form .btn-yellow {
  664.     background-color: #0081FF;
  665.     color: #FFFFFF;
  666.     height: 42px;
  667.     font-size: 14px;
  668.     border-radius: 2px;
  669.     margin-bottom: 3px;
  670.   }
  671.   .homePage .form .btn-yellow.disable {
  672.     background-color: #99CDFF;
  673.   }
  674.   .homePage .form .rowText {
  675.     color: rgba(0, 0, 0, 0.5);
  676.   }
  677.   .homePage .form .ant-form-item {
  678.     margin: 0;
  679.   }
  680.   .homePage .form .ant-row {
  681.     padding-bottom: 4px;
  682.   }
  683.   .homePage .form .label {
  684.     font-weight: bold;
  685.     color: #000;
  686.     margin-bottom: 0;
  687.   }
  688.   .homePage .form .upperBtn {
  689.     position: absolute;
  690.     right: 0;
  691.     top: 4px;
  692.     margin: 0 11px;
  693.     line-height: 32px;
  694.     font-weight: 500;
  695.     color: #0081ff;
  696.     font-size: 14px;
  697.     cursor: pointer;
  698.     display: inline-block;
  699.     background-color: #FFFFFF;
  700.   }
  701.   .homePage .form .amount {
  702.     padding-bottom: 0;
  703.     display: flex;
  704.   }
  705.   .homePage .form .amount .text {
  706.     font-size: 14px;
  707.     color: rgba(0, 0, 0, 0.85);
  708.     line-height: 24px;
  709.   }
  710.   .homePage .form .amount .label {
  711.     line-height: 24px;
  712.     font-weight: 500;
  713.     color: rgba(0, 0, 0, 0.5);
  714.     font-size: 14px;
  715.   }
  716.   .homePage .form .tradingFee {
  717.     display: flex;
  718.   }
  719.   .homePage .form .tradingFee .text {
  720.     font-size: 14px;
  721.     color: rgba(0, 0, 0, 0.85);
  722.     line-height: 24px;
  723.   }
  724.   .homePage .form .tradingFee .label {
  725.     line-height: 24px;
  726.     font-weight: 500;
  727.     color: rgba(0, 0, 0, 0.5);
  728.     font-size: 14px;
  729.   }
  730.   .homePage .images, .homePage .images_right {
  731.     display: none;
  732.   }
  733.   .tipTitle {
  734.     width: 90%;
  735.     margin: 19px auto;
  736.     border-top: 1px solid #000000;
  737.     background-color: #EEEEEE;
  738.     box-sizing: border-box;
  739.     padding: 10px;
  740.   }
  741.   .font14 {
  742.     font-size: 14px;
  743.   }
  744. }
  745.  

Editor

You can edit this paste and save as new:


File Description
  • dsdsds
  • Paste Code
  • 19 Apr-2024
  • 17.34 Kb
You can Share it: