2023-10-17 11:42:24 +08:00
|
|
|
.app {
|
2023-10-17 14:13:17 +08:00
|
|
|
padding: 0 0 124rpx;
|
2023-10-16 15:11:26 +08:00
|
|
|
width: 100%;
|
2023-11-01 10:00:47 +08:00
|
|
|
.u-navbar {
|
|
|
|
|
display: block;
|
|
|
|
|
image {
|
|
|
|
|
margin: 0 4% 0 4%;
|
|
|
|
|
width: 20rpx;
|
|
|
|
|
height: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
width: 31%;
|
|
|
|
|
font-size: 34rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inputs {
|
|
|
|
|
position: relative;
|
|
|
|
|
// margin-left: 4%;
|
|
|
|
|
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
|
|
|
width: 60%;
|
|
|
|
|
height: 65rpx;
|
|
|
|
|
border-radius: 31rpx;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
background: #65c0a9;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
|
|
|
|
|
.placeholder {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 65rpx;
|
|
|
|
|
// top: 8%;
|
|
|
|
|
left: 18%;
|
|
|
|
|
width: 80%;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon {
|
2023-12-11 16:16:39 +08:00
|
|
|
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
2023-11-01 10:00:47 +08:00
|
|
|
width: 30rpx;
|
|
|
|
|
height: 28rpx;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 28%;
|
|
|
|
|
left: 4%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-31 15:49:29 +08:00
|
|
|
// 弹框支付
|
|
|
|
|
.payment {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 130rpx;
|
|
|
|
|
font-size: 42rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
line-height: 130rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
|
|
|
}
|
2023-11-01 10:00:47 +08:00
|
|
|
|
2023-10-31 15:49:29 +08:00
|
|
|
.chat {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 200rpx;
|
2023-11-01 10:00:47 +08:00
|
|
|
|
2023-10-31 15:49:29 +08:00
|
|
|
span {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50rpx;
|
|
|
|
|
left: 180rpx;
|
|
|
|
|
line-height: 70rpx;
|
|
|
|
|
font-size: 42rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
2023-11-01 10:00:47 +08:00
|
|
|
|
2023-10-31 15:49:29 +08:00
|
|
|
image {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50rpx;
|
|
|
|
|
left: 70rpx;
|
|
|
|
|
width: 80rpx;
|
|
|
|
|
height: 70rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-11-01 10:00:47 +08:00
|
|
|
|
2023-10-31 15:49:29 +08:00
|
|
|
.submits {
|
|
|
|
|
background: #26A888;
|
|
|
|
|
width: 501rpx;
|
|
|
|
|
height: 71rpx;
|
|
|
|
|
line-height: 71rpx;
|
|
|
|
|
border-radius: 36rpx;
|
|
|
|
|
font-size: 34rpx;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 50rpx;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
}
|
2023-10-16 15:11:26 +08:00
|
|
|
.btns {
|
|
|
|
|
width: 100%;
|
2023-10-17 14:13:17 +08:00
|
|
|
height: 124rpx;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
box-shadow: 0rpx -3rpx 13rpx 0rpx rgba(0,0,0,0.1);
|
|
|
|
|
border-radius: 20rpx;
|
2023-10-16 15:11:26 +08:00
|
|
|
display: flex;
|
2023-10-17 14:13:17 +08:00
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0 3%;
|
2023-10-16 15:11:26 +08:00
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 500;
|
2023-10-17 14:13:17 +08:00
|
|
|
position: fixed;
|
|
|
|
|
bottom:0;
|
2023-11-16 09:52:43 +08:00
|
|
|
z-index: 999;
|
2023-10-16 15:11:26 +08:00
|
|
|
.btnleft {
|
2023-10-17 14:13:17 +08:00
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #F44B2F;
|
|
|
|
|
line-height: 124rpx;
|
|
|
|
|
text{
|
|
|
|
|
font-size:44rpx;
|
|
|
|
|
}
|
2023-10-16 15:11:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btnright {
|
2023-10-17 14:13:17 +08:00
|
|
|
width: 169rpx;
|
|
|
|
|
height: 61rpx;
|
2023-10-16 15:11:26 +08:00
|
|
|
background: #26A888;
|
|
|
|
|
border-radius: 5rpx;
|
2023-10-17 14:13:17 +08:00
|
|
|
line-height: 61rpx;
|
|
|
|
|
transform: translateY(50%);
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
font-weight: 400;
|
2023-10-16 15:11:26 +08:00
|
|
|
color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-10-17 14:13:17 +08:00
|
|
|
::v-deep .u-tabs {
|
|
|
|
|
padding: 30rpx 20rpx 0 20rpx !important;
|
|
|
|
|
}
|
2023-10-16 15:11:26 +08:00
|
|
|
.item {
|
2023-10-17 14:13:17 +08:00
|
|
|
border-radius: 5rpx;
|
2023-10-16 15:11:26 +08:00
|
|
|
width: 96%;
|
2023-10-17 14:13:17 +08:00
|
|
|
margin: 14rpx auto 0;
|
2023-10-16 15:11:26 +08:00
|
|
|
background-color: #fff;
|
|
|
|
|
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
|
|
|
border-radius: 5rpx;
|
|
|
|
|
padding-bottom: 50rpx;
|
|
|
|
|
|
2023-10-17 11:42:24 +08:00
|
|
|
.timeyear {
|
2023-10-17 14:13:17 +08:00
|
|
|
padding: 30rpx 40rpx 0 40rpx;
|
2023-10-17 11:42:24 +08:00
|
|
|
.bottomtext {
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2023-10-17 14:13:17 +08:00
|
|
|
width: 100%;
|
2023-10-17 11:42:24 +08:00
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
|
|
.items {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #000000;
|
2023-11-01 10:00:47 +08:00
|
|
|
|
2023-10-17 11:42:24 +08:00
|
|
|
.timeitem {
|
|
|
|
|
width: 29%;
|
|
|
|
|
margin: 0 2% 20rpx;
|
|
|
|
|
height: 96rpx;
|
|
|
|
|
border-radius: 5rpx;
|
|
|
|
|
border: 2rpx solid #26A888;
|
|
|
|
|
}
|
2023-11-01 10:00:47 +08:00
|
|
|
|
2023-10-17 11:42:24 +08:00
|
|
|
.itemstext{
|
|
|
|
|
line-height: 38rpx;
|
|
|
|
|
padding-top: 10rpx;
|
|
|
|
|
font-size: 23rpx;
|
|
|
|
|
}
|
2023-11-01 10:00:47 +08:00
|
|
|
|
2023-10-17 11:42:24 +08:00
|
|
|
.itemstexttwo{
|
|
|
|
|
line-height: 42rpx;
|
|
|
|
|
font-size: 16rpx;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
2023-11-01 10:00:47 +08:00
|
|
|
|
2023-10-17 11:42:24 +08:00
|
|
|
.timeitemtap {
|
|
|
|
|
width: 29%;
|
|
|
|
|
margin: 0 2% 20rpx;
|
|
|
|
|
height: 96rpx;
|
|
|
|
|
border: 2rpx solid #26A888;
|
|
|
|
|
border-radius: 5rpx;
|
|
|
|
|
color: #26A888;
|
|
|
|
|
background: #E6F8F3;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toptext {
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
padding-top: 10rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
line-height: 27rpx;
|
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
.Soonerorlater {
|
|
|
|
|
width: 200rpx;
|
2023-10-17 14:13:17 +08:00
|
|
|
font-size: 28rpx;
|
2023-10-17 11:42:24 +08:00
|
|
|
height: 50rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Soonerorlaterclass {
|
2023-10-17 14:13:17 +08:00
|
|
|
font-size: 28rpx;
|
2023-10-17 11:42:24 +08:00
|
|
|
color: #26A888;
|
|
|
|
|
width: 200rpx;
|
|
|
|
|
height: 50rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
view:nth-child(2) {
|
|
|
|
|
width: 4rpx;
|
|
|
|
|
height: 27rpx;
|
|
|
|
|
background: #C5C3C3;
|
|
|
|
|
border-radius: 2rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-16 15:11:26 +08:00
|
|
|
.select {
|
|
|
|
|
width: 90%;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
background: #F6F6F6;
|
|
|
|
|
margin: 12rpx auto;
|
|
|
|
|
border-radius: 5rpx;
|
|
|
|
|
display: flex;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
padding: 0 60rpx 0 20rpx;
|
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
font-size: 22rpx;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
color: #8E8E8E;
|
|
|
|
|
// text-overflow: -o-ellipsis-lastline;
|
|
|
|
|
// overflow: hidden;
|
|
|
|
|
// text-overflow: ellipsis;
|
|
|
|
|
// display: -webkit-box;
|
|
|
|
|
// -webkit-line-clamp: 1;
|
|
|
|
|
// line-clamp: 1;
|
|
|
|
|
// -webkit-box-orient: vertical;
|
|
|
|
|
// white-space:normal;
|
|
|
|
|
// word-break:break-all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 9rpx;
|
|
|
|
|
height: 17rpx;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 40rpx;
|
|
|
|
|
top: 50%;
|
|
|
|
|
-webkit-transform: translateY(-50%);
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.textarea {
|
2023-10-17 11:02:14 +08:00
|
|
|
font-size: 22rpx;
|
2023-10-16 15:11:26 +08:00
|
|
|
font-weight: 400;
|
|
|
|
|
color: #8E8E8E;
|
|
|
|
|
line-height: 42rpx;
|
2023-10-17 11:02:14 +08:00
|
|
|
margin: 30rpx 40rpx 0 40rpx;
|
|
|
|
|
padding: 30rpx;
|
|
|
|
|
height: 250rpx;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border: 2rpx solid #26A888;
|
|
|
|
|
border-radius: 5rpx;
|
2023-10-17 11:42:24 +08:00
|
|
|
|
|
|
|
|
.title {
|
2023-10-17 11:02:14 +08:00
|
|
|
font-weight: 500;
|
|
|
|
|
color: #EE8F15;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
2023-10-16 15:11:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #333333;
|
|
|
|
|
padding: 30rpx 0 0 40rpx;
|
2023-10-17 11:42:24 +08:00
|
|
|
|
|
|
|
|
text {
|
2023-10-17 11:02:14 +08:00
|
|
|
padding-left: 20rpx;
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #8E8E8E;
|
|
|
|
|
}
|
2023-10-16 15:11:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::v-deep .u-upload {
|
|
|
|
|
padding: 30rpx 30rpx 0 30rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input {
|
|
|
|
|
width: 90%;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
border-radius: 5rpx;
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
margin: 20rpx 0 0 40rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 10rpx;
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 10rpx;
|
|
|
|
|
height: 20rpx;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 5%;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.uni-textarea-placeholder {
|
|
|
|
|
padding-left: 12rpx;
|
|
|
|
|
font-size: 22rpx;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #8E8E8E !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.phsy {
|
|
|
|
|
padding-left: 12rpx;
|
|
|
|
|
font-size: 22rpx;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #8E8E8E !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inputtext {
|
|
|
|
|
padding-left: 12rpx;
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
width: 90%;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.uinput {
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
width: 90%;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.noimageuinput {
|
|
|
|
|
width: 98% !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-11-01 10:00:47 +08:00
|
|
|
}
|