123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .content,
- page {
- min-height: 100%;
- height: auto;
- background: #f8f8f8;
- }
- .top {
- position: relative;
- z-index: 0;
- width: 750rpx;
- height: 287rpx;
- }
- .top .top-bg {
- width: 750rpx;
- height: 287rpx;
- }
- .main {
- height: auto;
- background: #ffffff;
- }
- .info-item {
- padding: 40rpx 0 38rpx;
- margin: 0 24rpx;
- border-bottom: 1px solid #ececec;
- }
- .info-item .info-left {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- .info-item .info-right {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .list-input {
- text-align: right;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .info-type-title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- .info-type-title .info-type-title-right {
- display: flex;
- align-items: center;
- }
- .info-type-title .info-type-title-right .info-type-title-right-font {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #d0cece;
- margin-right: 10rpx;
- }
- .info-type-title .info-type-title-right .info-type-title-right-icon {
- width: 18rpx;
- height: 22rpx;
- }
- .info-type-title .info-type-tip {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .info-type {
- border-bottom: 1px solid #ececec;
- padding: 38rpx 24rpx 50rpx;
- }
- .info-type .info-type-main {
- display: flex;
- flex-wrap: wrap;
- }
- .info-type .info-type-main .current {
- background: #24a17d !important;
- color: #ffffff !important;
- }
- .info-type .info-type-main .current text {
- color: #ffffff !important;
- }
- .info-type .info-type-main .info-type-main-item {
- margin: 30rpx 10rpx 0 0;
- padding: 10rpx 20rpx;
- background: #ffffff;
- border: 2rpx solid #e7e7e7;
- border-radius: 15rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .info-type .info-type-main .info-type-main-item text {
- color: #ff6f0f;
- }
- .info-bz {
- margin: 15rpx 0 0;
- padding: 40rpx 30rpx;
- background: #ffffff;
- }
- .info-bz .text-box {
- margin: 10rpx 0 0;
- width: 690rpx;
- height: 100rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .btn {
- position: absolute;
- bottom: 40rpx;
- left: 50%;
- margin-left: -311rpx;
- width: 622rpx;
- height: 85rpx;
- background: #24a17d;
- border-radius: 15rpx;
- text-align: center;
- line-height: 85rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .popup-box {
- width: 527rpx;
- height: 602rpx;
- background: #ffffff;
- border-radius: 28rpx;
- position: relative;
- }
- .popup-box .img {
- position: relative;
- top: -56rpx;
- left: 0;
- width: 527rpx;
- height: 280rpx;
- display: flex;
- justify-content: center;
- }
- .popup-box .img image {
- border-radius: 20rpx 20rpx 0 0;
- width: 477rpx;
- height: 280rpx;
- }
- .popup-box .mian {
- margin-top: -44rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #ffffff;
- border-radius: 0 0 20rpx 20rpx;
- padding: 0 42rpx;
- text-align: center;
- }
- .popup-box .mian .title {
- font-size: 33rpx;
- font-family: PingFang SC;
- font-weight: 800;
- color: #333333;
- }
- .popup-box .mian .nocancel {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #7b95a9;
- }
- .popup-box .mian .comfirm-box {
- margin: 52rpx auto;
- width: 403rpx;
- height: 83rpx;
- background: #24a17d;
- border-radius: 42rpx;
- text-align: center;
- line-height: 83rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .scrollList {
- padding-bottom: 150rpx;
- }
|