金诚优选前端代码
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.

50 lines
1.1 KiB

5 years ago
5 years ago
5 years ago
5 years ago
  1. <template>
  2. <view>
  3. <lf-nav :spreadOut="false" :showIcon="true" baColor="rgba(0,0,0,0)"></lf-nav>
  4. <view class="shop-head">
  5. <image class="lf-w-100 lf-h-100" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
  6. </view>
  7. <view class="shop-title">
  8. <view class="shop-flex">
  9. <view class="shop-img">
  10. <image class="shop-img" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
  11. </view>
  12. <view>
  13. <view class="lf-color-black lf-font-36">AIMER MEN爱慕先生</view>
  14. <view class="lf-font-24 lf-color-black">L2</view>
  15. </view>
  16. </view>
  17. </view>
  18. </view>
  19. </template>
  20. <script>
  21. </script>
  22. <style lang="less" scoped>
  23. .shop-head {
  24. width: 100%;
  25. height: 400rpx;
  26. position: relative;
  27. }
  28. .shop-flex {
  29. display: flex;
  30. padding: 30rpx;
  31. }
  32. .shop-title {
  33. width: 686rpx;
  34. height: 274rpx;
  35. border-radius: 20rpx;
  36. background-color: white;
  37. box-shadow: 0rpx 2rpx 8rpx 1rpx rgba(0, 0, 0, 0.1);
  38. margin: 0 auto;
  39. position: relative;
  40. top: -32rpx;
  41. }
  42. .shop-img {
  43. width: 90rpx;
  44. height: 90rpx;
  45. margin-right: 15rpx;
  46. }
  47. </style>