431 lines
8.3 KiB
Plaintext
431 lines
8.3 KiB
Plaintext
/* packageA/others/materialCenter/materialCenter.wxss */
|
|
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.material_search .content .user_info {
|
|
padding: 0 30rpx;
|
|
background: #fff;
|
|
border-top: solid 2rpx #ebebeb;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.material_search .content .user_info .user_name {
|
|
display: flex;
|
|
padding-top: 30rpx;
|
|
}
|
|
|
|
.material_search .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_search .content .user_info .user_name .user image {
|
|
width: 100%;
|
|
}
|
|
|
|
.material_search .content .user_info .user_name .right {
|
|
text-align: left;
|
|
}
|
|
|
|
.material_search .content .user_info .user_name .right .name {
|
|
font-size: 32rpx;
|
|
margin-bottom: 16rpx;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.material_search .content .user_info .user_name .right .time {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.material_search .content .user_info .share_text {
|
|
font-size: 32rpx;
|
|
line-height: 48rpx;
|
|
text-align: left;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
max-height: 700rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_box .img {
|
|
width: 222rpx;
|
|
height: 222rpx;
|
|
overflow: hidden;
|
|
background: #f2f2f2;
|
|
margin-right: 12rpx;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_box .video {
|
|
width: 222rpx;
|
|
height: 222rpx;
|
|
overflow: hidden;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_box .video video {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_box .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_box .img:nth-child(3n) {
|
|
margin: 0;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_lik {
|
|
background: #f8f8f8;
|
|
margin-top: 8rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_lik .goods_img {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
overflow: hidden;
|
|
background: #f2f2f2;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_lik .goods_img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_lik .goods_name {
|
|
text-align: left;
|
|
font-size: 28rpx;
|
|
width: 532rpx;
|
|
}
|
|
|
|
.material_search .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_search .content .user_info .goods_lik .goods_name .number {
|
|
font-size: 28rpx;
|
|
line-height: 48rpx;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_share {
|
|
margin-top: 20rpx;
|
|
border-top: solid 2rpx #ebebeb;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_share .left,
|
|
.material_search .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_search .content .user_info .goods_share .left .iconfont,
|
|
.material_search .content .user_info .goods_share .right .iconfont {
|
|
margin-right: 12rpx;
|
|
color: #666;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.material_search .content .user_info .goods_share .right {
|
|
border: none;
|
|
}
|
|
|
|
.material_search .share_popup_box {
|
|
background: #fff;
|
|
}
|
|
|
|
.material_search .share_popup_box .tips {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
margin-top: 32rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.material_search .share_popup_box .text {
|
|
padding: 48rpx 30rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.material_search .share_popup_box .text .li {
|
|
width: 100%;
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
display: flex;
|
|
padding: 12rpx 0;
|
|
align-items: center;
|
|
}
|
|
|
|
.material_search .share_popup_box .text .li .iconfont {
|
|
font-size: 36rpx;
|
|
margin-right: 8rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.material_search .share_popup_box .text .li .current {
|
|
color: #07be12;
|
|
}
|
|
|
|
.material_search .share_popup_box .text .li .em {
|
|
text-decoration: underline;
|
|
color: #4c7fff;
|
|
}
|
|
|
|
.material_search .share_popup_box .title {
|
|
padding: 0 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.material_search .share_popup_box .title .line_left,
|
|
.material_search .share_popup_box .title .line_right {
|
|
width: 240rpx;
|
|
height: 2rpx;
|
|
background: #ebebeb;
|
|
}
|
|
|
|
.material_search .share_popup_box .title .span {
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.material_search .share_popup_box .share_list {
|
|
padding: 40rpx 30rpx;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.material_search .share_popup_box .share_list .list {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 6rpx;
|
|
}
|
|
|
|
.material_search .share_popup_box .share_list .list .img {
|
|
width: 38rpx;
|
|
height: 38rpx;
|
|
overflow: hidden;
|
|
margin-right: 3rpx;
|
|
}
|
|
|
|
.material_search .share_popup_box .share_list .list .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.material_search .share_popup_box .block {
|
|
height: 20rpx;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.material_search .share_popup_box .share_btn .button {
|
|
border: none;
|
|
height: 100rpx;
|
|
font-size: 32rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.material_search .goods_code_popup {
|
|
background: #fff;
|
|
border-radius: 16rpx;
|
|
position: relative;
|
|
width: 100%;
|
|
}
|
|
|
|
.material_search .goods_code_popup .goods_img {
|
|
width: 640rpx;
|
|
height: 640rpx;
|
|
background: #f2f2f2;
|
|
overflow: hidden;
|
|
padding: 8rpx;
|
|
border-radius: 12rpx 12rpx 0 0;
|
|
}
|
|
|
|
.material_search .goods_code_popup .goods_img image {
|
|
width: 85%;
|
|
}
|
|
|
|
.material_search .goods_code_popup .goods_info {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.material_search .goods_code_popup .goods_info .info_left {
|
|
width: 400rpx;
|
|
}
|
|
|
|
.material_search .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_search .goods_code_popup .goods_info .info_left .price {
|
|
font-size: 24px;
|
|
color: #f15353;
|
|
text-align: left;
|
|
margin-top: 24rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.material_search .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_search .goods_code_popup .goods_info .info_left .price .font {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.material_search .goods_code_popup .goods_info .info_right .code_img {
|
|
width: 176rpx;
|
|
height: 176rpx;
|
|
background: #f2f2f2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.material_search .goods_code_popup .goods_info .info_right .code_img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.material_search .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_search .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;
|
|
}
|
|
|
|
.sousuoWrap {
|
|
width: 500rpx;
|
|
border-radius: 50rpx;
|
|
background-color: rgba(240, 240, 240, 100);
|
|
color: rgba(16, 16, 16, 100);
|
|
margin: 0 auto;
|
|
height: 60rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 30rpx;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.van-popup {
|
|
z-index: 999;
|
|
}
|