Style:界面细节调整
This commit is contained in:
@@ -109,9 +109,9 @@ export default {
|
||||
.text .attr {
|
||||
max-width: calc(100% - 130rpx);
|
||||
margin: 0 !important;
|
||||
padding: 4rpx 20rpx;
|
||||
border-radius: 19rpx;
|
||||
line-height:38rpx;
|
||||
padding: 6rpx 20rpx;
|
||||
border-radius: 20rpx;
|
||||
line-height: 28rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #FFF3F2;
|
||||
}
|
||||
|
||||
@@ -214,15 +214,15 @@ export default {
|
||||
.rule-btn {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 260rpx;
|
||||
top: 245rpx;
|
||||
z-index: 9;
|
||||
height: 30rpx;
|
||||
height: 24rpx;
|
||||
padding: 20rpx 30rpx 20rpx 40rpx;
|
||||
border-top-left-radius: 35rpx;
|
||||
border-bottom-left-radius: 35rpx;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
line-height: 30rpx;
|
||||
line-height: 24rpx;
|
||||
background-color: #C51919;
|
||||
}
|
||||
.tab-wrap {
|
||||
@@ -276,6 +276,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.list-wrap {
|
||||
padding: 60rpx 0 0 0;
|
||||
.item {
|
||||
margin: 30rpx 0 0 0;
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user