Files
qingcheng-xiaochengxu/pages/course/courseSettlementRecord/courseSettlementRecord.wxss

118 lines
2.0 KiB
Plaintext
Raw Normal View History

2025-06-25 15:45:25 +08:00
/* pages/course/courseSettlementRecord/courseSettlementRecord.wxss */
/* 新增统一行样式 */
.group_row {
margin-top: 22.5rpx;
/* 左右对齐 */
padding: 0 3.75rpx;
}
/* 取消 time 文本的宽度限制并防止换行 */
.text_11 {
/* 去掉原先 width: 240rpx; */
width: auto !important;
}
/* 防止文本换行 */
.nowrap {
white-space: nowrap;
}
/* 以下为原样式,未作改动 */
.ml-3 {
margin-left: 5.63rpx;
}
.mt-13 {
margin-top: 24.38rpx;
}
.ml-11 {
margin-left: 20.63rpx;
}
.page {
padding: 30rpx 37.5rpx 785.63rpx;
background-image: linear-gradient(180deg, #ff8d1a 0%, #ff8d1a00 31.5%);
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.text {
color: #ffffff;
font-size: 33.75rpx;
font-family: SourceHanSansCN;
line-height: 31.29rpx;
}
.section {
padding: 15rpx 18.75rpx;
background-color: #ffffff;
border-radius: 9.38rpx;
}
.image {
width: 35.63rpx;
height: 35.63rpx;
}
.text_2 {
color: #b0b0b0;
font-size: 30rpx;
font-family: SourceHanSansCN;
line-height: 27.94rpx;
}
.list {
padding-top: 22.5rpx;
}
.list-item {
padding: 22.5rpx 7.5rpx 22.5rpx 18.75rpx;
background-color: #ffffff;
border-radius: 9.38rpx;
}
.list-item:first-child {
margin-top: 0;
}
.group {
margin-left: 3.75rpx;
margin-right: 22.5rpx;
}
.image_2 {
border-radius: 9.38rpx;
width: 196.88rpx;
height: 125.63rpx;
}
.font {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 31.88rpx;
color: #000000;
}
.text_3 {
margin-top: 3.75rpx;
}
.font_2 {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 24.34rpx;
color: #000000;
}
.font_3 {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 21.49rpx;
color: #fc2f35;
}
.font_4 {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 19.24rpx;
color: #000000;
}
.font_5 {
font-size: 26.25rpx;
font-family: SourceHanSansCN;
line-height: 21.49rpx;
color: #0ed062;
}
.text_13 {
/* margin-right: 15rpx; */
font-size: 28.13rpx;
}
.text_14 {
font-size: 28.13rpx;
}