generated from weChat/xcx_temp
25 lines
362 B
Plaintext
25 lines
362 B
Plaintext
.subscribe-page {
|
|
background-color: #F5F5F5;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.subscribe-list-box {}
|
|
|
|
.tag {}
|
|
|
|
.btn {
|
|
width: 150rpx !important;
|
|
}
|
|
|
|
.subscribe-list-item {
|
|
background-color: white !important;
|
|
width: 100%;
|
|
padding: 15rpx 0;
|
|
}
|
|
|
|
.subscribe-list-item-margin {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 0 30rpx;
|
|
} |