合伙人运营小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .container {
  2. padding: 20rpx;
  3. background: #f5f5f5;
  4. min-height: 100vh;
  5. }
  6. .card {
  7. background: #fff;
  8. border-radius: 20rpx;
  9. padding: 30rpx;
  10. }
  11. .title {
  12. font-size: 36rpx;
  13. font-weight: bold;
  14. margin-bottom: 30rpx;
  15. color: #333;
  16. }
  17. .row {
  18. display: flex;
  19. padding: 24rpx 0;
  20. border-bottom: 1rpx solid #eee;
  21. }
  22. .label {
  23. width: 180rpx;
  24. font-size: 28rpx;
  25. color: #666;
  26. }
  27. .value {
  28. font-size: 28rpx;
  29. color: #333;
  30. }
  31. .green {
  32. color: #07c160;
  33. }
  34. .gray {
  35. color: #999;
  36. }
  37. .map-box {
  38. margin-top: 30rpx;
  39. width: 100%;
  40. height: 400rpx;
  41. border-radius: 16rpx;
  42. overflow: hidden;
  43. }
  44. map {
  45. width: 100%;
  46. height: 100%;
  47. }