Browse Source

修改像素为rpx

devlop
杨阁辉 4 years ago
parent
commit
b4c22f7e3e
2 changed files with 7 additions and 7 deletions
  1. 10
      pages/trade/index.vue
  2. 4
      pages/trade/quotationList.vue

10
pages/trade/index.vue

@ -68,11 +68,11 @@ export default {
.trade-index {
.top-bar {
background-color: rgb(255, 255, 255);
border-bottom-width: 1px;
border-bottom-width: 2rpx;
border-bottom-style: solid;
border-bottom-color: #eee;
z-index: 998;
height: 44px;
height: 88rpx;
}
.title {
font-size: 40rpx;
@ -81,7 +81,7 @@ export default {
font-weight: 500;
}
.text-view {
padding: 10px;
padding: 20rpx;
}
.bar-contant {
display: flex;
@ -92,7 +92,7 @@ export default {
color: #000000;
letter-spacing: 0;
font-weight: 550;
border-bottom: 2px solid #007aff;
border-bottom: 4rpx solid #007aff;
}
.oncheck-title {
font-family: PingFangSC-Regular;
@ -101,7 +101,7 @@ export default {
font-weight: 550;
}
.check-control {
line-height: 35px;
line-height: 70rpx;
// width: 40px;
text-align: center;
}

4
pages/trade/quotationList.vue

@ -269,8 +269,8 @@ export default {
.offer-prices{
position: absolute;
z-index: 9999;
right: 4.3%;
bottom: 7.3%;
right: 32rpx;
bottom: 122rpx;
background-color: #ffffff;
border-radius: 50%;
padding: 10rpx;

Loading…
Cancel
Save