...
|
...
|
@@ -57,21 +57,11 @@ |
|
|
height: 28rpx;
|
|
|
justify-content: center;
|
|
|
display: flex;
|
|
|
border-bottom-style:solid;
|
|
|
border-bottom-width: 1rpx;
|
|
|
border-bottom-color: black;
|
|
|
border-top-style:solid;
|
|
|
border-top-width: 1rpx;
|
|
|
border-top-color: black;
|
|
|
border-right-style:solid;
|
|
|
border-right-width: 1rpx;
|
|
|
border-right-color: black;
|
|
|
border-left-style:solid;
|
|
|
border-left-width: 1rpx;
|
|
|
border-left-color: black;
|
|
|
border: 1rpx solid #000;
|
|
|
border-radius: 6rpx;
|
|
|
margin-left: 30rpx;
|
|
|
margin-top: 2px;
|
|
|
line-height: 28rpx;
|
|
|
}
|
|
|
.header .leftView .textTelView .textTelButton .buttontext{
|
|
|
font-size: 21rpx;
|
...
|
...
|
|