wxml

  <view class="head"  >
    <!-- <van-image width="100%" height="100%" fit="fill" src="../../assets/images/icon-getcoupons.png" /> -->
    <image src="../../assets/images/girl.png" style="height:100%;width:100%;" />
    <text class="head-text">双12营销方案来啦,效果好到爆</text>
  </view>

wxss

.head{
  
  height: 35%;
  width: 94%;
  /* background-color: red; */
  border: 1rpx solid #aaa;
  margin-left: 3%;
  margin-right: 3%;
  border-radius: 3%;
  
}

.head-text{
  position: relative;
  z-index: 99;
  text-align: center;
  font-weight: 550;
  font-size: 35rpx;
  /* color: whitesmoke; */
  left: 35rpx;
  bottom: 80rpx;

}

效果图
在这里插入图片描述

Logo

讨论HarmonyOS开发技术,专注于API与组件、DevEco Studio、测试、元服务和应用上架分发等。

更多推荐