ruleInstract.wxss 651 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .modular .modal-label{
  2. padding:20rpx;
  3. }
  4. .modal-label{
  5. font-size: 26rpx;
  6. }
  7. .label-title{
  8. margin-top: 10rpx;
  9. }
  10. .label-content{
  11. color: #666;
  12. padding: 10rpx 0;
  13. }
  14. .bottom-date{
  15. background: #fff;
  16. font-size: 28rpx;
  17. margin-top: 40rpx;
  18. }
  19. .table{
  20. border: 1rpx solid #999;
  21. text-align: center;
  22. line-height: 2.5;
  23. }
  24. .table .tr{
  25. display: flex;
  26. align-items: center;
  27. border-bottom: 1px solid #ccc;
  28. }
  29. .table .tr:first-child{
  30. background: #EE3A43;
  31. color: #fff;
  32. }
  33. .table .tr:last-child{
  34. border: none;
  35. }
  36. .table .tr view:first-child{flex: .5;}
  37. .table .tr view:last-child{flex: 1;}
  38. .qrcode{
  39. width: 50%;
  40. display: block;
  41. margin: auto;
  42. }