123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <template>
- <view class="">
- <view class="content">
- <view class="poster">
- <image src="https:\/\/t38.9026.com\/uploads\/golf\/images\/2022-05-31\/20220531739250.png" mode="widthFix"></image>
- <view class="code">
- <image src="../../static/travelD/code.png" mode="widthFix"></image>
- </view>
- </view>
-
- <view class="title">
- <view class="">
- 夕阳红康养团
- </view>
- <view class="">
- ¥668/人起
- </view>
- </view>
- <view class="" style="font-size: 22rpx;color: #666666;">
- 2022-05-06
- </view>
- </view>
- <view class="flex">
- <view class="weix">
- <image src="../../static/travelD/wxin.png" mode="widthFix"></image>
- <view class="text">
- 分享
- </view>
- </view>
- <view class="xiangc">
- <image src="../../static/travelD/album.png" mode="widthFix"></image>
- <view class="text">
- 手机相册
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- </script>
- <style lang="less">
- page{
- background-color: #F4F4F4;
- }
- .content{
- box-sizing: border-box;
- background: #ffffff;
- border-radius: 8rpx 32rpx 8rpx 32rpx;
- margin: 24rpx 58rpx 0;
- padding: 24rpx 24rpx 40rpx;
- image{
- // width: 596rpx;
- width: 100%;
- border-radius: 8rpx 20rpx 8rpx 0;
- }
- .poster{
- position: relative;
- }
- .code{
- position: absolute;
- right: 33rpx;
- bottom: 41rpx;
- image{
- width: 120rpx;
- }
- }
- .title{
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 30rpx;
- font-weight: 600;
- color: #333333;
- margin: 32rpx 0 16rpx;
- }
- }
- .flex{
- box-sizing: border-box;
- margin: 109rpx 144rpx 0;
- display: flex;
- align-content: center;
- justify-content: space-between;
- .text{
- font-size: 20rpx;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #666666;
- text-align: center;
- margin: 30rpx 0;
- }
- .weix{
- image{
- width: 81rpx;
- }
- }
- .xiangc{
- image{
- width: 74rpx;
- }
- }
- }
- </style>
|