tanzhongheY/pages/new-page/index.wxss

266 lines
4.3 KiB
Plaintext

/* pages/new-page/index.wxss */
.back {
float: left;
}
.content{
font-size: 28rpx;
}
.back image {
width: 16rpx;
height: 28rpx;
}
.title {
text-align: center;
}
.content{
width: 95%;
margin: auto;
}
.tab-tit {
/* position: sticky; */
top: 0;
z-index: 1;
white-space: nowrap;
overflow: hidden;
padding-top: 5rpx;
/* background-color: grey; */
font-size: 25rpx;
}
.tit-item {
display: inline-block;
margin-right: 20rpx;
background: #f8f8f8;
border-radius: 10rpx;
padding: 10rpx 30rpx;
/* line-height: 50rpx; */
/* height: 50rpx; */
color: #0a4519;
font-weight: bold;
}
.tit-item image{
float: left;
padding-right: 15rpx;
}
.time-list{
margin: 15rpx 0;
margin-top: 30rpx;
padding: 20rpx 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
display: inline-block;
width: 100%;
}
.time-list image{
width: 30rpx;
height: 30rpx;
}
.activeName{
float: left;
color: #226742;
font-weight: bold;
}
.activeName image{
float: left;
padding: 10rpx;
/* padding-: 7rpx; */
margin-top: -5rpx;
margin-right: 10rpx;
background: #e1e1e16e;
border-radius: 100%;
}
.picker-box{
float: right;
overflow: hidden;
}
.time-picker{display: inline-block;}
.active {
color: #fff;
background: #58ba53;
}
.form-list .active .form-title{
/* background-color: red; */
color: #226742;
}
.form-list .active {
background-color: #e5e5e5;
border-bottom-left-radius: 0rpx;
border-bottom-right-radius: 0rpx;
}
.form-list .item-list:last-child{
/* background-color: red; */
/* color: #318f5d; */
border: none;
}
.form-item{
padding: 20rpx;
background-color: #f8f8f8;
display: inline-block;
width: 100%;
border-radius: 10rpx;
}
.form-title{
float: left;
}
.form-item image{
float: right;
}
.imgaeIcon{
width: 27rpx;
height: 19rpx;
padding-top: 10rpx;
}
.imgaeIconActive{
width: 16rpx;
height: 28rpx;
}
.item-list{
padding: 20rpx 0;
border-bottom: 1px solid #eee;
display: inline-block;
width: 100%;
color: #666;
}
.item-name{
float: left;
width: 22%;
line-height: 50rpx;
padding: 25rpx 0;
}
.item-content{
float: left;
width: 78%;
}
.item-content .list{
float: left;
width: 50%;
padding-left: 2%;
font-size: 22rpx;
position: relative;
}
.item-content .list input{
border: 1px solid #eee;
padding: 0 10rpx;
height: 60rpx;
margin-top: 10rpx;
border-radius: 5rpx;
}
.danwei{
/* position: a; */
border-left: 1rpx solid #eee;
padding-left: 10rpx;
position: absolute;
bottom: 17rpx;
right: 20rpx;
font-size: 20rpx;
}
.item-content .list input:focus{
border-left: 1rpx solid #58ba53;
}
.info{
border-top: 1px solid #eee;
color: #999;
font-size: 24rpx;
line-height: 60rpx;
padding-bottom: 120rpx;
}
.info .green{
color:#4bb547;
font-size: 36rpx;
font-weight: bold;
}
.info .orange{
font-weight: bold;
font-size: 30rpx;
color:#ffab0b;
}
.bottom-nav {
bottom: 0;
height: 120rpx;
padding:20rpx 0 ;
/* box-shadow: 0rpx 10rpx 20rpx 0rpx #4bb547; */
background: #fff;
z-index: 99;
/* background-color: red; */
width: 100%;
display: inline-block;
}
.bottom-nav image{
width: 30rpx;
height: 31rpx;
/* float: left; */
vertical-align:middle;
padding: 0 5rpx;
}
button:not([size='mini']){
width:calc((100% - 20rpx ) /2) !important;
}
.save{
background: #ffab0b;
margin-right: 10rpx !important;
line-height: 70rpx !important;
padding: 0;
text-align: center;
color: #fff;
float: right;
width:240rpx !important;
font-weight: normal !important;
font-size: 28rpx !important;
height: 70rpx;
border-radius: 10rpx;
}
.xiadan{
margin-right: 10rpx !important;
line-height: 70rpx !important;
padding: 0;
text-align: center;
color: #fff;
float: right;
background: #4bb547;
width:240rpx !important;
font-weight: normal !important;
font-size: 28rpx !important;
height: 70rpx;
border-radius: 10rpx;
}
.share{
margin-right: 10rpx !important;
line-height: 70rpx !important;
padding: 0;
text-align: center;
color: #fff;
float: left;
background: #fff;
width: 150rpx !important;
font-weight: normal !important;
font-size: 28rpx !important;
height: 70rpx;
border-radius: 10rpx;
}
.share image{
width: 92rpx;
height: 69rpx;
display: block;
margin: auto;
}
.weui-input:focus{
border: 1rpx solid #226742;
}