fix ticket style
This commit is contained in:
parent
dc4780b061
commit
4d1e61ea55
@ -133,6 +133,7 @@ export default {
|
|||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 14rpx 0;
|
padding: 14rpx 0;
|
||||||
|
box-shadow: 0px 1px 2px #dddddd, 0px 1px 2px #ffffff, 0px 1px 2px #736f6f;
|
||||||
}
|
}
|
||||||
/deep/ .u-image__image {
|
/deep/ .u-image__image {
|
||||||
border-radius: 20rpx 0 0 20rpx !important;
|
border-radius: 20rpx 0 0 20rpx !important;
|
||||||
|
@ -131,5 +131,6 @@ export default {
|
|||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 34rpx 0;
|
padding: 34rpx 0;
|
||||||
|
box-shadow: 0px 1px 2px #dddddd, 0px 1px 2px #ffffff, 0px 1px 2px #736f6f;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -282,6 +282,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
|
box-shadow: 0px 1px 2px #dddddd, 0px 1px 2px #ffffff, 0px 1px 2px #736f6f;
|
||||||
|
|
||||||
.form-item {
|
.form-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user