@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { min-height: 100%; background-color: #ffffff; } page .container { width: 100%; padding: 25rpx 40rpx; } .list-tips { position: absolute; right: 0; top: 25rpx; font-size: 24rpx; background-color: #f4ca1c; padding: 14rpx 27rpx; border-bottom-left-radius: 50rpx; border-top-left-radius: 50rpx; color: #5771df; } .list-tips image { width: 30rpx; height: 31rpx; margin-right: 12rpx; } .list-box { background: -webkit-linear-gradient(215.407deg, #0adfff 0%, #0171fd 100%); background: linear-gradient(234.593deg, #0adfff 0%, #0171fd 100%); position: relative; color: #ffffff; border-radius: 20rpx; margin-bottom: 60rpx; } .list-box .info-box { padding: 31rpx 43rpx; } .list-box .info-box .image { width: 44rpx !important; height: 30rpx !important; } .list-box .info-box .info { width: 80%; } .list-box .info-box .info .list-title { font-size: 30rpx; font-weight: 500; color: #ffffff; } .list-box .info-box .info .list-name { width: 100%; font-size: 64rpx; font-weight: bold; padding: 25rpx 0rpx; } .list-box .info-box .info .ustd { font-size: 30rpx; font-weight: normal; } .list-box .list-tpl { padding: 30rpx 100rpx; background-color: #064285; } .list-box .list-tpl .tpl { text-align: center; } .list-box .list-tpl .tpl image { width: 45rpx; height: 42rpx; } .list-box .list-tpl .tpl .zhuanz { width: 45rpx; height: 42rpx; } .list-box .list-tpl .tpl .tpl-name { font-size: 27rpx; font-weight: bold; padding-left: 10rpx; } .list-cell { padding-bottom: 58rpx; } .list-cell .cell { padding-bottom: 31rpx; } .list-cell .cell image { width: 12rpx; height: 24rpx; } .list-cell .cell .cell-title { font-size: 34rpx; font-weight: 500; color: #5771df; } .list-cell .cell-list { width: 100%; } .list-cell .cell-list .cell-tpl { text-align: left; } .list-cell .cell-list .cell-tpl .name { font-size: 24rpx; font-weight: 500; color: #999999; padding-bottom: 15rpx; } .list-cell .cell-list .tip-box { text-align: right; width: 40%; } .list-cell .cell-list .tip-tpl { text-align: center; width: 30%; } .list-cell .cell-list .tips { width: 30%; } .popup { background-color: #ffffff; border-radius: 25rpx; font-size: 30rpx; } .popup .cancel { text-align: center; width: 100%; line-height: 60rpx; } .popup .cancel .tip { background-color: #5771df; color: #ffffff; width: 70rpx; height: 70rpx; border-top-right-radius: 25rpx; } .popup .list-boxs { padding: 0rpx 80rpx; } .popup .list-boxs .password { padding: 50rpx 0rpx; width: 100%; } .popup .list-boxs .password input { width: 70%; height: 80rpx; border: 2rpx solid #999999; padding-left: 25rpx; box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.27); border-radius: 11rpx; } .popup .list-boxs .confirm-btn { padding-bottom: 120rpx; padding-top: 30rpx; } .popup .list-boxs .confirm-btn text { background-color: #5771df; color: #ffffff; width: 70%; text-align: center; padding: 25rpx 90rpx; border-radius: 15rpx; }