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.
142 lines
2.5 KiB
142 lines
2.5 KiB
page {
|
|
width: 100%;
|
|
height:100vh;
|
|
background: #f7f7f7;
|
|
}
|
|
.createassociation {
|
|
width:100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
}
|
|
.createassociation .content {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.group-avatar {
|
|
width: 100%;
|
|
height: 130rpx;
|
|
border-radius: 16rpx;
|
|
background: #ffffff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
box-sizing: border-box;
|
|
padding: 0 26rpx 0 24rpx;
|
|
}
|
|
.group-avatar view {
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
}
|
|
.group-avatar image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
object-fit: cover;
|
|
border-radius: 8rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.group-info {
|
|
width:100%;
|
|
height: 200rpx;
|
|
border-radius: 16rpx;
|
|
background: #ffffff;
|
|
margin-bottom: 20rpx;
|
|
box-sizing: border-box;
|
|
padding: 0 26rpx 0 24rpx;
|
|
overflow: hidden;
|
|
}
|
|
.group-info > view {
|
|
height: 100rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.group-info .group-leader {
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
box-sizing: border-box;
|
|
border-bottom: 1rpx solid #eaeaea;
|
|
}
|
|
.group-info .group-leader .name image {
|
|
width: 34rpx;
|
|
height: 33rpx;
|
|
object-fit: cover;
|
|
margin-left: 7rpx;
|
|
position: relative;
|
|
top: 4rpx;
|
|
}
|
|
.group-info .group-name {
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
}
|
|
.group-info .group-name input {
|
|
text-align:right;
|
|
}
|
|
.group-info .group-name .placeholder-style {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.group-introduce {
|
|
width: 100%;
|
|
height: 600rpx;
|
|
border-radius: 16rpx;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
padding: 0 26rpx 0 24rpx;
|
|
}
|
|
.group-introduce > view {
|
|
width:100%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
border-bottom: 1rpx solid #eaeaea;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.group-introduce textarea {
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
width: 100%;
|
|
height: calc(600rpx - 205rpx);
|
|
}
|
|
.group-introduce .placeholder-style {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
.group-introduce text {
|
|
line-height: 75rpx;
|
|
height: 75rpx;
|
|
width: 100%;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
text-align: right;
|
|
display: block;
|
|
}
|
|
|
|
#btn {
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
line-height: 84rpx;
|
|
text-align:center;
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
padding: 0;
|
|
margin: 0;
|
|
background:linear-gradient(90deg,#F40C0C,#FF4E4E);
|
|
margin: 0 auto;
|
|
margin-top: 60rpx;
|
|
}
|
|
.hover-button {
|
|
background: red !important;
|
|
}
|
|
|
|
.wux-actionsheet__button {
|
|
font-size: 34rpx !important;
|
|
color: #333 !important;
|
|
}
|