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.

пре 6 година
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .market {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .tabs {
  6. width: 100% !important;
  7. height: 88rpx;
  8. text-align: center;
  9. }
  10. .i-tab {
  11. width: 25% !important;
  12. display: inline-block;
  13. }
  14. .section {
  15. margin-top: 2%;
  16. }
  17. .detail_msg {
  18. width: 92%;
  19. height: 220rpx !important;
  20. background: #fff;
  21. display: flex;
  22. padding: 0 4%;
  23. margin-top: 2%;
  24. border-bottom: 1px solid #ededed;
  25. }
  26. .logo {
  27. width: 248rpx;
  28. height: 184rpx;
  29. border-radius: 30rpx;
  30. }
  31. .logo image {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .info view:nth-child(1) {
  36. display: flex;
  37. justify-content: space-between;
  38. padding: 0 4%;
  39. }
  40. .info {
  41. width: 100%;
  42. }
  43. .info view:nth-child(1) text {
  44. font-size: 30rpx;
  45. }
  46. .info view:nth-child(2) {
  47. color: #ff3434;
  48. font-size: 24rpx;
  49. padding-left: 4%;
  50. margin-top: 1%;
  51. }
  52. .info view:nth-child(2) text {
  53. font-size: 22rpx;
  54. color: #b8b8b8;
  55. }
  56. .info view:nth-child(3) {
  57. display: flex;
  58. justify-content: space-between;
  59. }
  60. .info view:nth-child(3) text:nth-child(2) {
  61. width: 170rpx;
  62. height: 50rpx;
  63. color: #fff;
  64. line-height: 50rpx;
  65. text-align: center;
  66. background: #00c0ff;
  67. border-radius: 10px;
  68. font-size: 28rpx;
  69. margin-top: 40rpx;
  70. }