|
@@ -224,38 +224,38 @@
|
|
|
margin: 0 auto;
|
|
|
border-radius: 38rpx;
|
|
|
background: rgba(240, 240, 240, 1);
|
|
|
-}
|
|
|
|
|
|
-.smile {
|
|
|
- position: absolute;
|
|
|
- left: 27rpx;
|
|
|
- top: 18rpx;
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
-}
|
|
|
+ .smile {
|
|
|
+ position: absolute;
|
|
|
+ left: 27rpx;
|
|
|
+ top: 18rpx;
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ }
|
|
|
|
|
|
-input {
|
|
|
- width: 383rpx;
|
|
|
- height: 100%;
|
|
|
- padding: 0 13rpx;
|
|
|
- margin-left: 67rpx;
|
|
|
- font-size: 32rpx;
|
|
|
- color: rgba(51, 51, 51, 1);
|
|
|
-}
|
|
|
+ input {
|
|
|
+ width: 383rpx;
|
|
|
+ height: 100%;
|
|
|
+ padding: 0 13rpx;
|
|
|
+ margin-left: 67rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+ color: rgba(51, 51, 51, 1);
|
|
|
+ }
|
|
|
|
|
|
-.placeholder {
|
|
|
- color: rgba(166, 166, 166, 1);
|
|
|
-}
|
|
|
+ .placeholder {
|
|
|
+ color: rgba(166, 166, 166, 1);
|
|
|
+ }
|
|
|
|
|
|
-.btn-send {
|
|
|
- position: absolute;
|
|
|
- right: 14rpx;
|
|
|
- top: 10rpx;
|
|
|
- z-index: 99;
|
|
|
- width: 108rpx;
|
|
|
- height: 56rpx;
|
|
|
- border-radius: 38rpx;
|
|
|
- background: rgba(96, 169, 252, 1);
|
|
|
- font-size: 24rpx;
|
|
|
- color: #FFF;
|
|
|
+ .btn-send {
|
|
|
+ position: absolute;
|
|
|
+ right: 14rpx;
|
|
|
+ top: 10rpx;
|
|
|
+ z-index: 99;
|
|
|
+ width: 108rpx;
|
|
|
+ height: 56rpx;
|
|
|
+ border-radius: 38rpx;
|
|
|
+ background: rgba(96, 169, 252, 1);
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #FFF;
|
|
|
+ }
|
|
|
}
|