index.wxss 388 B

1234567891011121314151617181920212223242526
  1. /* pages/operation/index.wxss */
  2. page{
  3. height: 100%;
  4. }
  5. .container{
  6. height: 100%;
  7. background-color: #fff;
  8. }
  9. .operation-list-cel{
  10. display: flex;
  11. flex-direction: column;
  12. align-items: center;
  13. position: relative;
  14. }
  15. .item-img{
  16. width: 100rpx;
  17. height: 100rpx;
  18. }
  19. .item-name{
  20. padding-top: 13rpx;
  21. font-size: 24rpx;
  22. color: #666666;
  23. min-width: 80rpx;
  24. text-align: center;
  25. }