You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
182 lines
3.2 KiB
182 lines
3.2 KiB
2 years ago
|
//引入全局配置
|
||
|
@import "c/conf";
|
||
|
@import "c/mx";
|
||
|
@import "c/f";
|
||
|
@import "a/c";
|
||
|
|
||
|
page {
|
||
|
background-color: $bgc1;
|
||
|
}
|
||
|
|
||
|
.g-temp {
|
||
|
box-sizing: border-box;
|
||
|
height: calc(100vh - 100rpx);
|
||
|
overflow-y: hidden;
|
||
|
|
||
|
.g-temp-wrap {
|
||
|
height: 100%;
|
||
|
overflow-y: scroll;
|
||
|
}
|
||
|
|
||
|
.u-bottom-placeholder {
|
||
|
height: 20rpx;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.m-result {
|
||
|
box-sizing: border-box;
|
||
|
margin: 20rpx auto;
|
||
|
width: 710rpx;
|
||
|
border-radius: 10rpx;
|
||
|
padding: 5rpx 20rpx;
|
||
|
background-color: #ffffff;
|
||
|
.item {
|
||
|
@include cs;
|
||
|
line-height: 40rpx;
|
||
|
padding: 25rpx 0;
|
||
|
border-top: 1rpx solid #eee;
|
||
|
|
||
|
&:first-child {
|
||
|
border-top: none;
|
||
|
}
|
||
|
|
||
|
.field {
|
||
|
float: left;
|
||
|
font-size: 32rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: $fc3;
|
||
|
}
|
||
|
|
||
|
.value {
|
||
|
float: right;
|
||
|
width: 500rpx;
|
||
|
font-size: 32rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: $fc1;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.topic-con {
|
||
|
display: flex;
|
||
|
margin: 20rpx 20rpx 0 20rpx;
|
||
|
padding: 10rpx 20rpx 10rpx 20rpx;
|
||
|
flex-direction: column;
|
||
|
box-sizing: border-box;
|
||
|
background: #fff;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
|
||
|
.topic-con .title {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-content: space-between;
|
||
|
justify-content: center;
|
||
|
height: 92rpx;
|
||
|
line-height: 92rpx;
|
||
|
width: 100%;
|
||
|
border-bottom: 1px solid #e7eeee;
|
||
|
font-size: 34rpx;
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
.topic-con .title .label {
|
||
|
width: 150rpx;
|
||
|
}
|
||
|
|
||
|
.topic-con .title .label text {
|
||
|
color: #e60000;
|
||
|
}
|
||
|
|
||
|
.topic-con .title .ipt {
|
||
|
flex: 1;
|
||
|
width: 550rpx;
|
||
|
}
|
||
|
|
||
|
.topic-con .title .ipt input {
|
||
|
width: 100%;
|
||
|
text-align: right;
|
||
|
margin-top: 20rpx;
|
||
|
}
|
||
|
|
||
|
.placeholder-style {
|
||
|
color: #999;
|
||
|
font-size: 26rpx;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.topic-con .content {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
line-height: 50rpx;
|
||
|
padding: 20rpx 0 20rpx 0;
|
||
|
width: 100%;
|
||
|
font-size: 34rpx;
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
.topic-con .content .con-tit {
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
|
||
|
.content .pics {
|
||
|
display: flex;
|
||
|
margin: 15rpx 0rpx;
|
||
|
}
|
||
|
|
||
|
.content .pics image {
|
||
|
display: block;
|
||
|
margin: 5rpx;
|
||
|
width: 220rpx;
|
||
|
height: 160rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
.content .grid {
|
||
|
font-size: 26rpx;
|
||
|
color: #999;
|
||
|
}
|
||
|
.tarea {
|
||
|
height: 230rpx;
|
||
|
width: 100%;
|
||
|
background: #f7f7f7;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
.areas {
|
||
|
width: 630rpx;
|
||
|
height: 190rpx;
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
.area-style {
|
||
|
color: #999;
|
||
|
font-size: 26rpx;
|
||
|
}
|
||
|
.btns {
|
||
|
height: 100rpx;
|
||
|
width: 100%;
|
||
|
line-height: 100rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
z-index: 100;
|
||
|
background: #fff;
|
||
|
font-size: 34rpx;
|
||
|
}
|
||
|
.btns .btn {
|
||
|
flex: 1;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.yl {
|
||
|
color: #e60000;
|
||
|
}
|
||
|
.zyt {
|
||
|
background: #e60000;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.u-bottom-placeholder {
|
||
|
height: 120rpx;
|
||
|
}
|