C端小程序
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.

60 lines
913 B

  1. /* pages/location/location.wxss */
  2. .Boxa{
  3. width: 90%;
  4. margin: 0 5%;
  5. margin-top: 130rpx;
  6. }
  7. .presentSiteBox{
  8. overflow: hidden;
  9. margin-bottom: 70rpx;
  10. }
  11. .presentText{
  12. font-size: 24rpx;
  13. color: rgb(153, 153, 153);
  14. overflow: hidden
  15. }
  16. .gpsBox{
  17. margin-top: 54rpx;
  18. overflow: hidden;
  19. margin-bottom: 20rpx;
  20. }
  21. .city{
  22. font-size: 40rpx;
  23. float: left
  24. }
  25. .gps{
  26. float: left;
  27. font-size: 24rpx;
  28. line-height: 60rpx;
  29. color: rgb(153, 153, 153);
  30. margin-left: 40rpx;
  31. }
  32. .siteText{
  33. font-size: 24rpx;
  34. color: rgb(153, 153, 153);
  35. margin-top: 2rpx;
  36. }
  37. .plazaName{
  38. margin-top: 60rpx;
  39. font-size: 34rpx;
  40. }
  41. .siteBox{
  42. margin-bottom: 30rpx;
  43. overflow: hidden
  44. }
  45. .site{
  46. margin-top: 30rpx;
  47. font-size: 24rpx;
  48. color: rgb(153, 153, 153);
  49. float: left;
  50. }
  51. .distance{
  52. margin-top: 30rpx;
  53. font-size: 24rpx;
  54. color: rgb(153, 153, 153);
  55. float: right
  56. }
  57. .wire{
  58. border: 2rpx solid rgb(204, 204, 204)
  59. }