card-mini/packagecard/moments/publish/momentpublishline.wxss
2021-08-12 09:22:40 +08:00

63 lines
1.1 KiB
Plaintext

/* pages/moments/publish/momentpublish.wxss */
van-action-sheet input {
border: 1px solid rgb(194, 194, 194);
border-radius: 10rpx;
height: 60rpx;
line-height: 60rpx;
margin-top: 9rpx;
padding-left: 10rpx;
}
van-action-sheet textarea {
border: 1px solid rgb(194, 194, 194);
border-radius: 10rpx;
margin-top: 9rpx;
padding: 10rpx;
}
van-action-sheet .line {
height: 90rpx;
text-align: center;
line-height: 90rpx;
width: 90%;
border-top-width: 1rpx;
border-top-color: #f5f5f5;
border-top-style: solid;
border-bottom-width: 1rpx;
border-bottom-color: #f5f5f5;
border-bottom-style: solid;
}
van-action-sheet .noline {
height: 90rpx;
text-align: center;
line-height: 90rpx;
width: 90%;
}
van-action-sheet .line:active {
color: black;
background-color: #f5f5f5;
}
van-action-sheet .noline:active {
color: black;
background-color: #f5f5f5;
}
.cu-form-group .title {
min-width: calc(4em + 30rpx);
}
.item-bottom-margin {
margin-bottom: 15rpx;
width: 100%;
}
.item-padding {
padding: 15rpx;
}