49 lines
954 B
Plaintext
49 lines
954 B
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;
|
||
|
}
|