159 lines
2.6 KiB
Plaintext
159 lines
2.6 KiB
Plaintext
/* packageI/newGroup/homeList/homeList.wxss */
|
|
|
|
view,
|
|
text,
|
|
icon {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.header .header_content {
|
|
height: 104rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-left: 43rpx;
|
|
padding-right: 47rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.header .header_content .inputWrapper {
|
|
padding-right: 47rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input {
|
|
height: 68rpx;
|
|
background-color: #eff0f1;
|
|
border-radius: 34rpx;
|
|
text-align: left;
|
|
display: flex;
|
|
align-content: center;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input icon {
|
|
padding-left: 36rpx;
|
|
color: #666;
|
|
display: flex;
|
|
align-content: center;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input .icon-guanbi {
|
|
padding: 0 24rpx 0 10rpx;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
/* padding-right: 0.531rem; */
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input input {
|
|
flex: 1;
|
|
margin-left: 16rpx;
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 48rpx;
|
|
letter-spacing: 1rpx;
|
|
color: #666;
|
|
border: none;
|
|
}
|
|
|
|
.header .header_content .inputWrapper .input input::-webkit-input-placeholder {
|
|
color: #666;
|
|
}
|
|
|
|
.header .brand {
|
|
width: 100%;
|
|
|
|
/* height: 320rpx; */
|
|
}
|
|
|
|
.header .brand .my-swipe {
|
|
/* height: 320rpx; */
|
|
max-height: 50vh;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
line-height: 150px;
|
|
text-align: center;
|
|
}
|
|
|
|
.header .brand .my-swipe image {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.listItems {
|
|
padding: 20rpx 30rpx;
|
|
}
|
|
|
|
.listItems .listItem {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.explainWrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-color: #fff;
|
|
border-radius: 48rpx;
|
|
transition: 0.3s;
|
|
padding: 16rpx 0;
|
|
}
|
|
|
|
.explainWrapper .header {
|
|
height: 83rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.explainWrapper .header .title {
|
|
font-size: 16px;
|
|
letter-spacing: 2rpx;
|
|
color: #000;
|
|
line-height: 70rpx;
|
|
}
|
|
|
|
.explainWrapper .header .icon-guanbi {
|
|
position: absolute;
|
|
top: 13rpx;
|
|
right: 40rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.explainWrapper .content {
|
|
flex: 1;
|
|
padding-top: 17rpx;
|
|
font-size: 28rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #666;
|
|
padding-left: 33rpx;
|
|
padding-right: 47rpx;
|
|
text-align: left;
|
|
line-height: 48rpx;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.explainWrapper .content image {
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
.loadingimg {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
margin: 0 auto;
|
|
padding: 100rpx 0;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.loadingimg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|