/* packageA/others/materialCenter/materialCenter.wxss */ .material_center .content .user_info { padding: 0 30rpx; background: #fff; border-top: solid 2rpx #ebebeb; border-bottom: solid 2rpx #ebebeb; margin-bottom: 20rpx; } .material_center .content .user_info .user_name { display: flex; padding-top: 30rpx; } .material_center .content .user_info .user_name .user { width: 88rpx; height: 88rpx; border-radius: 44rpx; border: solid 2rpx #ebebeb; overflow: hidden; background: #f2f2f2; margin-right: 30rpx; } .material_center .content .user_info .user_name .user image { width: 100%; } .material_center .content .user_info .user_name .right { text-align: left; } .material_center .content .user_info .user_name .right .name { font-size: 32rpx; margin-bottom: 16rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .material_center .content .user_info .user_name .right .time { font-size: 28rpx; color: #999; } .material_center .content .user_info .share_text { font-size: 32rpx; line-height: 48rpx; text-align: left; margin-top: 20rpx; margin-bottom: 20rpx; } .material_center .content .user_info .goods_box { display: flex; flex-wrap: wrap; max-height: 700rpx; overflow: hidden; } .material_center .content .user_info .goods_box .img { width: 222rpx; height: 222rpx; overflow: hidden; background: #f2f2f2; margin-right: 12rpx; margin-bottom: 12rpx; } .material_center .content .user_info .goods_box .video { width: 222rpx; height: 222rpx; overflow: hidden; margin-bottom: 12rpx; position: relative; } .material_center .content .user_info .goods_box .video video { width: 100%; height: 100%; } .material_center .content .user_info .goods_box .img image { width: 100%; height: 100%; } .material_center .content .user_info .goods_box .img:nth-child(3n) { margin: 0; } .material_center .content .user_info .goods_lik { background: #f8f8f8; margin-top: 8rpx; display: flex; } .material_center .content .user_info .goods_lik .goods_img { width: 128rpx; height: 128rpx; overflow: hidden; background: #f2f2f2; margin-right: 30rpx; } .material_center .content .user_info .goods_lik .goods_img image { width: 100%; } .material_center .content .user_info .goods_lik .goods_name { text-align: left; font-size: 28rpx; width: 532rpx; } .material_center .content .user_info .goods_lik .goods_name .name { line-height: 40rpx; height: 80rpx; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .material_center .content .user_info .goods_lik .goods_name .number { font-size: 28rpx; line-height: 48rpx; } .material_center .content .user_info .goods_share { margin-top: 20rpx; border-top: solid 2rpx #ebebeb; display: flex; align-items: center; padding: 20rpx 0; } .material_center .content .user_info .goods_share .left, .material_center .content .user_info .goods_share .right { display: flex; width: 50%; border-right: solid 2rpx #ebebeb; font-size: 28rpx; color: #666; justify-content: center; align-items: center; } .material_center .content .user_info .goods_share .left .iconfont, .material_center .content .user_info .goods_share .right .iconfont { margin-right: 12rpx; color: #666; font-size: 36rpx; } .material_center .content .user_info .goods_share .right { border: none; } .material_center .share_popup_box { background: #fff; } .material_center .share_popup_box .tips { font-size: 32rpx; font-weight: bold; margin-top: 32rpx; text-align: center; } .material_center .share_popup_box .text { padding: 48rpx 30rpx; display: flex; flex-wrap: wrap; } .material_center .share_popup_box .text .li { width: 100%; font-size: 28rpx; text-align: left; display: flex; padding: 12rpx 0; align-items: center; } .material_center .share_popup_box .text .li .iconfont { font-size: 36rpx; margin-right: 8rpx; color: #999; } .material_center .share_popup_box .text .li .current { color: #07be12; } .material_center .share_popup_box .text .li .em { text-decoration: underline; color: #4c7fff; } .material_center .share_popup_box .title { padding: 0 30rpx; display: flex; align-items: center; justify-content: space-between; } .material_center .share_popup_box .title .line_left, .material_center .share_popup_box .title .line_right { width: 240rpx; height: 2rpx; background: #ebebeb; } .material_center .share_popup_box .title .span { font-size: 40rpx; } .material_center .share_popup_box .share_list { padding: 40rpx 30rpx; display: flex; justify-content: space-around; } .material_center .share_popup_box .share_list .list { display: flex; align-items: center; margin: 0 6rpx; } .material_center .share_popup_box .share_list .list .img { width: 38rpx; height: 38rpx; overflow: hidden; margin-right: 3rpx; } .material_center .share_popup_box .share_list .list .img image { width: 100%; height: 100%; } .material_center .share_popup_box .block { height: 20rpx; background: #f5f5f5; } .material_center .share_popup_box .share_btn .button { border: none; height: 100rpx; font-size: 32rpx; line-height: 100rpx; text-align: center; } .material_center .goods_code_popup { background: #fff; border-radius: 16rpx; position: relative; width: 100%; } .material_center .goods_code_popup .goods_img { width: 640rpx; height: 640rpx; background: #f2f2f2; overflow: hidden; padding: 8rpx; border-radius: 12rpx 12rpx 0 0; } .material_center .goods_code_popup .goods_img image { width: 85%; } .material_center .goods_code_popup .goods_info { display: flex; justify-content: space-between; padding: 20rpx; } .material_center .goods_code_popup .goods_info .info_left { width: 400rpx; } .material_center .goods_code_popup .goods_info .info_left .name { font-size: 28rpx; line-height: 40rpx; height: 80rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .material_center .goods_code_popup .goods_info .info_left .price { font-size: 24px; color: #f15353; text-align: left; margin-top: 24rpx; font-weight: bold; } .material_center .goods_code_popup .goods_info .info_left .price .span { font-size: 28rpx; color: #8c8c8c; text-decoration: line-through; margin-left: 30rpx; font-weight: normal; } .material_center .goods_code_popup .goods_info .info_left .price .font { font-size: 28rpx; } .material_center .goods_code_popup .goods_info .info_right .code_img { width: 176rpx; height: 176rpx; background: #f2f2f2; overflow: hidden; } .material_center .goods_code_popup .goods_info .info_right .code_img image { width: 100%; } .material_center .goods_code_popup .goods_info .info_right .span { font-size: 24rpx; line-height: 40rpx; } /* .material_center .goods_code_popup .close { position: absolute; top: -32rpx; right: -32rpx; width: 88rpx; height: 88rpx; overflow: hidden; } .material_center .goods_code_popup .close image { width: 80%; } */ .material_center .goods_code_popup .icon_close { position: absolute; top: 8rpx; right: 0; width: 80rpx; height: 80rpx; } .code_box { width: 500rpx; /* height: 970rpx; */ /* position: absolute; left: 50%; */ display: block; margin: 0 auto 60rpx; border-radius: 12rpx; } .code_box image { width: 100%; border-radius: 12rpx; } .posterPopup_style .icon_btn { width: 100%; position: relative; /* height: 120rpx; */ background: #fff; text-align: center; display: flex; justify-content: space-around; } .posterPopup_style .icon_btn .box { width: 50%; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; padding: 20rpx 0; position: relative; } .posterPopup_style .icon_btn image { width: 80rpx; height: 80rpx; margin-bottom: 8rpx; } .posterPopup_style .icon_close { width: 100%; height: 90rpx; line-height: 90rpx; text-align: center; background: #efefef; color: #333; font-size: 32rpx; } .tabs-wrap { position: relative; z-index: 99; } .tabs-wrap .second-block { min-height: 100rpx; background-color: rgba(246, 246, 246, 100); position: absolute; width: 100%; z-index: 99; box-sizing: border-box; padding: 20rpx; display: flex; align-items: center; justify-content: space-between; box-shadow: 10rpx 10rpx 5rpx #ccc; } .tabs-wrap .second-block .block-wrap { display: flex; align-items: center; overflow-x: scroll; } .tabs-wrap .second-block .block-wrap .block { padding: 10rpx 20rpx; box-sizing: border-box; background-color: rgba(229, 229, 229, 100); color: rgba(72, 72, 72, 100); display: flex; align-items: center; justify-content: center; border-radius: 50rpx; margin-right: 20rpx; flex-shrink: 0; } /* .tabs-wrap .second-block .slideUp { } */ .tabs-wrap .second-block .slideUp .icon-member-left { margin-left: 5rpx; transform: rotate(90deg); } .tabs-wrap .second-block .slideUp .icon-member-left::before { width: 14rpx; height: 14rpx; } .wrap { position: relative; display: flex; background: #fff; } .van-tabs { margin-left: 60rpx; } .van-tab { padding: 0 20rpx !important; } .material_center .wrap .noticeellipsis { overflow: visible; white-space: nowrap; text-overflow: clip; flex-basis: auto !important; } .tabs-wrap .wrap .sousuo { background-color: #fff; position: absolute; left: 20rpx; display: flex; align-items: center; justify-content: center; top: 15rpx; z-index: 99; } .activeColor { color: #eb7171 !important; background-color: #f6e8e8 !important; }