58 lines
1.0 KiB
Plaintext
Executable File
58 lines
1.0 KiB
Plaintext
Executable File
/* 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;
|
|
}
|
|
|
|
.item-bottom-margin {
|
|
margin-bottom: 15rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.item-padding {
|
|
padding: 15rpx;
|
|
} |