index.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /**index.wxss**/
  2. .wrap_nr{
  3. padding-bottom: 48rpx;
  4. }
  5. .tips{
  6. width: 444rpx;
  7. height: 58rpx;
  8. margin: 20rpx auto 0;
  9. background: #F3F4F9;
  10. border-radius: 29rpx;
  11. font-size: 26rpx;
  12. color: rgba(0,0,0,.54);
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. }
  17. .sec_time{
  18. font-size: 26rpx;
  19. color: rgba(0,0,0,.54);
  20. text-align: center;
  21. margin-top: 40rpx;
  22. }
  23. .section {
  24. padding: 0 30rpx;
  25. }
  26. .section .item{
  27. display: flex;
  28. /* align-items: center; */
  29. margin-top: 48rpx;
  30. }
  31. /* .latest{
  32. margin-bottom: 48rpx;
  33. } */
  34. .section .item .icon{
  35. width: 90rpx;
  36. height: 90rpx;
  37. border-radius: 50%;
  38. }
  39. .section .item .item_wenzi{
  40. max-width: 427rpx;
  41. padding: 30rpx;
  42. font-size: 28rpx;
  43. color: rgba(255,255,255,.87);
  44. margin-left: 12rpx;
  45. background: #D54C43;
  46. border-radius: 0 15rpx 15rpx 15rpx;
  47. }
  48. .section.from_user .item{
  49. justify-content: flex-end;
  50. }
  51. .section.from_user .item .item_wenzi{
  52. background: #F3F4F9;
  53. border-radius: 15rpx 0rpx 15rpx 15rpx;
  54. margin-left: 0rpx;
  55. margin-right: 18rpx;
  56. color: rgba(0,0,0,.87);
  57. }
  58. .wrap_pub{
  59. width: 100%;
  60. padding: 0 30rpx 0;
  61. height: 160rpx;
  62. position: fixed;
  63. bottom: 0;
  64. left: 0;
  65. background: #F6F6F6;
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-between;
  69. }
  70. .wrap_pub .pub_l{
  71. width: 617rpx;
  72. border-radius: 35rpx;
  73. }
  74. .wrap_pub .icon_send{
  75. width: 42rpx;
  76. height: 42rpx;
  77. }
  78. .wrap_pub .van-cell{
  79. border-radius: 35rpx;
  80. height: 70rpx;
  81. padding: 0 20rpx !important;
  82. }
  83. .wrap_pub .van-field__body{
  84. height: 100%;
  85. }