/* pages/home/home.wxss */ /* 头部区域 */ .head { height: 130rpx; } .head-portrait-bg { float: left; width: 104rpx; height: 104rpx; background-color: #DDDEDF; border-radius: 20rpx; } .head-portrait-img { width: 100rpx; height: 100rpx; border-radius: 20rpx; } .username { float: left; width: 100rpx; margin-top: 30rpx; margin-left: 20rpx; font-size: 18px; } .head_bell { float: left; margin-top: -75rpx; margin-left: 650rpx; } /* ------------------------------ */ /* 搜索栏 */ .search_box { width: 100%; height: 80rpx; background-color: #E8E7E7; border-radius: 20rpx; } .addClass { position: fixed; top: 0rpx; z-index: 100; margin-right: 20rpx; } .search_text { float: left; padding-left: 15rpx; padding-top: 15rpx; } .search_icon { margin-bottom: 1rpx; } .search_button { float: right; width: 80rpx; height: 80rpx; margin-right: 10rpx; } /* 去除button边框 */ button[plain]{ border:0 } /* ------------------------------ */ /* 分类栏 */ .categories { margin-top: 18rpx; } .categories view:nth-child(1) { float: left; margin-right: 75rpx; } .categories view:nth-child(2) { float: right; margin-top: 12rpx; } .categories_block { position: absolute; top: 18rpx; } /* 分类卡片展示 */ .categories_card { display: inline-block; margin-right: 10rpx; } .name_show { position: absolute; top: 93rpx; width: 150rpx; height: 60rpx; background-color: #eeeeee; opacity: 0.7; text-align: center; line-height: 60rpx; } /* ------------------------------ */ /* 商品 */ .recommend_block { position: absolute; width: 170rpx; top: 32rpx } /* ------------------------------ */