fellow-official-accounts.wxss
594 Bytes
/* page/subPackage/pages/zeroSell/components/fellow-alert.wxss */
.content {
font-size: 28rpx;
color: #444444;
line-height: 40rpx;
text-align: center;
margin-top: 110rpx;
}
.foot {
position: absolute;
box-sizing: border-box;
bottom: 0;
width: 100%;
height: 90rpx;
line-height: 90rpx;
font-size: 32rpx;
font-weight: bolder;
text-align: center;
border-top: 1rpx solid #E0E0E0;
}
.text {
font-size: 28rpx;
display:flex;
align-items:center;/*垂直居中*/
justify-content: center;/*水平居中*/
height: 290rpx;
margin: 0 75rpx;
text-align:center;
}