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