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.
370 lines
7.9 KiB
370 lines
7.9 KiB
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
@import "a/c";
|
|
|
|
page {
|
|
background-color: $bgc1;
|
|
}
|
|
.select{
|
|
background-color: #ffffff;
|
|
|
|
.m-sizer {
|
|
padding: 20rpx;
|
|
background-color: #ffffff;
|
|
|
|
|
|
.s-status{
|
|
display:flex;
|
|
margin:30rpx 0 0 0;
|
|
|
|
|
|
.picker {
|
|
box-sizing: border-box;
|
|
padding: 11rpx 15rpx;
|
|
height:56rpx;
|
|
border-radius: 55rpx;
|
|
border: 1rpx solid $fc1;
|
|
|
|
line-height: 32rpx;
|
|
font-size: 26rpx;
|
|
color: $fc1;
|
|
width:180rpx;
|
|
|
|
text {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
image {
|
|
margin-left: 5rpx;
|
|
vertical-align: bottom;
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
float:right;
|
|
}
|
|
|
|
.picker-placeholder{
|
|
color: #999999;
|
|
}
|
|
}
|
|
|
|
.picker-type{
|
|
width:360rpx;
|
|
margin-right:30rpx;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.btn-select {
|
|
box-sizing: border-box;
|
|
margin-left: auto;
|
|
height: 54rpx;
|
|
width: 110rpx;
|
|
line-height: 50rpx;
|
|
border-radius: 55rpx;
|
|
background-color: #e60000;
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
|
|
text {
|
|
vertical-align: bottom;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.g-scroll_page {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
// height:900rpx
|
|
// height: calc(100vh - 50rpx - env(safe-area-inset-bottom) / 2);
|
|
height: calc(100vh - env(safe-area-inset-bottom) / 2);
|
|
// height:100%;
|
|
}
|
|
.g-scroll-detail{
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
// height:500rpx
|
|
// height: calc(100vh - 50rpx - env(safe-area-inset-bottom) / 2);
|
|
height: calc(100vh - env(safe-area-inset-bottom) / 2);
|
|
// height:100%;
|
|
}
|
|
.m-list {
|
|
min-height: 100rpx;
|
|
|
|
.item {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
margin: 20rpx auto;
|
|
padding: 20rpx;
|
|
width: 710rpx;
|
|
background: rgba(255, 255, 255, 1);
|
|
box-shadow: 0rpx 3rpx 24rpx 0rpx rgba(211, 211, 211, 0.26);
|
|
border-radius: 10rpx;
|
|
|
|
.row {
|
|
position: relative;
|
|
@include cs;
|
|
}
|
|
|
|
.row2{
|
|
margin-top:10rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
line-height: 56rpx;
|
|
}
|
|
|
|
.singin{
|
|
color: #009893;
|
|
}
|
|
.unsignin{
|
|
color: #FF9600;
|
|
}
|
|
|
|
.title {
|
|
position: relative;
|
|
margin: 2rpx 0;
|
|
padding-bottom:30rpx;
|
|
// left: -15rpx;
|
|
// padding-right: 60rpx;
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
.m-more {
|
|
padding-bottom: 10rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
color: $fc4;
|
|
font-size: $fz5;
|
|
text-align: center;
|
|
}
|
|
|
|
.vocal-detail {
|
|
// margin-top: 20rpx;
|
|
padding: 0 30rpx 10rpx 30rpx;
|
|
background-color: #fff;
|
|
.vocal-header {
|
|
margin-bottom: 40rpx;
|
|
|
|
.vocal-header-title {
|
|
text-align: center;
|
|
padding: 20rpx 0 40rpx 0;
|
|
font-size: 46rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
// text-align: center;
|
|
}
|
|
.vocal-header-content{
|
|
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 70rpx;
|
|
padding: 0 0 40rpx;
|
|
}
|
|
.vocal-tips {
|
|
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
line-height: 54rpx;
|
|
}
|
|
|
|
.view-attach{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
margin-top:40rpx;
|
|
|
|
.attach-title{
|
|
flex: 0 0 130rpx;
|
|
font-size: 30rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
|
|
.file-list {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 20rpx;
|
|
.file-item {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 0 0 29rpx;
|
|
|
|
|
|
image {
|
|
display: block;
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
box-sizing: border-box;
|
|
margin-right: 10rpx;
|
|
}
|
|
text {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #0077F2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.info-imgs {
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
// margin: 50rpx 0;
|
|
padding:30rpx 0 30rpx;
|
|
image {
|
|
width: 100%;
|
|
height: 160rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
}
|
|
.view-signin{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top:20rpx;
|
|
|
|
.signin-btn{
|
|
width: 240rpx;
|
|
height: 80rpx;
|
|
|
|
background: linear-gradient(90deg, #DC1B03 0%, #F37B03 100%);
|
|
box-shadow: 0px 2px 5px 0px rgba(241,114,3,0.32);
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
text {
|
|
font-size: 32rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
line-height: 80rpx;
|
|
}
|
|
}
|
|
|
|
.signin-btn-unable{
|
|
background: #a8a8a8;
|
|
box-shadow: 0px 0px 0px 0px rgba(241,114,3,0.32);
|
|
color: #555555;
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.view-record{
|
|
margin-top:14rpx;
|
|
background-color: #ffffff;
|
|
padding-bottom: 20rpx;
|
|
|
|
|
|
.record-title{
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
padding:40rpx 0 40rpx 30rpx;
|
|
display: flex;
|
|
align-items: center ;
|
|
|
|
.record-line{
|
|
width: 8rpx;
|
|
height: 34rpx;
|
|
background: #DD1E03;
|
|
border-radius: 4rpx;
|
|
|
|
|
|
}
|
|
.title{
|
|
margin-left:12rpx
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.record-list {
|
|
min-height: 100rpx;
|
|
|
|
.item {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
padding: 0rpx 30rpx 15rpx;
|
|
width: 100%;
|
|
background: rgba(255, 255, 255, 1);
|
|
border-top: 1rpx solid #E7EEEE;
|
|
|
|
.row1{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top:30rpx;
|
|
|
|
.name{
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
line-height: 54rpx;
|
|
|
|
}
|
|
.time{
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 54rpx;
|
|
|
|
}
|
|
}
|
|
|
|
.row2{
|
|
margin-top:12rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
align-items: center;
|
|
|
|
image{
|
|
width:28rpx;
|
|
height:32rpx;
|
|
}
|
|
|
|
text{
|
|
margin-left:12rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|