index.wxss 682 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .block-line>view {
  2. width: 50%;
  3. text-align: center;
  4. color: #fff;
  5. height: 200rpx;
  6. }
  7. .block-line:first-child>view:first-child {
  8. background: #27ae60;
  9. }
  10. .block-line:first-child>view:last-child {
  11. background: #e74c3c;
  12. }
  13. .block-line:last-child>view:first-child {
  14. background: #e67e22;
  15. }
  16. .block-line:last-child>view:last-child {
  17. background: #2980b9;
  18. }
  19. .block-line>view>view:first-child {
  20. margin-top: 40rpx;
  21. margin-bottom: 30rpx;
  22. }
  23. .search {
  24. border: 1rpx solid grey;
  25. width: 80%;
  26. background: #fff;
  27. }
  28. .tabs {
  29. width: 100%;
  30. height: 100rpx;
  31. background: #fff;
  32. box-shadow: rgb(209, 206, 206) 5rpx 5rpx 10rpx
  33. }
  34. .tabs>view {
  35. width: 100rpx;
  36. height: 60rpx;
  37. }