123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477 |
-
- .container {
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- padding: 100rpx 20rpx;
- box-sizing: border-box;
- }
- .form-box {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 0 40rpx;
- background: #fff;
- }
- .form-center{
- text-align :center;
- margin-bottom: 30rpx;
- }
- .form-center text{
- font-size: 36rpx;
- font-weight: 600;
- }
- .userinfo-avatar {
- width: 268rpx;
- height: 268rpx;
- margin: 20rpx;
- /* border-radius: 50%; */
- }
- .form-box {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 0 40rpx;
- margin-top: 36rpx;
- background: #fff;
- }
- .form-center{
- text-align :center;
- }
- .form-center text{
- font-weight: 600;
- font-size: 42rpx;
- }
- .form-item {
- position: relative;
- background: #fff;
- height: 96rpx;
- border-bottom: 1px solid #d9d9d9;
- }
- .label{
- /* float: left;
- width: 30%; */
- margin-top: 30rpx;
- color: #333;
- text-align: right;
- margin-right: 10rpx;
- font-size: 32rpx;
- text-align: center;
- }
- .content{
- /* float: left;
- margin-top: 30rpx; */
- }
- .form-default {
- height: 96rpx;
- background: #fff;
- padding-top: 38rpx;
- font-size: 28rpx;
- }
- .form-item .username, .form-item .password, .form-item .mobile, .area, .form-item .address {
- /* position: absolute; */
- /* top: 26rpx;
- left: 0; */
- display: block;
- width: 100%;
- height: 44rpx;
- background: #fff;
- /* color: #333; */
- font-size: 32rpx;
- }
- .form-item-code {
- margin-top: 32rpx;
- height: auto;
- overflow: hidden;
- width: 100%;
- float: left;
- width: 350rpx;
- }
-
- .form-item-code .form-item {
- float: left;
- width: 350rpx;
- }
- .form-item-getPhone {
- margin-top: -10rpx;
- height: auto;
- float: right;
- /*border: 1px solid #242a48;*/
- border-radius: 6rpx;
- color: #242a48;
- /*background: green;*/
- font-size: 30rpx;
- }
- .form-item .clear {
- position: absolute;
- top: 32rpx;
-
- right: 18rpx;
- z-index: 2;
- display: block;
- background: #fff;
- }
- .register-btn {
- margin: 40rpx 0 20rpx 0;
- height: 96rpx;
- line-height: 96rpx;
- width: 260rpx;
- color: #fff;
- font-size: 30rpx;
- background-color: #09AFFF;
- margin-top: 50rpx;
- margin-left: 5%;
- border-radius: 10rpx;
- letter-spacing: 3rpx;
- }
- .region-select {
- width: 100%;
- height: 600rpx;
- background: #fff;
- position: fixed;
- z-index: 10;
- left: 0;
- bottom: 0;
- }
- .region-select .hd {
- height: 108rpx;
- width: 100%;
- border-bottom: 1px solid #f4f4f4;
- padding: 46rpx 30rpx 0 30rpx;
- }
- .region-select .region-selected {
- float: left;
- height: 60rpx;
- display: flex;
- }
- .region-select .region-selected .item {
- max-width: 140rpx;
- margin-right: 30rpx;
- text-align: left;
- line-height: 60rpx;
- height: 100%;
- color: #333;
- font-size: 28rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .region-select .region-selected .item.disabled {
- color: #999;
- }
- .region-select .region-selected .item.selected {
- color: #b4282d;
- }
- .region-select .done {
- float: right;
- height: 60rpx;
- width: 60rpx;
- border: none;
- background: #fff;
- line-height: 60rpx;
- text-align: center;
- color: #333;
- font-size: 28rpx;
- }
- .region-select .done.disabled {
- color: #999;
- }
- .region-select .bd {
- height: 492rpx;
- width: 100%;
- padding: 0 30rpx;
- }
- .region-select .region-list {
- height: 492rpx;
- }
- .region-select .region-list .item {
- width: 100%;
- height: 104rpx;
- line-height: 104rpx;
- text-align: left;
- color: #333;
- font-size: 28rpx;
- }
- .region-select .region-list .item.selected {
- color: #b4282d;
- }
- .bg-mask {
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.4);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 8;
- }
-
- .container {
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- padding: 80rpx 20rpx;
- box-sizing: border-box;
- }
- .form-box {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 0 40rpx;
- background: #fff;
- }
- .form-center{
- text-align :center;
- margin-bottom: 30rpx;
- }
- .form-center text{
- font-size: 36rpx;
- font-weight: 600;
- }
- .userinfo-avatar {
- width: 268rpx;
- height: 268rpx;
- margin: 20rpx;
- /* border-radius: 50%; */
- }
- .form-box {
- width: 100%;
- height: auto;
- overflow: hidden;
- padding: 0 40rpx;
- margin-top: 36rpx;
- background: #fff;
- }
- .form-center{
- text-align :center;
- }
- .form-center text{
- font-weight: 600;
- font-size: 42rpx;
- }
- .form-item {
- /* position: relative; */
- display:flex;
- background: #fff;
- height: 96rpx;
- border-bottom: 1px solid #d9d9d9;
- }
- .label{
- /* float: left;
- width: 30%; */
- margin-top: 30rpx;
- color: #333;
- text-align: right;
- margin-right: 10rpx;
- font-size: 32rpx;
- text-align: center;
- width:200rpx;
- }
- .content{
- /* float: left; */
- margin-top: 30rpx;
- flex:1;
- }
- .form-default {
- height: 96rpx;
- background: #fff;
- padding-top: 38rpx;
- font-size: 28rpx;
- }
- .form-item .username, .form-item .password, .form-item .mobile, .area, .form-item .address {
- /* position: absolute; */
- /* top: 26rpx;
- left: 0; */
- display: block;
- width: 100%;
- height: 44rpx;
- background: #fff;
- /* color: #333; */
- font-size: 32rpx;
- }
- .form-item-code {
- margin-top: 32rpx;
- height: auto;
- overflow: hidden;
- width: 100%;
- float: left;
- width: 350rpx;
- }
-
- .form-item-code .form-item {
- float: left;
- width: 350rpx;
- }
- .form-item-getPhone {
- margin-top: -10rpx;
- height: auto;
- float: right;
- /*border: 1px solid #242a48;*/
- border-radius: 6rpx;
- color: #242a48;
- /*background: green;*/
- font-size: 30rpx;
- }
- .form-item .clear {
- position: absolute;
- top: 32rpx;
-
- right: 18rpx;
- z-index: 2;
- display: block;
- background: #fff;
- }
- .register-btn {
- margin: 40rpx 0 20rpx 0;
- height: 96rpx;
- line-height: 96rpx;
- width: 260rpx;
- color: #fff;
- font-size: 30rpx;
- background-color: #09AFFF;
- margin-top: 50rpx;
- margin-left: 5%;
- border-radius: 10rpx;
- letter-spacing: 3rpx;
- }
- .region-select {
- width: 100%;
- height: 600rpx;
- background: #fff;
- position: fixed;
- z-index: 10;
- left: 0;
- bottom: 0;
- }
- .region-select .hd {
- height: 108rpx;
- width: 100%;
- border-bottom: 1px solid #f4f4f4;
- padding: 46rpx 30rpx 0 30rpx;
- }
- .region-select .region-selected {
- float: left;
- height: 60rpx;
- display: flex;
- }
- .region-select .region-selected .item {
- max-width: 140rpx;
- margin-right: 30rpx;
- text-align: left;
- line-height: 60rpx;
- height: 100%;
- color: #333;
- font-size: 28rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .region-select .region-selected .item.disabled {
- color: #999;
- }
- .region-select .region-selected .item.selected {
- color: #b4282d;
- }
- .region-select .done {
- float: right;
- height: 60rpx;
- width: 60rpx;
- border: none;
- background: #fff;
- line-height: 60rpx;
- text-align: center;
- color: #333;
- font-size: 28rpx;
- }
- .region-select .done.disabled {
- color: #999;
- }
- .region-select .bd {
- height: 492rpx;
- width: 100%;
- padding: 0 30rpx;
- }
- .region-select .region-list {
- height: 492rpx;
- }
- .region-select .region-list .item {
- width: 100%;
- height: 104rpx;
- line-height: 104rpx;
- text-align: left;
- color: #333;
- font-size: 28rpx;
- }
- .region-select .region-list .item.selected {
- color: #b4282d;
- }
- .bg-mask {
- height: 100%;
- width: 100%;
- background: rgba(0, 0, 0, 0.4);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 8;
- }
- .link-block{
- margin-top:80rpx;
- text-align: center;
- color:#09afff;
- font-size: 24rpx;
- text-decoration: underline;
- display: flex;
- align-items: center;
- }
- .check-wrapper view.van-icon{
- color:#fff;
- }
|