| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- .box {
- background: rgba(255, 255, 255, 0.39);
- overflow: hidden;
- }
- .tabs {
- display: flex;
- align-items: center;
- }
- .tabs img {
- height: 0.19rem;
- width: 0.19rem;
- }
- .tabs span {
- font-size: 0.18rem;
- font-family: Source Han Sans SC;
- font-weight: bold;
- /* line-height: 0.48rem; */
- color: #000000;
- margin-left: 0.015rem;
- }
- .tab_center {
- margin-top: 0.22rem;
- }
- .center_a {
- width: 3.47rem;
- height: 0.32rem;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: auto;
- }
- .center_box {
- width: 1.35rem;
- height: 0.34rem;
- /* // background: saddlebrown; */
- background-color: #f6f7f9;
- opacity: 1;
- border-radius: 0.04rem;
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex-direction: row;
- }
- .center_box span {
- font-size: 0.14rem;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: #000000;
- }
- .center_box_imga {
- width: 0.18rem;
- height: 0.2rem;
- }
- .center_box_imgb {
- width: 0.07rem;
- height: 0.09rem;
- }
- .center_boxtwo {
- width: 2.02rem;
- height: 0.34rem;
- /* // background: red; */
- opacity: 1;
- border-radius: 0.04rem;
- font-size: 0.14rem;
- font-family: Source Han Sans SC;
- font-weight: 400;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- color: #000000;
- background-color: #f6f7f9;
- }
- .center_boxtwo input {
- width: 2.02rem;
- height: 0.34rem;
- }
- .center_b {
- width: 3.47rem;
- margin: auto;
- margin-top: 0.25rem;
- font-size: 0.14rem;
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: #000000;
- display: flex;
- align-items: center;
- }
- .center_b img {
- width: 0.14rem;
- height: 0.14rem;
- }
- .xz {
- width: 3.47rem;
- margin: auto;
- margin-top: 0.1rem;
- font-size: 0.14rem;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: #000000;
- /* // display: flex; */
- }
- .jo_item {
- /* width: 3.47rem; */
- margin: auto;
- font-size: 0.14rem;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: #000000;
- margin-top: 0.2rem;
- display: flex;
- margin-left: 0.15rem;
- }
- .ji_index {
- }
- /* // border:none; */
- .ji_index input {
- width: 0.7rem;
- border: 0.0005rem solid #f5f5f5;
- height: 0.4rem;
- }
- .butt {
- margin: auto;
- margin-top: 0.2rem;
- width: 3.47rem;
- height: 0.3rem;
- background: #2DB7FF;
- opacity: 1;
- border-radius: 0.2rem;
- font-size: 0.14rem;
- font-family: Source Han Sans SC;
- font-weight: 400;
- display: flex;
- align-items: center;
- color: #FFFFFF;
- justify-content: space-around;
- }
- .mix {
- width: 3.47rem;
- margin: auto;
- margin-top: 15px;
- font-size: 14px;
- font-family: Microsoft YaHei;
- font-weight: 400;
- line-height: 19px;
- color: #fb5e5e;
- }
- .mix_item {
- width: 3.47rem;
- margin: auto;
- margin-top: 10px;
- font-size: 16px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- line-height: 28px;
- color: #383838;
- }
- .mix_index {
- width: 619px;
- margin: auto;
- display: flex;
- align-items: center;
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .mix_index img {
- width: 54px;
- height: 59px;
- display: flex;
- align-items: center;
- margin: auto;
- }
- .mix_index li {
- margin-top: 5px;
- display: flex;
- align-items: center;
- margin-left: 20px;
- /* margin-left: 10px; */
- }
- .mix_index .actives {
- width: 54px;
- height: 66px;
- display: flex;
- align-items: center;
- background-color: #eef9ff;
- border: 1px solid #9cddff;
- }
- .aaa{
- position: absolute;
- width: 100%;
- height: 100%;
- background-color: rgba(255, 255, 255, 0.39);
- top: 1%;
- }
- .loading-bg{
- position: absolute;
- margin: auto;
- top: 55%;
- left: 35%;
- }
|