| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- @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;
- }
|