//引入全局配置 @import "c/conf"; @import "c/mx"; @import "c/f"; @import "a/c"; page { box-sizing: border-box; height: 100%; // background-color: #fff; } .g-fixed_top { width: 40rpx; z-index: 99999; } .g-bd { position: relative; height: 100%; } .m-swiper_list { position: relative; height: calc(100vh - 80rpx); background-color: #F4F4F4; } .actfmdata{ height: 100%; position: relative; .btn { position: absolute; bottom: 0; left: 0; right: 0; display: block; 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-disabled { background-color: lighten($c1, 20); &:active { background-color: lighten($c1, 15); } } &:active { background-color: darken($c1, 10); } } } .v-picker{ padding:20rpx 20rpx 10rpx 20rpx; height:60rpx; background-color: #FFFFFF; position:relative; .picker { width:95%; background-color: #F4F4F4; padding:10rpx 20rpx; font-size:26rpx ; border-radius: 10rpx; } .img-picker{ position:absolute; right:40rpx; top:40rpx; line-height: 60rpx ; height:12rpx; width:22rpx; } } .m-fm { background-color: #ffffff; margin-top:10rpx; height:100%; .row { margin-top:10rpx; padding: 20rpx 20rpx; background-color: #ffffff; line-height: 40rpx; border-bottom: 1rpx solid #e7eeee; .field { font-size: 30rpx; color: #333333; .z-stress { color: #e60000; } } .value { font-size: 28rpx; color: #333333; max-width: 480rpx; &.z-folded { @include toeM(3); } input { display: block; width: 450rpx; height: 40rpx; min-height: 40rpx; line-height: 40rpx; font-size: 28rpx; text-align: right; color: $fc1; .input-placeholder { color: $fc3; } } } .pos { display: block; margin: 7rpx 2rpx 0 15rpx; width: 22rpx; height: 26rpx; } } .fm { box-sizing: border-box; margin: 10rpx 0; width: 100%; border-radius: 10rpx; padding: 20rpx; background-color: #ffffff; } textarea { box-sizing: border-box; display: block; margin: 0 auto auto; padding: 5rpx 0; width: 100%; // height: 320rpx; line-height: 45rpx; border-radius: 20rpx; background-color: #fff; font-size: 14px; font-family: Source Han Serif SC; color: $fc1; } .input-hint { box-sizing: border-box; line-height: 80rpx; text-align: right; font-family: Source Han Serif SC; font-weight: 500; color: rgba(153, 153, 153, 1); font-size: 13px; } .input-hints { line-height: 40rpx; } .fm-flex { display: flex; flex-direction: column; transition: height 0.2s; -webkit-transition: height 0.2s; -moz-transition: height 0.2s; -ms-transition: height 0.2s; -o-transition: height 0.2s; .topic-text { flex: 1; height:200rpx // min-height: 320rpx; } } .uploadImg{ margin:20rpx 10rpx; } .z-placeholder { color: rgb(102, 102, 102); } }