key1_beacon_xcx/pages/table-data/index.wxss
2023-11-24 22:54:48 +08:00

72 lines
1009 B
Plaintext

/* pages/table-data/index.wxss */
.table-data-page{
width: 100%;
background-color: #F6F7F8;
padding: 50rpx 0;
padding-bottom: 250rpx;
}
.table-data-container{
width: 90%;
margin: 0 auto;
}
.title-box .title{
font-size: 35rpx;
letter-spacing: 1rpx;
font-weight: bold;
}
.price-box{
margin-top: 30rpx;
}
.detail-box{
width: 100%;
margin-top: 50rpx;
}
.detail-margin-box{
box-shadow:#EDEEEF 10px 10px 10px;
background-color: white;
}
.detail-title-box{
font-size: 33rpx;
margin-bottom: 25rpx;
font-weight: normal;
}
.cell-class{
font-size: 28rpx !important;
color: #989292 !important;
}
.node-class{
font-size: 29rpx !important;
color: #000 !important;
}
.detail-title{
margin-top: 50rpx;
}
/* 底部按钮 */
.footer-btn-box{
width: 92%;
height: 200rpx;
background-color: #ffffff;
position: fixed;
bottom: 0;
padding: 0 25rpx;
display: flex;
justify-content: center;
align-content: center;
}
.btn{
width: 100%;
margin-top: 30rpx;
}