map.css 1005 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .cover-box{
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. bottom:0;
  6. height: 134rpx;
  7. background: #FFFFFF;
  8. border-radius: 0rpx 0rpx 0rpx 0rpx;
  9. opacity: 1;
  10. }
  11. .cover-icon{
  12. width: 48rpx;
  13. height: 48rpx;
  14. margin-right: 23rpx;
  15. }
  16. .dingwei{
  17. width: 80rpx;
  18. height: 80rpx;
  19. background: #FFFFFF;
  20. box-shadow: 0rpx 8rpx 40rpx 1rpx rgba(32,32,32,0.06);
  21. opacity: 1;
  22. border: 1rpx solid rgba(0,0,0,0);
  23. position: fixed;
  24. bottom:230rpx;
  25. left:30rpx;
  26. border-radius: 100%;
  27. }
  28. .dingwei image{
  29. width: 48rpx;
  30. height: 48rpx;
  31. margin: auto;
  32. }
  33. .info-card{
  34. position: fixed;
  35. top: 30rpx;
  36. left: 30rpx;
  37. right: 30rpx;
  38. padding: 32rpx 41rpx;
  39. background: #FFFFFF;
  40. box-shadow: 0rpx 0rpx 40rpx 1rpx rgba(51,51,51,0.06);
  41. border-radius: 10rpx 10rpx 10rpx 10rpx;
  42. opacity: 1;
  43. line-height: 36rpx;
  44. font-weight: 500;
  45. color: #333333;
  46. font-size: 24rpx;
  47. }
  48. .info-card-title{
  49. font-size: 28rpx;
  50. font-weight: bold;
  51. color: #242323;
  52. line-height: 41rpx;
  53. }
  54. .info-card-item{
  55. margin: 20rpx 0;
  56. }
  57. .info-card-item-right{
  58. text-align: right;
  59. }