zcinfo.wxss 988 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /* pages/zcinfo/zcinfo.wxss */
  2. .banner_bigImage {
  3. width: 100%;
  4. height: 360rpx;
  5. background: rgb(117, 117, 117);
  6. border-radius: 20rpx;
  7. margin-bottom: 30rpx;
  8. }
  9. .box {
  10. width: 100%;
  11. min-height: 400rpx;
  12. background: #fff;
  13. margin-bottom: 30rpx;
  14. }
  15. .box_t_l {
  16. width: 90%;
  17. min-height: 100rpx;
  18. margin: 0 auto;
  19. }
  20. .square {
  21. margin-top: 30rpx;
  22. width: 10rpx;
  23. height: 40rpx;
  24. border-radius: 10rpx;
  25. background: #3689FF;
  26. float: left;
  27. margin-right: 20rpx;
  28. }
  29. .box_t {
  30. float: left;
  31. height: 100rpx;
  32. line-height: 100rpx;
  33. color: #3689FF;
  34. font-weight: bold;
  35. }
  36. .line {
  37. width: 90%;
  38. margin: 0 auto;
  39. height: 1rpx;
  40. background: #EEEEEE;
  41. }
  42. .tag_name{
  43. width: 200rpx;
  44. height: 100rpx;
  45. line-height: 100rpx;
  46. /* font-size: 40rpx; */
  47. text-align: right;
  48. font-weight: bold;
  49. margin-right: 20rpx;
  50. float: left;
  51. color: #666666;
  52. }
  53. .tag_value{
  54. height: 100rpx;
  55. line-height: 100rpx;
  56. /* font-size: 40rpx; */
  57. text-align: left;
  58. }
  59. .map {
  60. height: 360px;
  61. overflow: hidden;
  62. width: 100%;
  63. }