index.wxss 257 B

1234567891011121314151617
  1. /* pages/yuezhan/pay_page/rule_detail/index.wxss */
  2. .container {
  3. background: #eee;
  4. color: #333;
  5. }
  6. .container text{
  7. color: #333;
  8. }
  9. .section_view{
  10. margin-bottom:20rpx;
  11. text-align: justify;
  12. }
  13. .text_style{
  14. /* text-align: justify; */
  15. }