You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
537 lines
8.1 KiB
537 lines
8.1 KiB
/* pages/group/info.wxss */
|
|
.group_sp_box{
|
|
display:flex;
|
|
flex-direction:row;
|
|
border-bottom:10px solid #eee;
|
|
align-items:center;
|
|
}
|
|
.group_sp_z{
|
|
margin:10px 20px 0 20px;
|
|
position: relative;
|
|
}
|
|
.fdxs{
|
|
position:absolute;
|
|
left:0;
|
|
top:10px;
|
|
background:pink;
|
|
width:35px;
|
|
border-radius:0 10px 10px 0;
|
|
font-size:12px;
|
|
color:#fff;
|
|
text-align:center;
|
|
}
|
|
.img{
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
background: #eee;
|
|
}
|
|
.group_xz{
|
|
font-size:45rpx;
|
|
color:#000;
|
|
font-family:SimHei;
|
|
}
|
|
.group_name{
|
|
/* display:flex;
|
|
flex-direction:row;
|
|
justify-content:center; */
|
|
padding: 12px 10px;
|
|
}
|
|
.group_name_box image{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.group_num{
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.group_num text{
|
|
font-size: 40rpx;
|
|
color: #e83737;
|
|
}
|
|
.group_sj{
|
|
display:flex;
|
|
flex-direction:row;
|
|
justify-content:space-between;
|
|
padding: 10px 10px;
|
|
}
|
|
.sj_num{
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
background: #e83737;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
}
|
|
.sj_text{
|
|
margin:0 0px 0 5px;
|
|
font-size:30rpx;
|
|
line-height:30px;
|
|
|
|
}
|
|
.sj_text_fr{
|
|
margin:0 5px 0 0px;
|
|
font-size:30rpx;
|
|
line-height:30px;
|
|
|
|
}
|
|
.sj_bd{
|
|
font-size: 36rpx;
|
|
color: #333;
|
|
}
|
|
.yq_btn{
|
|
width: 360rpx;
|
|
height: 80rpx;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
background: #e83737;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
margin: 5px auto;
|
|
}
|
|
.collage_fs_box{
|
|
padding: 0 10px;
|
|
}
|
|
.collage_fs_text{
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-bottom: 10px;
|
|
}
|
|
.collage_fs_tg_bt_box{
|
|
display:flex;
|
|
flex-direction:row;
|
|
justify-content:space-between;
|
|
margin-bottom:20px;
|
|
|
|
}
|
|
.collage_fs_tg{
|
|
width: 147rpx;
|
|
height: 74rpx;
|
|
color: #666;
|
|
border: 1px solid #666;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.jiantou{
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
padding-top: 10px;
|
|
}
|
|
.ys{
|
|
width: 147rpx;
|
|
height: 74rpx;
|
|
color: #eb3737;
|
|
border: 1px solid #eb3737;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
.group_like_box{
|
|
padding:0 10px 10px 10px;
|
|
}
|
|
.group_like{
|
|
display:flex;
|
|
flex-direction:row;
|
|
justify-content:space-between;
|
|
padding-top:10px;
|
|
}
|
|
.group_like image{
|
|
width: 340rpx;
|
|
height: 340rpx;
|
|
border-radius: 10rpx 10rpx 0 0;
|
|
background: #999;
|
|
}
|
|
.like_text{
|
|
padding: 5px 0 5px 10px;
|
|
}
|
|
.like_text text{
|
|
display: block;
|
|
font-size:30rpx;
|
|
color:#333;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow:ellipsis;
|
|
width: 104px;
|
|
}
|
|
.group_like_tw{
|
|
background:#eee;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.foot_box{
|
|
display:block;
|
|
position:fixed;
|
|
bottom:0;
|
|
left:0;
|
|
background:#fff;
|
|
z-index:100;
|
|
/*background: #dd2727;*/
|
|
width:94.6%;
|
|
padding:5px 10px;
|
|
border-top:1px solid #eee;
|
|
|
|
}
|
|
/*弹窗*/
|
|
.drawer_screen {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background: #000;
|
|
opacity: 0.2;
|
|
overflow: hidden;
|
|
z-index: 1000;
|
|
color: #fff;
|
|
}
|
|
.drawer_attr_box {
|
|
width: 100%;
|
|
height: 80%;
|
|
border-radius:10px 10px 0 0;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 2000;
|
|
background: #fff;
|
|
}
|
|
.close_icon {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
font-size: 60rpx;
|
|
position: absolute;
|
|
right: 5rpx;
|
|
top:5rpx;
|
|
padding: 10rpx;
|
|
color: #ccc;
|
|
/*border: 1rpx solid #ccc;*/
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
background: #fff;
|
|
z-index: 999;
|
|
}
|
|
.drawer_attr_content {
|
|
padding: 20rpx;
|
|
height:85%;
|
|
overflow-y: scroll;
|
|
}
|
|
.text_center{
|
|
width: 97%;
|
|
position: absolute;
|
|
top: -40px;
|
|
}
|
|
.mingcheng{
|
|
width: 65%;
|
|
font-size:35rpx;
|
|
line-height: 50rpx;
|
|
float: right;
|
|
margin-bottom:20px;
|
|
}
|
|
.drawer_image {
|
|
width: 28%;
|
|
height: 200rpx;
|
|
border:1px solid #ddd;
|
|
border-radius:10rpx;
|
|
|
|
}
|
|
.drawer_desc{
|
|
font-size:28rpx;
|
|
margin:20rpx;
|
|
height: 150rpx;
|
|
width: 100%;
|
|
}
|
|
.cun{
|
|
/* margin: 5px; */
|
|
font-size:30rpx;
|
|
/* padding-left: 20rpx; */
|
|
width: 20%
|
|
}
|
|
|
|
.chi{
|
|
width: 40%;
|
|
height: 60rpx;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
border: 1px solid #999;
|
|
display: inline-block;
|
|
margin: 5px;
|
|
}
|
|
.btn {
|
|
width: 80%;
|
|
padding: 15rpx 0;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.open_btn {
|
|
margin: 40rpx 10%;
|
|
border-radius: 10rpx;
|
|
background: #20bb21;
|
|
color: #fff;
|
|
}
|
|
|
|
/*数量*/
|
|
.dian{
|
|
width: 70%;
|
|
display: inline-block;
|
|
}
|
|
.shu{
|
|
width: 100%;
|
|
margin-top: 35rpx;
|
|
|
|
/* margin-bottom: 160rpx; */
|
|
}
|
|
.stepper {
|
|
text-align: right;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 200rpx;
|
|
overflow: hidden;
|
|
margin-left: 250rpx;
|
|
background: #FCFCFC
|
|
}
|
|
.stepper text {
|
|
background-color: #f2f2f2;
|
|
border: 1px solid #eee;
|
|
width: 26px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
text-align: center;
|
|
font-weight: 900;
|
|
color: #939393;
|
|
}
|
|
.stepper input {
|
|
width: 30px;
|
|
height: 25px;
|
|
text-align: center;
|
|
/*background-color: #f2f2f2;*/
|
|
/*border-top: 1px solid #666;
|
|
border-bottom: 1px solid #666;*/
|
|
}
|
|
.footc{
|
|
display:block;
|
|
position:fixed;
|
|
bottom:0;
|
|
left:0;
|
|
background:red;
|
|
z-index:100;
|
|
width:100%;
|
|
font-size:14px;
|
|
border-top:1px solid #eee;
|
|
line-height:40px;
|
|
font-weight:700;
|
|
color:snow;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.commodity_attr_list {
|
|
background: #fff;
|
|
padding: 0 20rpx;
|
|
font-size: 26rpx;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
/*每组属性的主盒子*/
|
|
.attr_box {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
border-bottom: 1rpx solid #ececec;
|
|
}
|
|
/*属性名*/
|
|
.attr_name {
|
|
width: 20%;
|
|
float: left;
|
|
padding: 15rpx 0;
|
|
font-size: 30rpx;
|
|
margin-top:20rpx;
|
|
}
|
|
/*属性值*/
|
|
.attr_value_box {
|
|
width: 80%;
|
|
float: left;
|
|
padding: 15rpx 0;
|
|
overflow: hidden;
|
|
}
|
|
/*每个属性值*/
|
|
.attr_value {
|
|
padding:10rpx 20rpx;
|
|
float: left;
|
|
/*padding: 0 20rpx;*/
|
|
margin: 0 10rpx;
|
|
border: 1rpx solid #ececec;
|
|
border-radius: 10rpx;
|
|
font-size: 33rpx;
|
|
}
|
|
/*每个属性选中的当前样式*/
|
|
.attr_value_active {
|
|
background: #FF6347;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
/*padding: 0 20rpx;*/
|
|
padding:10rpx 20rpx;
|
|
}
|
|
/*禁用属性*/
|
|
.attr_value_disabled {
|
|
color: #ccc;
|
|
}
|
|
|
|
.pull-left{float: left;}
|
|
.pull-right{float: right;}
|
|
.clearfix{clear: both;}
|
|
|
|
.model{
|
|
position:fixed;
|
|
top:33%;
|
|
background:#fff;
|
|
z-index:9999;
|
|
width:80%;
|
|
left:10%;
|
|
right:10%;
|
|
border-radius:10px;
|
|
text-align:center;
|
|
}
|
|
.modelTitle{
|
|
line-height:40px;
|
|
border-bottom:1px solid #eee;
|
|
}
|
|
|
|
.modelBody{
|
|
line-height:40px;
|
|
padding:9px;
|
|
}
|
|
|
|
.model{
|
|
position:fixed;
|
|
top:33%;
|
|
background:#fff;
|
|
z-index:9999;
|
|
width:80%;
|
|
left:10%;
|
|
right:10%;
|
|
border-radius:10px;
|
|
text-align:center;
|
|
}
|
|
|
|
.modelTitle{
|
|
line-height:40px;
|
|
border-bottom:1px solid #eee;
|
|
font-size:15px;
|
|
}
|
|
|
|
.modelBody{
|
|
line-height:40px;
|
|
padding:9px;
|
|
font-size: 13px;
|
|
}
|
|
button::after {
|
|
border-radius: 0;
|
|
}
|
|
button{
|
|
border-radius: 0;
|
|
}
|
|
.mask{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background: #000;
|
|
z-index: 9000;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
tab-h{
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tablist {
|
|
display: flex;
|
|
transform:translate3d(0,0,0);
|
|
|
|
}
|
|
|
|
.tablist .item {
|
|
/* flex: auto; */
|
|
display: flex;
|
|
position: relative;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
}
|
|
.tablist1 {
|
|
display: flex;
|
|
transform:translate3d(0,0,0);
|
|
justify-content: center;
|
|
position: relative;
|
|
align-items: center;
|
|
}
|
|
|
|
/* 新增属性css */
|
|
|
|
.orange {
|
|
border-radius: 10px;
|
|
background-color: #f19e39;
|
|
margin-right: 10px;
|
|
color: #fff;
|
|
}
|
|
|
|
.back {
|
|
border-radius: 10px;
|
|
background-color: #f5f5f5;
|
|
margin-right: 10px;
|
|
color: #000;
|
|
}
|
|
|
|
.bai {
|
|
border-radius: 10px;
|
|
background-color: #fff;
|
|
margin-right: 10px;
|
|
color: #999;
|
|
}
|
|
|
|
.typeStyle {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin: 10px;
|
|
}
|
|
|
|
.outStyle {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.outStyleText {
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: #999;
|
|
}
|
|
|
|
.shuru {
|
|
position: fixed;
|
|
height: 100rpx;
|
|
width: 100%;
|
|
text-align: left;
|
|
background-color: #efefef;
|
|
border-top: 1px solid #ccc;
|
|
bottom: 0rpx;
|
|
_position: absolute;
|
|
}
|
|
.buttonPaddingStyle {
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
}
|
|
.textStyle {
|
|
font-size:14px;
|
|
}
|
|
|