| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332 |
- .header{
- width: 100%;
- height: 60px;
- display: flex;
- position: fixed;
- top: 0;
- left: 50%;
- transform: translateX(-50%);
- font-size: 14px !important;
- background-color:#54708c;
- z-index: 9999;
- }
- .header .classify{
- line-height: 60px;
- color: #fff;
- margin: 0 10px;
- }
- .my-classify{
- line-height: 60px;
- color: #fff;
- margin: 0 10px;
- }
- .serch {
- flex:1;
- margin-top: 10px;
- position: relative;
- }
- .serch input{
- height:38px !important;
- width: 100% !important;
- padding-left: 33px !important;
- border-radius: 19px !important;
- font-size: 14px !important;
- }
- .serch img{
- position: absolute;
- top: 7px;
- left: 3px;
- width: 25px;
- height: 25px;
- }
- .header-cater{
- width: 100%;
- height: 50px;
- display: flex;
- position: fixed;
- top: 60px;
- line-height: 50px;
- background-color:#fff;
- z-index: 9999;
- border-bottom: 1px solid #ababab;
- }
- .select{
- width: 100%;
- /* height: 104px; */
- padding: 10px;
- position: fixed;
- top: 110px;
- background-color: #fff;
- z-index: 999;
- }
- .text-value{
- display: inline-block;
- line-height: 24px;
- background-color: #f2f2f2;
- color: #999;
- margin: 0 10px 10px 0;
- padding: 4px 15px;
- border-radius: 20px;
- font-size: 12px;
- }
- .header-cater .header-cater-rigth{
- flex: 1;
- /* color: #54708c; */
- border-bottom: 2px solid #54708c;
- text-align: center;
- }
- .header-cater .header-cater-left{
- flex: 1;
- /* color: #54708c; */
- /* border-bottom: 2px solid #54708c; */
- text-align: center;
- position: relative;
- }
- .header-cater-left .dom-arrow{
- position: absolute;
- display: none;
- right: 26px;
- top: 18px;
- width: 30px;
- height: 30px;
- background: url(../images/xjt.png) no-repeat;
- }
- .commodity-box{
- width: 100%;
- display: flex;
-
- background-color: #fff;
- }
- .commodity-box ul {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- }
- .commodity-box ul li {
- width: 48%;
- display: flex;
- position: relative;
- height: 352px;
- margin: 10px 0 0 5px;
- }
- .son-box{
- width: 100%;
- height: 100%;
- /* background-color: pink; */
- }
- .son-box .son-box-item{
- width: 100%;
- height: 267px;
- box-sizing: border-box;
- padding: 10px;
- overflow: hidden;
- background: #e1e1e1;
- }
- .son-box .son-box-item-card{
- width: 100%;
- height: 238px;;
- box-sizing: border-box;
- padding: 10px;
- overflow: hidden;
- background: #e1e1e1;
- }
- .son-box-item a{
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- .son-box-item-card a{
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- .son-box-item a img{
- width: 100%;
- height: 100%;
- }
- .son-box-item-card a img{
- width: 100%;
- height: 218px;
- }
- .son-box-item-bottom .idName{
- color: #4a89dc;
- font-size: 14px;
- }
- .son-box-item-footer{
- display: flex;
- justify-content: space-between;
- font-size: 14px;
- margin-top: 10px;
- }
- .son-box-item-footer .one{
- color: #ababab;
- }
- .son-box-item-footer .two{
- display: inline-block;
- width: 50px;
- height: 20px;
- text-align: center;
- line-height: 20px;
- border: 1px solid #ababab;;
- border-radius: 10px;
- color: #ababab;
- }
- /* mui样式 */
- .mui-backdrop {
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 998;
- background-color: rgba(0,0,0,.3);
- }
- /* 控制显示隐藏 */
- .none{
- display: none;
- }
- .block{
- display: block;
- }
- .active{
- background-color: #34495e;
- color: #fff;
- }
- /* 分类 */
- .cates-box{
- display: none;
- position: relative;
- }
- .box-showdom{
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 99999;
- background-color: rgba(0,0,0,.3);
- transition-duration: .3s;
- }
- .box-white{
- width: 77%;
- height: 100%;
- position: fixed;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: 999999;
- background-color: #fff;
- transform: translateX(30%);
- transition-duration: .3s;
- }
- .catres{
- font-size: 16px !important;
- color: #000 !important;
- margin: 10px 10px;
- }
- .my-style{
- width: 100%;
- height: 104px;
- padding: 10px;
- background-color: #fff;
- margin-bottom: 220px;
- }
- .catres-value{
- display: inline-block;
- line-height: 24px;
- background-color: #f2f2f2;
- color: #999;
- margin: 0 10px 10px 0;
- padding: 4px 15px;
- border-radius: 20px;
- font-size: 12px;
- }
- .my-style-btn{
- position: absolute;
- width: 100%;
- bottom: 0;
- right: 0;
- display: block;
- height: 40px;
- line-height: 30px;
- text-align: center;
- color: #fff;
- background: #54708c;
- font-size: 16px;
- }
- .my-style-btn-template-home{
- position: absolute;
- width: 100%;
- bottom: 0;
- right: 0;
- display: block;
- height: 40px;
- line-height: 30px;
- text-align: center;
- color: #fff;
- background: #54708c;
- font-size: 16px;
- }
- .actives{
- background-color: #34495e;
- color: #fff;
- }
- /* 返回顶部 */
- .top{
- display: inline-block;
- position: fixed;
- right: 10px;
- bottom: 120px;
- width: 40px;
- height: 40px;
- background: rgba(255,255,255,.8);
- text-align: center;
- border-radius: 50%;
- box-shadow: 0 0 5px rgba(0,0,0,.3);
- font-size: .16rem;
- color: #999;
- line-height: .2rem;
- transition-duration: .5s;
- z-index: 10000;
- display: none;
- }
- .top img{
- margin-top: 3px;
- }
- .top .top-text{
- font-size: 12px;
- text-align: center;
- line-height: 20px;
- }
- /* 搜索显示 */
- .serch-show{
- width: 100%;
- height: 50px;
- line-height: 50px;
- text-align: center;
- display: flex;
- justify-content: center;
- position: fixed;
- top: 60px;
- font-size: 14px;
- color: #727272;
- width: 100%;
- background: #f5f5f5;
- z-index: 10000;
- display: none;
- }
- /* 热度红心样式 */
- .son-box-item-bottom .heat{
- width: 100%;
- height: 20px;
- }
- .heat{
- margin: 0 !important;
- }
- .heat img{
- width: 15px;
- height: 15px;
- }
|