div{ color: #FFFFFF; font-size: 12px; } } .btn_del{ display: none; } /*默认隐藏缩小图标*/ .sx{ display: none; position: absolute; top: 5px; right: 25px; color: #AAAAAA; cursor: pointer; display: block; font-size: 20px; } .xs{ position: absolute; top: 0px; right: 1px; color: #AAAAAA; display: none; cursor: pointer; font-size: 20px; } .tc{ position: fixed; top: 0px; left: 0px; right: 0px; bottom:0px; background: rgba(0, 0, 0, 0.42); display: none; z-index: 100000; } .tc_nr{ width: 480px; height: 480px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 28px; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content:center; gap: 45px 0px; } .tc_nr_aqdl{ color: #333; font-size: 24px; font-weight: 500; } .tc_nr_yjdl{ color: #aaa; font-size: 13px; font-weight: 400; } .tc_nr_ewm{ width: 208px; height: 238px; background-color: #ffffff; box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06); display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; border-radius: 16px; >img{ /*width: 176px;*/ height: 176px; } } .tc_nr_xy{ color: #aaa; font-size: 13px; font-weight: 400; } .close_tc{ color: #AAAAAA; position: absolute; top: 10px; right: 20px; display: none; cursor: pointer; } .tc_nr:hover .close_tc{ display: block; } /*手机端*/ @media screen and (max-width: 750px) { .footer{ left: 0px; right: auto; display: flex; align-items: center; justify-content: center; } .left{ display: none; } .right{ margin-right: 0px; width: 120px; position: relative; } .btn_del { color: #FFFFFF; font-size: 12px; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 12px; left: 0px; width: 28px; height: 50px; writing-mode: vertical-lr; background-color: ; /*>span {*/ /* display: flex;*/ /* justify-content: center;*/ /* align-items: center;*/ /* color: white;*/ /* background: #00000099;*/ /* border-top-right-radius: 8px;*/ /* width: 17px;*/ /* height: 18px;*/ /*}*/ } .sx{ display: none; } .xs{ display: none; } .tc_nr{ width: 290px; height: 310px; gap:10px 0px; border-radius: 15px; } .tc_nr_ewm{ width: 195px; height: 200px; } .tc_nr_aqdl{ font-size: 17px; } .close_tc{ top: 5px; right: 6px; display: block; } }