2025-06-06 15:07:26 +08:00

214 lines
3.4 KiB
Plaintext

.box {
background-color: #fff;
}
.nav-box {
box-sizing: border-box;
width: 100%;
z-index: 2;
background: #F9F9F9;
padding-bottom: 25rpx;
}
.nav-box .nav-bar {
display: flex;
align-items: center;
}
.nav-box .nav-bar .nav-bar-left,
.nav-box .nav-bar .nav-bar-right {
padding: 0 20rpx;
min-width: 36rpx;
}
.nav-box .nav-bar .nav-bar-left van-icon {
vertical-align: sub;
color: #333333;
}
.nav-box .nav-bar .nav-bar-title {
flex: 1;
text-align: center;
font-weight: 400;
font-size: 36rpx;
color: #000000;
}
.nav-box .nav-bar-title {}
.information {
padding-top: 30rpx;
padding-left: 20rpx;
padding-right: 20rpx;
}
.information .title {
font-weight: bold;
font-size: 32rpx;
color: #222222;
margin-bottom: 25rpx;
}
.information_row {
padding-top: 30rpx;
padding-bottom: 30rpx;
border-bottom: 2rpx solid #E6E6E6;
display: flex;
align-items: center;
justify-content: space-between;
}
.information_tit {
font-weight: 400;
font-size: 26rpx;
color: #999999;
}
.information_ipt {
font-weight: 400;
font-size: 26rpx;
text-align: right;
color: #222222;
}
.information_ipt_pla {
font-weight: 400;
font-size: 26rpx;
color: #999999;
text-align: right;
}
.noneBorder {
border-bottom: none !important;
position: relative;
}
.gray {
height: 20rpx;
background-color: #F9F9F9;
}
.containerMsg {
padding-top: 30rpx;
padding-left: 20rpx;
padding-right: 20rpx;
padding-bottom: 30rpx;
}
.containerMsg .title {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.containerMsg .van-field{
height: 100%;
}
.containerMsg .van-field{
height: 100%;
}
.uploadImg {
padding-top: 30rpx;
padding-left: 20rpx;
padding-right: 20rpx;
padding-bottom: 30rpx;
}
.uploadImg .title {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.btn {
font-weight: 400;
font-size: 36rpx;
color: #FFFFFF;
width: 650rpx;
height: 80rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 40rpx;
}
.sucess{
display: flex;
flex-direction: column;
justify-content: center;
}
.sucess #sucess {
width: 250rpx;
height: 257rpx;
margin: 0 auto;
margin-top: 185rpx;
}
.sucess_msgTit {
font-weight: 400;
font-size: 36rpx;
color: #222222;
margin-top: 45rpx;
text-align: center;
}
.sucess_msg {
font-weight: 400;
font-size: 28rpx;
color: #999999;
margin-top: 30rpx;
text-align: center;
}
.sucess #msg{
/* width: 186rpx; */
/* height: 33rpx; */
margin: 0 auto;
margin-top: 73rpx;
font-weight: 400;
font-size: 26rpx;
color: #2583FF;
text-decoration: underline;
/* line-height: 30rpx; */
}
.van-cell{
padding: 0 !important;
margin-top: 10rpx !important;
}
.van-field__control--textarea{
/* height:238rpx !important; */
}
.equipment {
margin: 30rpx 20rpx 0;
}
.equip_item {
display: flex;
align-items: center;
margin-bottom: 30rpx;
padding-bottom: 20rpx;
border-bottom: 1rpx solid #999999;
}
.equip_pic {
width: 180rpx;
height: 180rpx;
}
.equip_desc {
margin-left: 24rpx;
}
.no_bottom {
border-bottom: none;
padding-bottom: 0;
}
.equipment_title {
margin-bottom: 20rpx;
text-align: right;
}