1234567891011121314151617 |
- /* pages/yuezhan/pay_page/rule_detail/index.wxss */
- .container {
- background: #eee;
- color: #333;
- }
- .container text{
- color: #333;
- }
- .section_view{
- margin-bottom:20rpx;
- text-align: justify;
-
- }
- .text_style{
- /* text-align: justify; */
- }
|