12345678910111213141516171819202122232425262728293031323334353637 |
- /**app.wxss**/
- page,view,text,swiper,scroll-view{
- box-sizing: border-box;
- color: #333;
- }
- .up{
- color: #E90001 !important;
- }
- .down{
- color: #07B20B !important;
- }
- .post_btn:not([size='mini']){
- width: 100%;
- height: 88rpx;
- background: #D94B24;
- border-radius: 8rpx;
- color: #fff;
- }
- .not_data{
- margin: 30%;
- text-align: center;
- color: #999;
- }
- .loading{
- text-align: center;
- color: #999;
- padding: 10rpx 0;
- font-size: 26rpx;
- }
- .info{
- width: 100%;
- }
- .info view{
- font-size: 29rpx !important;
- }
|