generated from weChat/xcx_temp
43 lines
607 B
Plaintext
43 lines
607 B
Plaintext
/* pages/table-data/index.wxss */
|
|
|
|
.table-data-page{
|
|
width: 100%;
|
|
background-color: #F6F7F8;
|
|
padding: 50rpx 0;
|
|
}
|
|
|
|
.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;
|
|
/* padding: 20rpx 0; */
|
|
background-color: white;
|
|
box-shadow:#EDEEEF 10px 10px 10px;
|
|
}
|
|
|
|
.detail-margin-box{
|
|
/* margin: 0 10rpx; */
|
|
}
|
|
|
|
.cell-class{
|
|
font-size: 29rpx !important;
|
|
color: #989292 !important;
|
|
}
|
|
|
|
.node-class{
|
|
color: #000 !important;
|
|
} |