mine.less 393 B

1234567891011121314151617181920212223242526
  1. /* pages/mine/mine.wxss */
  2. .minetop {
  3. height: 300rpx;
  4. justify-content: space-between;
  5. display: flex;
  6. align-items: center;
  7. align-content: center;
  8. margin: 15px;
  9. background-color: red;
  10. border-radius: 10px;
  11. box-shadow: 10px 10px 10px #ddd;
  12. van-image {
  13. margin-left: 10px;
  14. }
  15. van-icon {
  16. margin-right: 10px;
  17. }
  18. }
  19. .cell-title {
  20. color: #333;
  21. font-size: 14px;
  22. }