C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

119 行
1.8 KiB

  1. .applyshop {
  2. font-size: 30rpx;
  3. height: 70rpx;
  4. line-height: 70rpx;
  5. text-indent: 1em;
  6. color: #333;
  7. background: #fff;
  8. }
  9. .posi {
  10. position: relative;
  11. width: 100%;
  12. background: #FFF;
  13. }
  14. .posi_logo {
  15. position: relative;
  16. width: 92%;
  17. display: flex;
  18. padding: 20rpx 0;
  19. background: #fff;
  20. margin: 0 auto;
  21. }
  22. .posi_logo view:nth-child(1) {
  23. border-radius: 16rpx;
  24. }
  25. .posi_logo view:nth-child(1) image {
  26. display: block;
  27. width: 100rpx;
  28. height: 100rpx;
  29. border-radius: 16rpx;
  30. margin-right: 16rpx;
  31. border: 1px solid #e5e5e5;
  32. }
  33. .name{
  34. font-size: 32rpx;
  35. color: #333;
  36. letter-spacing: 0;
  37. width: 500rpx;
  38. white-space: nowrap;
  39. text-overflow: ellipsis;
  40. overflow: hidden;
  41. }
  42. .posi_logo view:nth-child(2) view {
  43. font-size: 32rpx;
  44. color: #333;
  45. letter-spacing: 0;
  46. }
  47. .shopVoList {
  48. display: flex !important;
  49. padding-left: 0 !important;
  50. flex-direction: row !important;
  51. }
  52. .shopVoList text {
  53. font-size: 20rpx !important;
  54. color: #b8b8b8 !important;
  55. }
  56. .bottom{
  57. background: #fff;
  58. color: #666;
  59. text-align: center;
  60. padding: 20rpx 0;
  61. font-size: 32rpx;
  62. }
  63. .tel {
  64. position: absolute;
  65. right: 0;
  66. top: 0;
  67. bottom: 0;
  68. margin: auto;
  69. width: 50rpx;
  70. height: 50rpx;
  71. }
  72. .notes view:nth-child(1) {
  73. height: 87rpx;
  74. line-height: 87rpx;
  75. background: #fff;
  76. border-top: 1px solid #f9f9f9;
  77. }
  78. .notes {
  79. width:100%;
  80. background: #FFF;
  81. padding-bottom: 30rpx;
  82. }
  83. .active {
  84. opacity: 0.6;
  85. }
  86. .notes view:nth-child(1) text {
  87. color: #333;
  88. letter-spacing: 0;
  89. font-size: 30rpx;
  90. height: 70rpx;
  91. line-height: 70rpx;
  92. }
  93. .notes view:nth-child(1) {
  94. width: 92%;
  95. margin: 0 auto;
  96. }
  97. .notes view:nth-child(2) {
  98. display: flex;
  99. flex-direction: column;
  100. width: 92%;
  101. margin: 0 auto;
  102. }
  103. .notes view:nth-child(2)>text {
  104. font-size: 24rpx;
  105. color: #919191;
  106. letter-spacing: 0;
  107. line-height: 42rpx;
  108. }