index.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .container{
  2. padding: 0;
  3. background: #fff;
  4. }
  5. .weui-cell__ft{
  6. color: #E02F2F;
  7. }
  8. .weui-tab__panel{
  9. padding-top: 68rpx;
  10. }
  11. .weui-media-box_appmsg{
  12. align-items: flex-start;
  13. }
  14. .weui-media-box__hd_in-appmsg{
  15. width: 180rpx;
  16. height: 180rpx;
  17. }
  18. .weui-tab__content_item{
  19. background: #eee;
  20. height: 100%;
  21. }
  22. .weui-flex__item{
  23. margin-bottom: 42rpx;
  24. }
  25. .fdkk-cells{
  26. margin-bottom:20rpx;
  27. background: #fff;
  28. }
  29. .weui-cell{
  30. border-bottom: 2rpx solid #efefef;
  31. }
  32. .yuezhan-nav{
  33. position: fixed;
  34. left: 0;
  35. right: 0;
  36. top: 0;
  37. z-index:999;
  38. width: 100%;
  39. height:60rpx;
  40. }
  41. .yuezhan-navbar{
  42. display: flex;
  43. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  44. color: #999;
  45. background: #fff;
  46. }
  47. .nav-item{
  48. text-align: center;
  49. flex: 1;
  50. margin: 0 20rpx;
  51. padding-bottom: 10rpx;
  52. }
  53. .nav-item_on{
  54. color: #E02F2F;
  55. }
  56. .nav-item_txt{
  57. font-size: 24rpx;
  58. }
  59. .order_price{
  60. float: right;
  61. color: #E02F2F;
  62. }
  63. .pic {
  64. width: 100rpx;
  65. height: 100rpx;
  66. background: #ccc;
  67. display: block;
  68. }
  69. .small-font-size {
  70. font-size: 28rpx;
  71. }
  72. .weui-media-box__desc {
  73. line-height: 1.5;
  74. }
  75. .weui-cells {
  76. margin-top: 20rpx;
  77. }
  78. .comment_txt{
  79. margin-bottom: 0;
  80. font-weight: bold;
  81. overflow: hidden;
  82. text-overflow: ellipsis;
  83. white-space: nowrap;
  84. width: 490rpx;
  85. display: inline-block;
  86. }
  87. .comment_desc_txt{
  88. font-size: 26rpx;
  89. color: #999;
  90. margin-bottom: 40rpx;
  91. }
  92. .fdkzImg{
  93. margin-left: 0;
  94. }
  95. .btn-done{
  96. background: #a6a5a5;
  97. color: #fff;
  98. float: right;
  99. position: relative;
  100. right: 0;
  101. /* top: -80rpx; */
  102. display: inline-block;
  103. border-radius: 40rpx;
  104. }