index.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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: 120rpx;
  16. height: 120rpx;
  17. }
  18. .weui-tab__content_item {
  19. background: #eee;
  20. height: 100%;
  21. }
  22. .weui-media-box {
  23. background: #f5f5f5;
  24. margin: 20rpx 0 16rpx;
  25. }
  26. .fdkk-cells {
  27. margin-bottom: 20rpx;
  28. background: #fff;
  29. }
  30. .weui-cell:first-child{
  31. border: none;
  32. }
  33. .yuezhan-nav {
  34. position: fixed;
  35. left: 0;
  36. right: 0;
  37. top: 0;
  38. z-index: 999;
  39. width: 100%;
  40. height: 60rpx;
  41. }
  42. .yuezhan-navbar {
  43. display: flex;
  44. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  45. color: #999;
  46. background: #fff;
  47. }
  48. .nav-item {
  49. text-align: center;
  50. flex: 1;
  51. margin: 0 40rpx;
  52. padding-bottom: 10rpx;
  53. }
  54. .nav-item_on {
  55. color: #e02f2f;
  56. }
  57. .nav-item_txt {
  58. font-size: 24rpx;
  59. }
  60. .order_price {
  61. float: right;
  62. color: #e02f2f;
  63. }
  64. .weui-flex__item{
  65. font-weight: bolder;
  66. font-size: 26rpx;
  67. padding: 0;
  68. }
  69. .weui-media-box__desc{
  70. margin-top: 6rpx;
  71. }
  72. .fdkk_cell{
  73. display: flex;
  74. align-items: center;
  75. padding:0 30rpx 20rpx;
  76. justify-content:space-between;
  77. }
  78. .fdkk_cell_item{
  79. }
  80. .weui-media-box__desc {
  81. line-height: 1.5;
  82. }
  83. .weui-cells {
  84. margin-top: 20rpx;
  85. }
  86. button {
  87. font-size: 28rpx;
  88. line-height: 2;
  89. display: inline-block;
  90. margin-left: 10rpx;
  91. }