订单页面调整,更多按钮样式
This commit is contained in:
parent
4b14dad298
commit
36c69036b9
|
@ -1833,19 +1833,6 @@ export default {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
}
|
}
|
||||||
.showBtnClass{
|
|
||||||
position: absolute;
|
|
||||||
background: #fff;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
width: 100px;
|
|
||||||
left: 0;
|
|
||||||
margin-bottom: 43px;
|
|
||||||
margin-left: 10px;
|
|
||||||
border-radius: 20rpx 20rpx 20rpx 0;
|
|
||||||
box-shadow: 0px 0px 3px 0px #b5b5b5;
|
|
||||||
padding: 15rpx 5rpx;
|
|
||||||
}
|
|
||||||
.dingshi,.btns{
|
.dingshi,.btns{
|
||||||
width: 0px !important;
|
width: 0px !important;
|
||||||
padding: 0px 42px !important;
|
padding: 0px 42px !important;
|
||||||
|
@ -2059,8 +2046,8 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
bottom:10rpx;
|
bottom:90rpx;
|
||||||
left:30rpx;
|
left:50rpx;
|
||||||
box-shadow: 0px 0px 3px 0px #b5b5b5;
|
box-shadow: 0px 0px 3px 0px #b5b5b5;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue