123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664 |
- .container2 {
- padding: 20rpx 24rpx 40rpx;
- background-color: rgba(242, 246, 250, 1);
- min-height: auto;
- display: flex;
- flex-direction: column;
- box-sizing: border-box;
- }
- .custom-nav {
- background-color: rgba(46, 130, 255, 1);
- display: flex;
- align-items: center;
- height: 90rpx;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 1000;
- padding: 0 20rpx;
- padding-top: 88rpx; /* 适配iPhone状态栏,44px转换为88rpx */
- }
- .back-icon {
- position: fixed;
- top: 115rpx;
- left: 30rpx;
- z-index: 999;
- width: 40rpx;
- height: 40rpx;
- }
- .nav-title {
- flex: 1;
- text-align: center;
- font-size: 34rpx;
- color: #fff;
- }
- .form-group1 {
- background-color: #FFFFFF;
- border-radius: 16rpx;
- padding: 0 24rpx;
- margin-bottom: 24rpx;
- box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
- }
- .form-group2 {
- background-color: #FFFFFF;
- border-radius: 16rpx;
- padding: 0 24rpx;
- margin-bottom: 24rpx;
- box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
- }
- .form-item {
- display: flex;
- align-items: center;
- padding: 24rpx 0;
- height: 4vh;
- }
- .label {
- width: 120rpx;
- color: #2e3038;
- font-size: 32rpx;
- text-align: left;
- margin-right: 20rpx;
- display: flex;
- align-items: center;
- white-space: nowrap;
- height: 100%;
- }
- .labelInput{
- font-weight: 550;
- font-size: 24px;
- color: gray;
- height: 100%;
- align-items: center;
- }
- input {
- flex: 1;
- font-size: 32rpx;
- font-weight: 400;
- color: rgba(170, 177, 192, 1);
- padding: 0 20rpx;
- text-align: right;
- }
- .placeholder {
- color: rgba(170, 177, 192, 1);
- text-align: right;
- font-size: 32rpx;
- font-weight: 400;
- }
- .placeholdersecond {
- color: #999999;
- text-align: left;
- font-size: 28rpx;
- }
- .verify-btn {
- color: #0066FF;
- font-size: 28rpx;
- padding-left: 30rpx;
- }
- .group-select {
- background-color: #FFFFFF;
- border-radius: 16rpx;
- padding: 0 24rpx;
- padding-top: 10rpx;
- margin-bottom: 30rpx;
- position: relative;
- overflow: visible;
- }
- .section-title {
- font-size: 32rpx;
- font-weight: 400;
- color: rgba(46, 48, 56, 1);
- padding: 20rpx 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: relative;
- }
- .section-title::after {
- content: '';
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- height: 1rpx;
- background-color: #EEEEEE;
- }
- .tag-group {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-start;
- width: 100%;
- padding: 20rpx 0;
- }
- .tag {
- display: inline-block;
- width: calc((100% - 50rpx) / 3);
- margin-right: 10rpx;
- margin-bottom: 20rpx;
- padding: 12rpx 10rpx;
- background-color: rgba(242, 245, 250, 1);
- border-radius: 4rpx;
- font-size: 26rpx;
- color: rgba(0, 0, 0, 1);
- text-align: center;
- box-sizing: border-box;
- }
- .tag:nth-child(3n) {
- margin-right: 0;
- }
- .tag.active {
- background-color: #E6F0FF;
- color: #0066FF;
- }
- .custom-group {
- position: relative;
- left: 0;
- right: 0;
- background-color: #FFFFFF;
- padding: 0rpx 12rpx 24rpx 0rpx;
- }
- .custom-input {
- display: flex;
- align-items: center;
- background-color: rgba(242, 245, 250, 1);
- border-radius: 4rpx;
- padding: 24rpx;
- margin: 0;
- }
- .custom-input input {
- text-align: left;
- }
- .count {
- font-size: 26rpx;
- color: #999999;
- margin-left: 24rpx;
- }
- .submit-btn {
- margin: 20rpx 5%;
- width: 90%;
- }
- .submit-btn button {
- background-color: rgba(46, 130, 255, 1);
- color: rgba(255, 255, 255, 1);
- font-size: 36rpx;
- border-radius: 44rpx;
- width: 100%;
- height: 88rpx;
- line-height: 88rpx;
- }
- .pay-btn-hover {
- transform: scale(0.95);
- opacity: 0.9;
- background-color: #0080b0;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
- }
- .pay-btn {
- width: 100%;
- height: 80rpx;
- line-height: 80rpx;
- background-color: #0080ff;
- color: white;
- font-size: 32rpx;
- border-radius: 40rpx;
- margin: 30rpx auto 0;
- }
- .tips {
- position: relative;
- padding: 0 30rpx;
- margin-bottom: 30rpx;
- margin-top: 30rpx;
- }
- .tips text {
- display: block;
- font-size: 28rpx;
- color: rgba(163, 163, 163, 1);
- line-height: 1.8;
- margin-bottom: 10rpx;
- }
- .check-auth-btn {
- background-color: rgba(45, 128, 254, 0.12);
- font-family: 'PingFang SC', sans-serif;
- border-radius: 4rpx;
- padding: 10rpx 20rpx;
- color: rgba(31, 103, 212, 1);
- font-size: 26rpx;
-
- }
- .drawer-mask {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 100;
- }
- .drawer-container {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: #FFFFFF;
- border-radius: 24rpx 24rpx 0 0;
- z-index: 101;
- padding: 40rpx 30rpx;
- transform: translateY(100%);
- transition: transform 0.3s ease-out;
- max-height: 80vh;
- display: flex;
- flex-direction: column;
- overflow-y: visible;
- overflow-x: hidden;
- }
- .drawer-container.show {
- transform: translateY(0);
- }
- .drawer-title {
- text-align: center;
- font-size: 32rpx;
- color: #333333;
- font-weight: 500;
- margin-bottom: 40rpx;
- }
- .auth-method {
- display: flex;
- align-items: center;
- padding: 30rpx 0;
- border-bottom: 1rpx solid #EEEEEE;
- }
- .auth-method:last-child {
- border-bottom: none;
- }
- .auth-method-icon {
- width: 40rpx;
- height: 40rpx;
- margin-right: 20rpx;
- }
- .auth-method-content {
- flex: 1;
- }
- .auth-method-title {
- font-size: 30rpx;
- color: #333333;
- margin-bottom: 8rpx;
- }
- .auth-method-desc {
- font-size: 26rpx;
- color: #999999;
- }
- .auth-method-action {
- padding: 10rpx 30rpx;
- background-color: #0066FF;
- border-radius: 30rpx;
- color: #FFFFFF;
- font-size: 26rpx;
- }
- .drawer-close {
- width: 100%;
- height: 10rpx;
- background-color: #D8D8D8;
- border-radius: 5rpx;
- margin: 0 auto 30rpx;
- max-width: 80rpx;
- }
- /* 预览图样式 */
- .preview {
- display: flex;
- align-items: center;
- margin-left: 10rpx;
- color: #007bff;
- cursor: pointer;
- }
- .preview-icon {
- width: 32rpx;
- height: 32rpx;
- margin-right: 10rpx;
- }
- .preview-text {
- font-size: 28rpx;
- color: rgba(104, 108, 128, 1);
- }
- .preview-modal {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.7);
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 1000;
- opacity: 0;
- visibility: hidden;
- transition: all 0.3s;
- }
- .preview-modal.show {
- opacity: 1;
- visibility: visible;
- }
- .preview-content {
- width: 90%;
- display: flex;
- flex-direction: column;
- align-items: center;
- position: relative;
- }
- .preview-image {
- width: 100%;
- max-height: 80vh;
- }
- .close-preview-btn {
- margin-top: 30rpx;
- padding: 20rpx 60rpx;
- background: #FFFFFF;
- color: #333333;
- border-radius: 40rpx;
- font-size: 28rpx;
- }
- /* 页面标题样式 */
- .page-title {
- font-size: 36rpx;
- font-weight: bold;
- text-align: center;
- padding: 30rpx 0;
- border-bottom: 2rpx solid #eee;
- margin-bottom: 30rpx;
- }
- /* 必填标记样式 */
- .required {
- color: #f00;
- margin-left: 4rpx;
- }
- /* 选填标记样式 */
- .optional {
- color: #999;
- font-size: 28rpx;
- font-weight: normal;
- margin-left: 10rpx;
- }
- /* 水站公司选择器样式 */
- .picker-container {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- flex: 1;
- height: 100%;
- padding-right: 20rpx;
- }
- .picker-text {
- text-align: right;
- height: 100%;
- font-weight: 550;
- font-size: 20px;
- color: gray;
- }
- .arrow-right {
- width: 0;
- height: 0;
- border-left: 12rpx solid transparent;
- border-right: 12rpx solid transparent;
- border-top: 16rpx solid #333;
- margin-left: 20rpx;
- }
- /* 水站公司选择器模态框 */
- .picker-mask {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.5);
- z-index: 1000;
- }
- .picker-container-modal {
- position: fixed;
- bottom: -600rpx;
- left: 0;
- right: 0;
- background: #fff;
- z-index: 1001;
- transition: all 0.3s ease;
- height: 600rpx;
- }
- .picker-container-modal.show {
- bottom: 0;
- }
- .picker-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 20rpx 30rpx;
- border-bottom: 2rpx solid #eee;
- }
- .picker-cancel, .picker-confirm {
- font-size: 28rpx;
- padding: 10rpx 20rpx;
- }
- .picker-cancel {
- color: #999;
- }
- .picker-confirm {
- color: rgba(46, 130, 255, 1);
- }
- .picker-title {
- font-size: 32rpx;
- color: #333;
- }
- .water-company-picker {
- height: 500rpx;
- width: 100%;
- }
- .picker-item {
- line-height: 100rpx;
- text-align: center;
- }
- /* 确保水站公司和户号户名分开显示 */
- .water-station-card {
- background-color: #FFFFFF;
- border-radius: 18rpx;
- padding: 30rpx 40rpx;
- margin-bottom: 30rpx;
- box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
- }
- .user-info-card {
- background-color: #FFFFFF;
- border-radius: 18rpx;
- padding: 0 40rpx;
- margin-bottom: 30rpx;
- box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.05);
- }
- .divider {
- height: 1rpx;
- background-color: #EEEEEE;
- width: 100%;
- }
- /* 标签输入限制提示 */
- .char-limit {
- font-size: 24rpx;
- color: #999;
- text-align: right;
- margin-top: 10rpx;
- }
- .char-limit.error {
- color: #FF4D4F;
- }
- /* 电话查询容器 */
- .phone-query-container {
- display: flex;
- flex-direction: column;
- height: 350rpx;
- position: relative;
- background-color: #fff;
- border-radius: 8rpx;
- margin-top: 10rpx;
- margin-left: -24rpx;
- box-shadow: 0 2rpx 6rpx rgba(0, 0, 0, 0.05);
- overflow: hidden;
- }
- /* 电话查询列表样式 */
- .phone-query-list {
- flex: 1;
- padding: 0;
- height: 350rpx;
- position: relative;
- }
- .phone-query-scroll {
- height: 100%;
- width: 100%;
- }
- /* 移除原有的滚动条样式,使用更适合移动端的简洁样式 */
- .phone-query-scroll::-webkit-scrollbar {
- width: 4rpx;
- }
- .phone-query-scroll::-webkit-scrollbar-thumb {
- background-color: rgba(46, 130, 255, 0.3);
- border-radius: 2rpx;
- }
- .phone-query-scroll::-webkit-scrollbar-track {
- background-color: transparent;
- }
- .phone-query-item {
- padding: 20rpx 0;
- border-bottom: 1rpx solid #EEEEEE;
- }
- .phone-query-item:last-child {
- border-bottom: none;
- }
- .phone-query-name {
- font-size: 28rpx;
- color: #333;
- margin-bottom: 10rpx;
- padding-left: 60rpx;
- }
- .phone-query-contact {
- display: flex;
- align-items: center;
- font-size: 28rpx;
- color: #2E82FF;
- margin-bottom: 10rpx;
- padding-left: 60rpx;
- }
- .phone-query-contact text {
- flex: 1;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .phone-query-time {
- font-size: 26rpx;
- color: #999;
- padding-left: 60rpx;
- }
- /* 拨打电话按钮样式 */
- .call-btn {
- background-color: #E6F0FF;
- color: #2E82FF;
- font-size: 28rpx;
- padding: 10rpx 30rpx;
- border-radius: 30rpx;
- margin-left: 20rpx;
- white-space: nowrap;
- flex-shrink: 0;
- }
- .scroll-arrow {
- font-size: 28rpx;
- margin-left: 8rpx;
- color: #2E82FF;
- font-weight: bold;
- }
- /* 隐藏滚动条但保留功能(可选) */
- .tag-group::-webkit-scrollbar {
- display: none;
- }
- .page-scroll {
- height: 100vh;
- padding-top: 170rpx;
- box-sizing: border-box;
- }
|