123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- page {
- height: 100%;
- width: 100%;
- background: #f4f4f4;
- }
- .container {
- background: #f4f4f4;
- height: auto;
- overflow: hidden;
- width: 100%;
- }
- .user {
- padding: 15rpx;
- width: auto;
- display: relative;
- background-color: #ffffff;
- border-radius: 10rpx;
- margin: 10rpx;
- }
- .user_area {
- /* height: 130rpx; */
- z-index: 999;
- }
- .user_column {
- /* border: 1px solid black; */
- height: 120rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .user_column_item {
- width: 25%;
- height: 120rpx;
- text-align: center;
- position: relative;
- margin-top: 5rpx;
- /*
- background: #fff;
- border-right: 1rpx #e0e3da solid;*/
- }
- .user_column_item_image {
- width: 50rpx;
- height: 50rpx;
- margin-top: 30rpx;
- }
- .user_column_item_value {
- margin-top: 20rpx;
- font-size: 32rpx;
- font-weight: 600;
- color:#d4be49
- }
- .user_column_item_text {
- /* border: 1px solid black; */
- margin-top: 10rpx;
- font-size: 26rpx;
- color: rgb(85, 85, 85);
- }
- .bottom{
- display: flex;
- justify-content: space-between;
- padding: 20rpx 0;
- background-color: #ffffff;
- position: absolute;
- bottom: 10rpx;
- width: 100%;
- }
- .color_red{
- background:red !important
- }
- .btn {
- height: 64.5rpx;
- line-height: 64.5rpx;
- text-align: center;
- padding: 0 20rpx;
- margin: 0 20rpx;
- border-radius: 5rpx;
- font-size: 28rpx;
- color: #fff;
- background: #09afff;
- flex: 1;
- }
-
- .header{
- display: flex;
- justify-content: space-around;
- padding: 20rpx 0;
- border-bottom: 1rpx solid #bbb1b1
- }
- .header view{
- color:#504c4c;
- font-weight: 600;
- text-align: center;
- }
- .flex2{
- flex: 2;
- }
-
- .flex1{
- flex: 1;
- }
- .item{
- padding: 10px 0;
- border-bottom: 1rpx solid #e4dddd
- }
- .item .title{
- color: #333;
- font-size:32rpx ;
- }
- .item-book{
- display: flex;
- justify-content: space-around;
- line-height: 27px;
- height: 42rpx;
- }
- .item-book view{
- color: #333;
- text-align: center;
- }
- .color_red2{
- color: red !important;
- }
- .back{
- position: absolute;
- top: 0rpx;
- width: 100%;
- height: 100%;
- background-color: #999;
- z-index: 999;
- opacity: 0.8
- }
- .auth{
- position: absolute;
- top: 0rpx;
- width: 100%;
- height: 100%;
- z-index: 9999;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .auth .form{
- background-color: #fff;
- width:530rpx;
- padding: 40rpx 44rpx 74rpx;
- border-radius: 10rpx;
- }
-
- .auth .title{
- text-align: center;
- font-size: 34rpx;
- line-height: 34rpx;
- font-weight: bold;
- margin-bottom: 60rpx;
- color: #333;
- }
-
- .form-item {
- height: 84rpx;
- /* border-bottom: 1px solid #d9d9d9; */
- display:flex;
- align-items: center;
- }
- .form-item .label{
- width: 130rpx;
- font-size: 24rpx;
- color:#85868A
- }
- .form-item .username, .form-item .address {
- top: 26rpx;
- left: 0;
- display: block;
- width: 100%;
- height: 44rpx;
- background: #fff;
- color: #333;
- font-size: 30rpx;
- }
-
- .warning{
- color: #09afff;
- margin-top: 20rpx;
- font-size: 22rpx;
- line-height: 28rpx;
- }
- .footer{
- display: flex;
- padding: 20rpx;
- text-align: center;
- }
-
- .fbtn{
- width: 202rpx;
- height: 70rpx;
- line-height: 70rpx;
- text-align: center;
- border-radius: 70rpx;
- border: 1rpx solid #09afff;
- font-size: 24rpx;
- margin: 0 28rpx;
- color:#333
- }
-
- .btnConfirm{
- background-color: #09afff;
- color: #fff;
- }
- .dialog-wrapper {
- display: flex;
- align-items: flex-start;
- justify-content: center;
- height: 100%;
- padding-top:170rpx;
- }
-
- .dialog-block {
- width: 590rpx;
- height: 534rpx;
- border-radius:10rpx;
- background-color: #fff;
- position: relative;
- font-size: 24rpx;
- padding:100rpx 44rpx 0;
- }
- .close-icon{
- width:60rpx;
- height: 60rpx;
- position: absolute;
- top:-30rpx;
- right:-30rpx;
- }
- .tips-text{
- color:#85868A;
- font-size: 24rpx;
- text-align: justify;
- }
- .main-module.amount-module{
- border-radius:16rpx;
- background:#fff;
- height: 106rpx;
- margin:28rpx 0 0;
- padding:16rpx 0 14rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .tip-wrapper{
- display: flex;
- align-items: center;
- }
- .tip-img{
- width:22rpx;
- height:22rpx;
- margin:0 0 0 8rpx;
- }
- .form-item>input{
- height: 50rpx;
- line-height: 50rpx;
- border: 1px solid #85868A;
- border-radius: 10rpx;
- width:370rpx;
- font-size: 24rpx;
- color:#2a2a2a;
- padding-left:20rpx;
- }
- .agree-terms{
- margin:54rpx 0 44rpx;
- height: 26rpx;
- display: flex;
- /* justify-content: center; */
- align-items: center;
- }
- .user-agree{
- color:#85868A;
- font-size: 22rpx;
- margin-left:8rpx;
- }
- .user-terms{
- color:#CC4226;
- font-size: 24rpx;
- }
|