71 lines
1.0 KiB
Plaintext
71 lines
1.0 KiB
Plaintext
/* packageH/circleCommunity/circleSetting/circleSetting.wxss */
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.h2 {
|
|
height: 71rpx;
|
|
line-height: 71rpx;
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
color: #5c5c5c;
|
|
padding-left: 26rpx;
|
|
}
|
|
|
|
.itemWrapper {
|
|
background-color: #fff;
|
|
padding: 25rpx 32rpx;
|
|
border-bottom: 1rpx solid #f2f2f2;
|
|
|
|
/* display: flex;
|
|
flex-direction: column;
|
|
justify-content: center; */
|
|
}
|
|
|
|
.itemWrapper .item {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.itemWrapper .item .name {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #202020;
|
|
flex: 1;
|
|
}
|
|
|
|
.itemWrapper .item .msg {
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
color: #bbb;
|
|
padding-right: 15rpx;
|
|
}
|
|
|
|
.itemWrapper .desc {
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
color: #999;
|
|
}
|
|
|
|
.btns {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 27rpx;
|
|
height: 80rpx;
|
|
padding: 0 35rpx;
|
|
}
|
|
|
|
.btns .btn {
|
|
height: 2.5rem;
|
|
background-color: #3175fe;
|
|
color: #fff;
|
|
border-radius: 40rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 30rpx;
|
|
}
|