<view class="container"> <image class="user-avatar" src="/images/01.jpg"></image> <text class="user-name"><text style="color:red">Hello</text>,LDP</text> <view class="moto-container"> <text class="moto">开启小程序之旅</text> </view> </view>

.moto-container{
margin-top: 200rpx;
border: 1px solid #405f80;
width: 200rpx;
height: 80rpx;
border-radius: 5px;
text-align: center;
line-height: 80rpx;
}
.moto{
font-size: 22rpx;
color: #405f80;
}