123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- /**
- * 排序导航
- */
- .nav-sort-content .item {
- height: 80rpx;
- line-height: 80rpx;
- width: calc(20% - 33.33rpx);
- }
- .nav-sort-content .item .icon {
- width: 30rpx;
- height: 30rpx !important;
- }
- .screening-submit {
- width: 50rpx;
- height: 50rpx !important;
- top: 15rpx;
- right: 80rpx;
- }
- .show-type-submit {
- width: 50rpx;
- height: 50rpx !important;
- top: 15rpx;
- right: 16rpx;
- }
- /**
- * 商品列表
- */
- .data-list .item {
- width: calc(50% - 10rpx);
- }
- .data-list .item:nth-child(2n) {
- float: right;
- }
- .data-list .item:nth-child(2n+1) {
- float: left;
- }
- .data-list .item .goods-img {
- width: 100%;
- height: 380rpx !important;
- }
- /**
- * 条件
- */
- .search-map {
- height: calc(100vh - 160rpx);
- overflow-y: scroll;
- overflow-x: hidden;
- }
- .search-map,
- .search-map .search-submit {
- width: 660rpx;
- }
- .map-keywords {
- padding: 0 20rpx;
- line-height: 66rpx;
- height: 66rpx;
- font-size: 26rpx;
- box-sizing: border-box;
- }
- .map-nav text:first-child {
- font-weight: bold;
- }
- .map-nav .arrow-bottom {
- top: 0;
- right: 10rpx;
- padding-right: 46rpx;
- }
- .map-item {
- line-height: 66rpx;
- }
- .map-content {
- line-height: 60rpx;
- }
- .map-content .item {
- margin-bottom: 20rpx;
- }
- .map-content .item:not(:last-child) {
- margin-right: 20rpx;
- }
- .map-text-item .item,
- .map-images-text-item .item {
- padding: 0 15rpx;
- border: 1px solid transparent;
- }
- .map-images-text-item .item {
- vertical-align: middle;
- border: 1px solid #eee;
- width: 150rpx;
- height: 72rpx;
- line-height: 72rpx;
- }
- .map-images-text-item .item image {
- width: 150rpx;
- height: calc(100% - 8rpx);
- display: block;
- margin: 0 auto;
- margin-top: 4rpx;
- }
- .search-map .search-submit {
- left: 0;
- bottom: 0;
- }
- .search-map .search-submit button {
- height: 80rpx;
- line-height: 80rpx;
- }
- /**
- * 品牌基础信息
- */
- .brand-info {
- height: 160rpx;
- }
- .brand-info image,
- .brand-info .info-logo-empty {
- width: 300rpx;
- height: 130rpx;
- border: 1px solid #eee;
- }
- .brand-info .info-logo-empty {
- line-height: 130rpx;
- font-weight: bold;
- }
- .brand-info .info-right {
- width: calc(100% - 330rpx);
- }
- .brand-info .info-name {
- line-height: 56rpx;
- font-weight: bold;
- }
- .brand-info .info-desc {
- font-size: 28rpx;
- line-height: 40rpx;
- min-height: 80rpx;
- }
|