123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- @charset "UTF-8";
- /* 这里是你自己写的全局css样式 */
- .page {
- background-color: #f3f4f6;
- padding: 20rpx;
- }
- .empty-wrap {
- margin-top: 200rpx;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .content-page {
- min-height: 100vh;
- background-color: #fff;
- }
- .footer {
- display: flex;
- align-items: center;
- color: #909399;
- width: 100%;
- padding: 20rpx 0;
- justify-content: center;
- }
- .box-shadow {
- box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
- }
- .flex-empty {
- visibility: hidden;
- width: 120rpx;
- height: 0rpx;
- }
- .bwin-btn-100 {
- width: 100%;
- }
- .bwin-popup {
- display: flex;
- flex-direction: column;
- width: 100%;
- position: relative;
- min-height: 100%;
- overflow: hidden;
- }
- .bwin-popup .popup-header {
- z-index: 2;
- width: 80%;
- position: fixed;
- padding: 20rpx 0;
- text-align: center;
- font-size: 32rpx;
- color: #fff;
- font-weight: bold;
- background-color: #2080f0;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .bwin-popup .popup-body {
- z-index: 1;
- position: relative;
- top: 90rpx;
- margin-bottom: 90rpx;
- padding: 20rpx;
- font-size: 32rpx;
- overflow-y: scroll;
- }
- .bwin-popup .popup-footer {
- position: relative;
- left: 0;
- bottom: 20rpx;
- width: 100%;
- display: flex;
- justify-content: space-around;
- }
- .page {
- padding: 20rpx;
- background-color: #ffffff;
- }
- .form {
- border-radius: 10rpx;
- padding: 0 40rpx;
- }
- .popup-body {
- box-sizing: border-box;
- }
- .popup-body .tips-title {
- font-size: 32rpx;
- margin-bottom: 20rpx;
- }
- .popup-body .tips-content {
- font-size: 24rpx;
- color: #909399;
- margin-bottom: 60rpx;
- }
- .id_card {
- color: #606266;
- width: 100%;
- height: 350rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background-color: #f4f5f6;
- font-size: 24rpx;
- }
- .footer {
- position: absolute;
- text-align: center;
- bottom: 40rpx;
- font-size: 24rpx;
- }
- .footer .agreement {
- color: #fa3534;
- }
- .slot-content {
- font-size: 28rpx;
- color: #606266;
- padding: 20rpx;
- }
- .scoped-input-floor {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: transparent;
- z-index: 9;
- }
- .scoped-input-label-tips {
- position: absolute;
- left: 0;
- bottom: -20rpx;
- color: #f00;
- }
- .scoped-cur-popup {
- position: relative;
- height: 100%;
- padding-bottom: 100rpx;
- }
- .scoped-cur-popup .popup-body {
- box-sizing: border-box;
- border-bottom: 1PX solid #dcdcdc;
- }
- .scoped-cur-popup .scp-header-input {
- position: fixed;
- width: 90%;
- display: flex;
- border-bottom: 1PX solid #dcdcdc;
- }
- .scoped-cur-popup .scp-header-input .input {
- flex: 1;
- padding-left: 20rpx;
- height: 80rpx;
- }
- .scoped-cur-popup .scp-header-input .input .u-input__input {
- height: 80rpx;
- }
- .scoped-cur-popup .scp-header-input .b {
- width: 200rpx;
- height: 80rpx;
- line-height: 80rpx;
- background: #2d8cf0;
- color: #fff;
- text-align: center;
- margin-left: 20rpx;
- }
- .scoped-cust-list .scl-item {
- border-bottom: 1PX solid #f2f2f2;
- padding: 20rpx 0;
- }
- .scoped-cust-list .scl-item.cur {
- background: #369af7;
- border-radius: 10rpx;
- }
- .scoped-cust-list .scl-item.cur .p1, .scoped-cust-list .scl-item.cur .p2, .scoped-cust-list .scl-item.cur .p3 {
- color: #fff;
- }
- .scoped-cust-list .scl-item .p1 {
- font-size: 28rpx;
- color: #333;
- }
- .scoped-cust-list .scl-item .p2 {
- font-size: 28rpx;
- color: #666;
- }
- .scoped-cust-list .scl-item .p2 .s {
- display: inline-block;
- }
- .scoped-cust-list .scl-item .p3 {
- color: #999;
- font-size: 24rpx;
- }
|