You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< template >
< view class = "container" >
< view class = "header" >
< text class = "page-title" > 关于我们 < / text >
< / view >
< view class = "content" >
< text class = "paragraph" >
秦皇岛安尔然营销策划有限公司成立于2020年 , 致力于为客户提供营销策划 、 会议服务 、 商务咨询 、 庆典服务 、 礼仪服务 。
< / text >
< image src = "/static/about.png" class = "team-img" mode = "widthFix" / >
< / view >
< view class = "footer" >
< text > 秦皇岛安尔然营销策划有限公司 < / text >
< / view >
< / view >
< / template >
< script setup >
// 可在此加载公司简介数据
< / script >
< style scoped >
. container {
box - sizing : border - box ; /* 关键! */
padding : 20 rpx ;
background : linear - gradient ( to bottom , # 1 a365d , # 2 c5282 ) ;
height : 100 vh ;
}
. header {
text - align : center ;
margin : 40 rpx 0 ;
}
. page - title {
font - size : 44 rpx ;
font - weight : bold ;
color : # fff ;
}
. paragraph {
font - size : 30 rpx ;
line - height : 1.6 ;
color : # fff ;
display : block ;
margin - bottom : 30 rpx ;
}
. team - img {
width : 100 % ;
border - radius : 16 rpx ;
margin - top : 20 rpx ;
}
. footer {
text - align : center ;
margin - top : 60 rpx ;
color : # 94 a3b8 ;
font - size : 24 rpx ;
position : absolute ;
bottom : 60 rpx ;
width : 100 % ;
text - align : center ;
}
< / style >