123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- page {
- background-color: #f2f2f2;
- }
- .big_box {
- width: 750rpx;
- height: 100vh;
- }
- .area {
- width: 700rpx;
- height: 600rpx;
- /* background-color: rgba(0,0,0,0.1); */
- /* border:1px solid red; */
- position: absolute;
- top: 550rpx;
- left: 25rpx;
- border-radius: 20rpx;
- z-index: 99;
- }
- .chatbox {
- width: 700rpx;
- height: 500rpx;
- /* border-radius: 20rpx; */
- overflow-y: auto;
- font-size: 25rpx;
- position: absolute;
- top:0rpx;
- /* border: 1px solid red; */
- border-top: 1px solid rgba(219,219,219);
- border-bottom: 1px solid rgba(219,219,219);
- }
- .puthands_box {
- width: 700rpx;
- height: 80rpx;
- position: absolute;
- bottom: 0rpx;
- }
- .chat_text {
- font-size: 30rpx;
- font-weight: 900;
- color: #000;
- }
- .handimg {
- width: 70rpx;
- height: 70rpx;
- float: left;
- }
- .weui-input {
- width: 440rpx;
- height: 40rpx;
- margin-top: 10rpx;
- background-color: rgba(0,0,0,0.2);
- border-radius: 20rpx;
- text-indent: 20rpx;
- font-size: 25rpx;
- margin-left: 20rpx;
- float: left;
- color: #000;
-
- }
- .send {
- width: 90rpx;
- height: 60rpx;
- margin-top: 10rpx;
- background-color: #eb3f33;
- border-radius: 20rpx;
- float: left;
- font-size: 25rpx;
- color: #fff;
- text-align: center;
- line-height: 60rpx;
- margin-left: 20rpx;
- }
- .nosend {
- width: 90rpx;
- height: 60rpx;
- margin-top: 10rpx;
- background-color: #666666;
- border-radius: 20rpx;
- float: left;
- font-size: 25rpx;
- color: #fff;
- text-align: center;
- line-height: 60rpx;
- margin-left: 20rpx;
- }
- .push_box {
- width: 200rpx;
- height: 200rpx;
- position: absolute;
- right: 0;
- top: 300rpx;
- /* border: 1px solid red; */
- z-index: 99999;
- }
- .modol{
- width: 750rpx;
- height: 100vh;
- position: fixed;
- top: 0;
- background-color: rgba(0,0,0,0.3);
- z-index: 100;
- }
- .lm{
- width: 455rpx;
- height: 563rpx;
- position: absolute;
- top: 200rpx;
- left: 150rpx;
- }
- .t1{
- position: absolute;
- top: 400rpx;
- left: 230rpx;
- color: #000;
- font-size: 28rpx;
- font-weight: 900;
- }
- .t2{
- position: absolute;
- top: 450rpx;
- left: 280rpx;
- color: #999999;
- font-size: 25rpx;
- font-weight: 900;
- }
- .t3{
- color: #eb3f33;
- }
- .t4{
- height: 67rpx;
- border-radius: 40rpx;
- font-size: 29rpx;
- font-weight: 600;
- color: #fff;
- background: -webkit-linear-gradient(left, #d7301d, #f99c30);
- text-align: center;
- position: absolute;
- top: 520rpx;
- left: 230rpx;
- }
- .t5{
- height: 67rpx;
- border-radius: 40rpx;
- font-size: 29rpx;
- font-weight: 600;
- color: #666666;
- background: #e0e1e3;
- text-align: center;
- position: absolute;
- top: 600rpx;
- left: 230rpx;
- }
|