| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- min-height: 100%;
- background-color: #ffffff;
- }
- page .container {
- width: 100%;
- padding-bottom: 50rpx;
- }
- .user-box {
- width: 100%;
- height: 440rpx;
- padding: 60rpx 35rpx;
- background-image: url(/static/img/logo.png);
- background-size: 100% 100%;
- color: #FFFFFF;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- align-items: flex-start;
- }
- .user-box .header {
- width: 125rpx;
- height: 125rpx;
- border-radius: 100%;
- margin-top: 10%;
- }
- .user-info {
- padding-left: 30rpx;
- }
- .user-info .name {
- font-weight: 500;
- font-size: 48rpx;
- }
- .user-info .phone {
- font-size: 42rpx;
- font-weight: 500;
- color: #FFFFFF;
- padding-top: 50rpx;
- }
- .user-info .uuid {
- font-size: 30rpx;
- padding-top: 20rpx;
- }
- .user-info .level-box {
- margin-top: 25rpx;
- position: relative;
- }
- .user-info .level-box .image {
- width: 128rpx;
- height: 45rpx;
- }
- .user-info .level-box .level {
- position: absolute;
- top: 12rpx;
- left: 62rpx;
- font-size: 24rpx;
- color: #826740;
- font-weight: bold;
- }
- .list-box {
- width: 100%;
- margin-top: -60rpx;
- background-color: #FFFFFF;
- border-top-right-radius: 70rpx;
- border-top-left-radius: 70rpx;
- padding: 60rpx 66rpx 0rpx 55rpx;
- }
- .list-box .list-title {
- font-weight: bold;
- color: #333333;
- font-size: 36rpx;
- }
- .list-box .list-cell {
- padding-top: 40rpx;
- border-bottom: 1rpx solid #F3F3F3;
- padding-bottom: 30rpx;
- }
- .list-box .list-cell .cell-info image {
- width: 49rpx;
- height: 38rpx;
- }
- .list-box .list-cell .cell-info .cell-name {
- padding-left: 17rpx;
- color: #666666;
- font-size: 30rpx;
- font-weight: 500;
- }
- .list-box .list-cell image {
- width: 16rpx;
- height: 25rpx;
- }
- .img1 {
- width: 46rpx !important;
- height: 40rpx !important;
- }
- .img2 {
- width: 40rpx !important;
- height: 42rpx !important;
- }
- .img3 {
- width: 42rpx !important;
- height: 42rpx !important;
- }
- .img4 {
- width: 42rpx !important;
- height: 41rpx !important;
- }
- .img5 {
- width: 44rpx !important;
- height: 40rpx !important;
- }
- .popup {
- width: 640rpx;
- background-color: #FFFFFF;
- border-radius: 15rpx;
- text-align: center;
- }
- .popup .popup-dox {
- position: relative;
- top: -60rpx;
- }
- .popup .popup-dox .popup-logo {
- width: 460rpx;
- height: 132rpx;
- }
- .popup .popup-dox .pop-title {
- font-size: 40rpx;
- font-weight: bold;
- color: #333333;
- padding: 25rpx 0rpx;
- margin-bottom: 50rpx;
- }
- .popup .popup-dox .popup-text {
- width: 400rpx;
- height: 400rpx;
- margin-bottom: 50rpx;
- }
- .popup .popup-dox .pop-tip {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- }
- .close_icon {
- width: 60rpx;
- height: 60rpx;
- margin: 88rpx auto 0;
- }
- .close_icon image {
- width: 100%;
- height: 100%;
- }
- .submit {
- margin: 37rpx auto 38rpx;
- width: 560rpx;
- background-color: #fff;
- color: #5771DF;
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- border: #5771DF 1px solid;
- border-radius: 50rpx;
- font-size: 28rpx;
- }
|