| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .text-input {
- width: 100%;
- /* height: 100rpx; */
- padding: 0;
- display: block;
- }
- .news {
- width: 100%;
- font-size: 28rpx;
- padding: 10rpx 24rpx;
- display: inline-block;
- margin: 17rpx 10rpx 17rpx 0;
- line-height: 50rpx;
- position: relative;
- top: 0;
- background-color: #F2F2F2;
- border-radius: 6rpx;
- flex: 1;
- max-height: 200rpx;
- min-height: 70rpx;
- color: #7A7B7F;
- box-sizing: border-box;
- }
- .placeholder{color: #7A7B7F;}
- .send_btn {
- width: 80rpx;
- height: 60rpx;
- line-height: 60rpx;
- font-size: 17px;
- color: #000;
- padding: 0;
- display: inline-block;
- float: right;
- margin: 8rpx 16rpx auto auto;
- background-color: #fff;
- }
- .f-row {
- /* height:100rpx; */
- display: flex;
- align-items: center;
- background-color: #fff;
- padding-right: 10rpx;
- }
- .send-btn-style {
- font-size: 10px !important;
- background-color: #2196F3 !important;
- color: #fff !important;
- margin-right: 10px !important;
- border-radius: 5px !important;
- margin-right: auto !important;
- overflow: hidden !important;
- padding-left: 28rpx !important;
- padding-right: 28rpx !important;
- line-height: 2.6 !important;
- }
- .hover {
- background-color: #075ca1
- }
- .icon-mic {
- width: 53rpx;
- height: 53rpx;
- padding: 0 10rpx;
- position: relative;
- /* top: 2px; */
- }
- .f-row-x {
- padding-bottom: 30px;
- display: flex;
- align-items: center;
- background-color: #f2f2f2;
- }
|