shouquan.wxss 307 B

123456789101112131415161718
  1. /* pages/shouquan/shouquan.wxss */
  2. .message-head{
  3. font-size: 18px;
  4. text-align: left;
  5. font-weight: bolder;
  6. }
  7. .put{
  8. width: 80%;
  9. border: 1px solid;
  10. margin: 20% auto;
  11. border-radius: 20rpx;
  12. }
  13. .onelog{
  14. margin-top: 10%;
  15. background: blue;
  16. color: aliceblue;
  17. border-radius: 50px;
  18. }