123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- .place{
- margin-top: 10px;
- }
- .box >div>div{
- float: left;
- }
- .box>div{
- width: 95%;
- margin-top: 30px;
- margin-left: 3%;
- clear: both;
- float: left;
- }
- .small-btn{
- width: 50%;
- height: 40px;
- border: 1px solid #1ABCB4;
- background: transparent;
- color: #1ABCB4;
- margin-bottom: 10px;
- border-radius: 3px;
- margin-left: 0;
- }
- .modalprice{
- font-size: 20px;
- color:#FF0000;
- }
- .count{
- float: right;
- color: #A6A6A6;
- }
- .erweima-box{
- width: auto;
- height: auto;
- margin-top: 10px;
- }
- .erweima-box img{
- width: 60%;
- }
- .tit{
- font-size: 17px;
- font-weight: bold;
- margin-top: 30px;
- }
- .jietu{
- width: 99%;
- height: auto;
- overflow-x: scroll;
- white-space: nowrap;
- scrollbar-face-color:#FFFFFF;
- scrollbar-track-color:#FFFFFF;
- scrollbar-arrow-color:#FFFFFF;
- scrollbar-3dlight-color:#FFFFFF;
- scrollbar-darkshadow-color:#FFFFFF;
- scrollbar-highlight-color:#FFFFFF;
- scrollbar-shadow-color:#FFFFFF;
- scrollbar-base-color:#FFFFFF;
- }
- .jietu img{
- margin: 10px;
- }
- .jietu::-webkit-scrollbar-thumb:hover{/*滚动条的hover样式*/
- height:50px;
- background-color:#9f9f9f;
- -webkit-border-radius:4px;
- }
- .jietu::-webkit-scrollbar{/*水平滚动条的样式*/
- width:5px;
- height:10px;
- background-color:#CCCCCC;
- -webkit-border-radius:6px;
- }
- .jietu::-webkit-scrollbar-track {
- background:#FFFFFF;
- }
- .jietu::-webkit-scrollbar-thumb{
- background:#C1D3E1;
- border-radius:4px;
- }
- .sugget{
- width: 10%;
- height: auto;
- }
- .suggestion{
- width: 100%;
- height: 70px;
- }
- .suggestion>div{
- float: left;
- margin-right: 10px;
- }
- .titimg{
- width: 50px;
- height: auto;
- }
- .titimg>img{
- width: 50px;
- height: 50px;
- border-radius:50px ;
- }
- span{
- margin-right: 5px;
- }
- .nav ul{
- width: 100%;
- height: 50%;
- }
- .nav ul li{
- width: 100%;
- height: 100%;
- font-size: 14px;
- color: #999999;
- line-height: 40px;
- text-align: center;
- }
- .box {
- border: 10px solid #F0F0F0;
- height: auto;
- float: left;
- margin-bottom: 20px;
- }
- @media(max-width: 640px) {
- .nav {
- width: 20%;
- height: auto;
- margin: 10px auto;
- }
- /*.container{
- padding: 0;
- }*/
- }
- @media(max-width: 768px) {
- .jietu_ {
- margin-left: 0 !important;
- }
- }
- .detail{
- margin-bottom: 10px;
- }
- /*article*/
- .home-wrap>.box{
- margin-left: 11.5%;
- }
- .leftsec{
- width: 30%;
- float: left;
- }
- .centersec{
- width: 70%;
- padding-left: 10px;
- word-break: break-all;
- }
- .bottomsec{
- /*word-break: break-all;*/
- overflow-x: hidden;
- }
- .bottomsec .tit{
- padding-left: 10px;
- }
- .bottomsec .jietu{
- overflow-x: hidden;
- white-space: normal;
- }
- .bottomsec .jietu img{
- width: 80%;
- }
|