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

76 行
1.2 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. }