123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- /* newsShop/pages/patternMenu/patternMenu.wxss */
- page{
- background:#fff;
- }
- .header{
- text-align: center;
- }
- .header-item{
- color:#000;
- border-bottom-style: solid;
- border-bottom-width: 4rpx;
- border-bottom-color:#fff;
- }
- .header-tab{
- border-bottom:2rpx solid #e0e0e0;
- }
- .triangle-box{
- height:32rpx;
- margin:0rpx 0 0 10rpx;
- }
- .triangle-just{
- width: 0;
- height: 0;
- border-bottom: 11rpx solid #dcdcdc;
- border-left: 8rpx solid transparent;
- border-right: 8rpx solid transparent;
- margin:5rpx 0;
- }
- .triangle-just.active{
- border-bottom-color:#2d2d2d;
- }
- .triangle-invert.active{
- border-top-color:#2d2d2d;
- }
- .triangle-invert{
- margin:5rpx 0;
- width: 0;
- height: 0;
- border-top: 11rpx solid #dcdcdc;
- border-left: 8rpx solid transparent;
- border-right: 8rpx solid transparent;
- }
- .filter-frist,.filter-next{
- text-align: left;
- }
- .filter-main{
- border-top:2rpx solid #e0e0e0;
- line-height:70rpx;
- padding:20rpx;
- background:#fff;
- position:absolute;
- top:82rpx;
- width:100%;
- }
- .filter-range{
- width:400rpx;
- line-height:48rpx;
- }
- .filter-range input{
- width:150rpx;
- background:#eeedf2;
- height:48rpx;
- border-radius:48rpx;
- text-align: center;
- }
- .radio-group .radio{
- line-height:50rpx;
- display:inline-block;
- width:40%;
- }
- .radio-group .radio radio{
- transform:scale(0.6);
- width:40rpx;
- }
- .gift-box{
- margin:0 26rpx;
- background:#fff;
- }
- .goods-list{
- width:338rpx;
- margin-bottom:26rpx;
- }
- .goods-img{
- width:338rpx;
- height:338rpx;
- background:#eeedf2;
- display: block;
- }
- .goods-summary{
- height:44rpx;
- line-height:44rpx;
- background:#f1f7fc;
- color:#666666;
- padding:0 10rpx;
- overflow: hidden;/*超出部分隐藏*/
- white-space: nowrap;/*不换行*/
- text-overflow:ellipsis;/*超出部分文字以...显示*/
- }
- .goods-title{
- margin:10rpx 0;
- }
- .goods-price{
- color:#e60012;
- }
- .ceng{
- position:fixed;
- width:100%;
- height:100%;
- background:rgba(0,0,0,0.6);
- z-index:10;
- top:0;
- left:0;
- }
- .momo-footer{
- padding-top:110rpx;
- }
- .mf-box{
- position: fixed;
- bottom:0;
- left:0;
- width:100%;
- height: 100rpx;
- background:#fff;
- font-size:22rpx;
- z-index:100;
- }
- .mf-box .img {
- width: 28px;
- height: 28px;
- display: block;
- margin: auto;
- }
- .mf-box .f-item{
- text-align: center;
- padding-top: 4px;
- }
- .momo-img{
- width:750rpx;
- height:414rpx;
- }
|