showMsg.wxss 209 B

12345678910111213
  1. /* pages/showMsg/showMsg.wxss */
  2. .title{
  3. padding: 12px;
  4. font-size: 32rpx;
  5. color: #222;
  6. font-weight: 600;
  7. margin-bottom: 10px;
  8. text-align: center;
  9. }
  10. .content{
  11. line-height: 25px;
  12. padding: 12px;
  13. }