index.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. @import "/wxParse/wxParse.wxss";
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .title {
  7. padding: 15rpx 25rpx 15rpx 25rpx;
  8. font-size: 36rpx;
  9. font-weight: bold;
  10. }
  11. ._line{
  12. width: 100%;
  13. height: 1px;
  14. margin-top: 25rpx;
  15. margin-bottom: 15rpx;
  16. background-color: #f2f2f2;
  17. }
  18. ._content {
  19. padding: 15rpx 25rpx 15rpx 25rpx;
  20. line-height: 1.5;
  21. font-size: 30rpx;
  22. text-align: center;
  23. }
  24. .btns{
  25. height: 90rpx;
  26. align-items: center;
  27. border-top: 1px solid #ddd;
  28. }
  29. .btns>button{
  30. background: #fff;
  31. font-size: 25rpx;
  32. color: #000;
  33. flex-basis: 20%;
  34. height: 100%;
  35. }
  36. .btns button,
  37. .btns button::after{
  38. border-radius: 0;
  39. border: none;
  40. }
  41. .btns>button image{
  42. width: 25rpx;
  43. height:25rpx;
  44. margin-right: 2px;
  45. }
  46. .btns>.t{
  47. width: 1px;
  48. height: 35rpx;
  49. background: #ccc;
  50. }
  51. .btns>.flexRow{
  52. padding: 0 20rpx;
  53. }
  54. .btns input{
  55. border: 1px solid #ccc;
  56. height: 60rpx;
  57. font-size: 23rpx;
  58. border-radius: 22px;
  59. padding-left: 30rpx;
  60. }
  61. .btns .send{
  62. background-color: #1862aa;
  63. color: #ffffff;
  64. margin-left: 5px;
  65. font-size: 25rpx;
  66. border-radius: 22px;
  67. width: 75px;
  68. height: 60rpx;
  69. }
  70. .comments{
  71. padding-left:30rpx;
  72. border-top:10rpx solid #f2f2f2;
  73. }
  74. .commentCount{
  75. margin: 20px 0;
  76. font-size: 35rpx;
  77. }
  78. .comments .items{
  79. margin-bottom:80rpx;
  80. }
  81. .comments>.flexCenter{
  82. font-size:35rpx;
  83. color:#576b95;
  84. margin-bottom:80rpx;
  85. }
  86. .bb_img{
  87. width: 340rpx;
  88. height: 380rpx;
  89. display: inline-block;
  90. margin: 10px auto;
  91. }