| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- min-height: 100%;
- background-color: #ffffff;
- }
- page .container {
- width: 100%;
- }
- .logo-img {
- margin: 40rpx 6%;
- width: 88%;
- height: 209rpx;
- }
- .list-box .list-title {
- overflow: hidden;
- white-space: nowrap;
- }
- .list-box .list-title .title {
- display: inline-block;
- background-color: #bac1ef;
- font-size: 30rpx;
- font-weight: bold;
- color: #ffffff;
- width: 24.49%;
- margin-right: 5rpx;
- text-align: center;
- line-height: 60rpx;
- }
- .list-box .list-title .blue {
- background-color: #5771df;
- }
- .list-box .list-title .grey {
- background-color: #dbdbdb !important;
- }
- .list-box .list-name {
- padding: 24rpx 50rpx;
- }
- .list-box .list-name .name {
- font-size: 28rpx;
- margin-right: 20%;
- font-weight: 500;
- color: #666666;
- }
- .list-box .list-name .black {
- color: #333333;
- border-bottom: 2rpx solid #5771df;
- padding-bottom: 10rpx;
- font-size: 30rpx;
- }
- .more {
- color: #606266;
- font-size: 24rpx;
- font-weight: normal;
- border-bottom: 1rpx solid #606266;
- }
- .all-list {
- width: 180rpx;
- height: 180rpx;
- }
- .list-cell {
- box-sizing: border-box;
- width: 670rpx;
- margin: 0 auto;
- padding: 40rpx 40rpx;
- border-radius: 30rpx 30rpx;
- background-color: #f7f6fb;
- margin-bottom: 20rpx;
- }
- .list-cell .cell-title {
- padding: 29rpx 38rpx 29rpx 15rpx;
- font-size: 38rpx;
- font-weight: bold;
- color: #333333;
- }
- .list-cell .cell-title image {
- width: 40rpx;
- height: 40rpx;
- margin-right: 15rpx;
- }
- .list-cell .cell-tip {
- display: inline-block;
- padding: 11rpx 18rpx 9rpx 20rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #0ec1a1;
- background-color: #e3f6fa;
- border-radius: 24rpx 24rpx;
- }
- .list-cell .cell-tpl {
- padding: 50rpx 31rpx 34rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- line-height: 40rpx;
- }
- .list-cell .cell-info .tip {
- font-size: 38rpx;
- font-weight: bold;
- color: #5771df;
- line-height: 55px;
- }
- .list-cell .cell-info .zhiya-btn {
- background-color: #5771df;
- width: 150rpx;
- text-align: center;
- line-height: 60rpx;
- font-size: 30rpx;
- border-radius: 50rpx;
- color: #ffffff;
- }
- .list-cell .cell-info .grey {
- background-color: #999999;
- }
- .list-cell .list-tip {
- background-color: #bac1ef !important;
- word-wrap: break-word;
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- padding: 36rpx 32rpx;
- margin-top: 15rpx;
- border-bottom-left-radius: 15rpx;
- border-bottom-right-radius: 15rpx;
- }
- .empty-box {
- width: 100%;
- height: 500rpx;
- }
- .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-box {
- padding: 0rpx 80rpx;
- }
- .popup .list-box .password {
- padding: 50rpx 0rpx;
- width: 100%;
- }
- .popup .list-box .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-box .confirm-btn {
- padding-bottom: 120rpx;
- padding-top: 30rpx;
- }
- .popup .list-box .confirm-btn text {
- background-color: #5771df;
- color: #ffffff;
- width: 70%;
- text-align: center;
- padding: 25rpx 90rpx;
- border-radius: 15rpx;
- }
|