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.
656 lines
11 KiB
656 lines
11 KiB
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
@import "a/c";
|
|
|
|
page {
|
|
background-color: $bgc1;
|
|
}
|
|
|
|
.u-bottom-placeholder {
|
|
height: 120rpx;
|
|
}
|
|
|
|
.m-info {
|
|
margin: 10rpx 0 0 0;
|
|
|
|
background-color: #ffffff;
|
|
padding: 20rpx;
|
|
|
|
.info-hd {
|
|
.info-title {
|
|
position: relative;
|
|
margin-bottom: 10rpx;
|
|
|
|
text {
|
|
line-height: 40rpx;
|
|
font-size: 34rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: bold;
|
|
color: rgba(51, 51, 51, 1);
|
|
}
|
|
|
|
}
|
|
.info-else {
|
|
// margin: 20rpx 0;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 300;
|
|
color: rgba(153, 153, 153, 1);
|
|
|
|
}
|
|
}
|
|
.info-bd {
|
|
padding: 20rpx 0;
|
|
.info-cnt {
|
|
@include wwb;
|
|
font-size: 16px;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
line-height: 48rpx;
|
|
}
|
|
.info-pic {
|
|
margin-top:20rpx;
|
|
text-align: center;
|
|
image {
|
|
display: block;
|
|
margin: 15rpx 0;
|
|
width: 100%;
|
|
}
|
|
image:nth-of-type(1) {
|
|
margin-top: 30rpx;
|
|
}
|
|
image:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.operation{
|
|
margin-top:3rpx;
|
|
padding:20rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
background-color: #ffffff;
|
|
|
|
.one-btn{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
>text{
|
|
margin-top:5rpx;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
|
|
>image{
|
|
width:40rpx;
|
|
height:40rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.signin{
|
|
width:100%;
|
|
padding-top: 25rpx;
|
|
padding-bottom:45rpx;
|
|
background-color: #ffffff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.signin-btn{
|
|
width: 400rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #E60000;
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
text {
|
|
font-size: 34rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
.signin-text{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
line-height: 34rpx;
|
|
|
|
.t-set{
|
|
color: #E60000;
|
|
border-bottom:1px solid #E60000;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.wr-bd {
|
|
background: #fff;
|
|
}
|
|
.v-action {
|
|
// margin-top:10rpx;
|
|
padding: 20rpx 20rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.line {
|
|
width: 690rpx;
|
|
height: 1rpx;
|
|
background: #E7EEEE;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.cancel{
|
|
.canceled-time{
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
}
|
|
|
|
.canceled-reason{
|
|
margin-top:10rpx;
|
|
}
|
|
}
|
|
|
|
.sign-record{
|
|
>text{
|
|
font-size: 34rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
|
|
>image{
|
|
float: right;
|
|
width: 29rpx;
|
|
height: 30rpx;
|
|
line-height: 60rpx;
|
|
margin-top:8rpx;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.m-list {
|
|
margin-top: 20rpx;
|
|
padding-bottom: 1rpx;
|
|
|
|
.col-title {
|
|
background-color: #ffffff;
|
|
padding: 20rpx;
|
|
.col-title-wrap {
|
|
border-bottom: 1px solid #eee;
|
|
overflow: hidden;
|
|
line-height: 40px;
|
|
|
|
.title {
|
|
float: left;
|
|
padding-left: 5rpx;
|
|
font-size: 34rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
}
|
|
.btn {
|
|
float: right;
|
|
image {
|
|
display: inline-block;
|
|
width: 41rpx;
|
|
height: 46rpx;
|
|
vertical-align: middle;
|
|
}
|
|
text {
|
|
margin-right: 8rpx;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.list {
|
|
.item {
|
|
padding: 15rpx 20rpx 0;
|
|
// margin-bottom: 10rpx;
|
|
background-color: #fff;
|
|
|
|
.item-hd {
|
|
padding: 15rpx 0;
|
|
line-height: 60rpx;
|
|
overflow: hidden;
|
|
|
|
.comment-title {
|
|
overflow: hidden;
|
|
|
|
.comment-avator {
|
|
position: relative;
|
|
float: left;
|
|
display: block;
|
|
width: 94rpx;
|
|
height: 94rpx;
|
|
border-radius: 100%;
|
|
vertical-align: bottom;
|
|
&[src=""],
|
|
&:not([src]) {
|
|
background-color: #e5e7e9;
|
|
}
|
|
}
|
|
|
|
.comment-author {
|
|
float: right;
|
|
padding: 5rpx 0;
|
|
width: 600rpx;
|
|
|
|
.name {
|
|
@include toe;
|
|
line-height: 50rpx;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(51, 51, 51, 1);
|
|
}
|
|
.date {
|
|
line-height: 34rpx;
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 300;
|
|
color: rgba(153, 153, 153, 1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-bd {
|
|
padding-left: 110rpx;
|
|
line-height: 50rpx;
|
|
overflow: hidden;
|
|
|
|
.comment-cnt {
|
|
@include wwb;
|
|
// margin-bottom: 20rpx;
|
|
padding-bottom: 30rpx;
|
|
font-size: 34rpx;
|
|
font-family: Source Han Serif SC;
|
|
color: #333;
|
|
line-height: 52rpx;
|
|
border-bottom: 1rpx solid #E7EEEE;
|
|
&.z-half {
|
|
@include toeM(2);
|
|
}
|
|
|
|
.imgs {
|
|
image {
|
|
margin-top: 10rpx;
|
|
width: 336rpx;
|
|
height: 190rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-btn {
|
|
float: right;
|
|
margin-right: -10rpx;
|
|
padding: 0 10rpx;
|
|
line-height: 60rpx;
|
|
font-size: 32rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(230, 0, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
.item:last-child {
|
|
.comment-cnt {
|
|
border: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.m-more {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
color: $fc3;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
|
|
&.z-tall {
|
|
margin-bottom: 120rpx;
|
|
}
|
|
}
|
|
|
|
.m-say {
|
|
position: fixed;
|
|
z-index: 100;
|
|
box-sizing: border-box;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 100rpx;
|
|
width: 100%;
|
|
background-color: rgba(#000000, 0.2);
|
|
backdrop-filter: blur(10rpx);
|
|
|
|
&.z-on {
|
|
height: 100%;
|
|
}
|
|
|
|
.fm1 {
|
|
@include bs3;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
background-color: #ffffff;
|
|
box-shadow: 0rpx -2rpx 14rpx 0rpx rgba(217, 217, 217, 0.43);
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.big-btn {
|
|
margin-left: 30rpx;
|
|
box-sizing: border-box;
|
|
padding-left: 30rpx;
|
|
width: 550rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
border-radius: 10rpx;
|
|
// box-shadow: 0 0 0 1rpx #ddd inset;
|
|
background: #f7f7f7;
|
|
color: $fc3;
|
|
text-align: left;
|
|
font-size: 32rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
}
|
|
|
|
button.share-btn {
|
|
min-width: 0;
|
|
min-height: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.share-btn {
|
|
position: relative;
|
|
margin-left: 10rpx;
|
|
width: 70rpx;
|
|
height: 100rpx;
|
|
text-align: center;
|
|
font-size: 22rpx;
|
|
line-height: 22rpx;
|
|
color: $fc1;
|
|
border: 0;
|
|
|
|
image {
|
|
@include hub;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.fm2 {
|
|
@include bs3;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
// height: 220rpx;
|
|
background-color: #eee;
|
|
|
|
.input {
|
|
float: left;
|
|
box-sizing: border-box;
|
|
|
|
margin: 20rpx;
|
|
padding: 20rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 10rpx;
|
|
width: 550rpx;
|
|
// height: 180rpx;
|
|
|
|
textarea {
|
|
display: block;
|
|
width: 100%;
|
|
line-height: 40rpx;
|
|
min-height: 80rpx;
|
|
max-height: 160rpx;
|
|
font-size: 13px;
|
|
color: $fc2;
|
|
}
|
|
|
|
.hint {
|
|
box-sizing: border-box;
|
|
line-height: 20rpx;
|
|
text-align: right;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(153, 153, 153, 1);
|
|
font-size: 12px;
|
|
}
|
|
|
|
.z-ph {
|
|
color: $fc4;
|
|
}
|
|
|
|
.pics {
|
|
position: relative;
|
|
margin-top: 20rpx;
|
|
width: 320rpx;
|
|
|
|
.pic-btn {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -60rpx;
|
|
padding: 0 10rpx 10rpx 10rpx;
|
|
|
|
image {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
}
|
|
}
|
|
.pic {
|
|
width: 320rpx;
|
|
height: 190rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.go {
|
|
box-sizing: border-box;
|
|
float: left;
|
|
position: relative;
|
|
top: 2rpx;
|
|
margin-top: 20rpx;
|
|
margin-left: 8rpx;
|
|
padding: 0;
|
|
width: 130rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
border-radius: 60rpx;
|
|
background-color: #dd0000;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
.topic-dialog {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 9999;
|
|
|
|
.dialog-mask {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.dialog-wrapper {
|
|
position: absolute;
|
|
top: 300rpx;
|
|
left: 50%;
|
|
z-index: 3;
|
|
width: 540rpx;
|
|
// height: 340rpx;
|
|
box-sizing: border-box;
|
|
margin-left: -270rpx;
|
|
padding: 40rpx 32rpx 0;
|
|
background: #ffffff;
|
|
border-radius: 10rpx;
|
|
-webkit-border-radius: 10rpx;
|
|
-moz-border-radius: 10rpx;
|
|
-ms-border-radius: 10rpx;
|
|
-o-border-radius: 10rpx;
|
|
|
|
.cancel-text{
|
|
background-color: #e7e7e7;
|
|
padding:20rpx;
|
|
width: 440rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.dialog-btn {
|
|
display: flex;
|
|
margin: 30rpx auto 20rpx auto;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
|
|
.btn{
|
|
width: 150rpx;
|
|
height: 60rpx;
|
|
|
|
font-size: 30rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 60rpx;
|
|
background: #e60000;
|
|
border-radius: 40rpx;
|
|
-webkit-border-radius: 40rpx;
|
|
-moz-border-radius: 40rpx;
|
|
-ms-border-radius: 40rpx;
|
|
-o-border-radius: 40rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.content{
|
|
padding: 40rpx 32rpx 0;
|
|
}
|
|
|
|
.dialog-signtime{
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
z-index: 30;
|
|
height: 540rpx;
|
|
box-sizing: border-box;
|
|
background: #ffffff;
|
|
|
|
.title{
|
|
margin-top:40rpx;
|
|
padding:0 10rpx;
|
|
}
|
|
.margin{
|
|
margin-top:80rpx;
|
|
}
|
|
|
|
.v-picker{
|
|
margin:20rpx 40rpx 0 40rpx;
|
|
padding:20rpx 20rpx 10rpx 20rpx;
|
|
height:40rpx;
|
|
background-color: #FFFFFF;
|
|
position:relative;
|
|
border: 1rpx solid #c0c0c0;
|
|
border-radius: 20rpx;
|
|
|
|
.picker {
|
|
width:95%;
|
|
background-color: #F4F4F4;
|
|
padding:10rpx 20rpx;
|
|
font-size:23rpx ;
|
|
}
|
|
|
|
.img-picker{
|
|
position:absolute;
|
|
right:40rpx;
|
|
top:30rpx;
|
|
height:12rpx;
|
|
width:22rpx;
|
|
|
|
}
|
|
}
|
|
|
|
.v-btn{
|
|
|
|
.btn {
|
|
position: absolute;
|
|
bottom: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border: none;
|
|
outline: none;
|
|
border-radius: 0;
|
|
background-color: rgba(230, 0, 0, 1);
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
transition: background-color 0.13s;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.z-placeholder {
|
|
color: rgb(102, 102, 102);
|
|
|
|
}
|
|
.v-nogroup{
|
|
text-align: center;
|
|
margin-top:100rpx;
|
|
font-size: 38rpx;
|
|
}
|
|
|
|
|