| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .content {
- min-height: 100%;
- height: auto;
- }
- .top {
- margin-top: 20rpx;
- padding: 15rpx 0 20rpx;
- background: #ffffff;
- }
- .class-box {
- padding-bottom: 20rpx;
- border-bottom: 1px solid #f7f7f7;
- white-space: nowrap;
- }
- .class-box .item {
- text-align: center;
- display: inline-block;
- color: #606266;
- padding: 14rpx 30rpx;
- background: #f4f5f7;
- border-radius: 10rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- margin-left: 20rpx;
- }
- .class-box .item.action {
- background: linear-gradient(90deg, #bb9159, #e6c79d);
- border-radius: 10rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .navbar {
- padding: 24rpx 30rpx;
- display: flex;
- background: #fff;
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
- position: relative;
- z-index: 10;
- justify-content: space-around;
- }
- .navbar .nav-item {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 160rpx;
- height: 58rpx;
- background: #ffffff;
- border: 1rpx solid #535353;
- border-radius: 10rpx;
- color: #000000;
- }
- .navbar .nav-item.current {
- border: 1px solid #ff0000;
- color: #ff0000;
- }
- .swiper-box {
- height: calc(100% - 40px);
- }
- .list-scroll-content {
- height: 100%;
- }
- .main {
- margin: 20rpx 0 0;
- background: #fff;
- padding: 0 28rpx;
- }
- .main .main-item {
- position: relative;
- padding: 33rpx 0 30rpx;
- display: flex;
- align-items: center;
- border-bottom: 1px solid #eaeced;
- }
- .main .main-item .btn {
- position: absolute;
- top: 39rpx;
- right: 0;
- width: 144rpx;
- height: 50rpx;
- background: linear-gradient(268deg, #fc3d42 0%, #ff5559 100%);
- border-radius: 6rpx;
- text-align: center;
- line-height: 50rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- }
- .main .main-item .main-image {
- width: 210rpx;
- height: 210rpx;
- border-radius: 10rpx;
- }
- .main .main-item .main-image image {
- width: 100%;
- height: 100%;
- }
- .main .main-item .main-info {
- margin-left: 30rpx;
- line-height: 1;
- padding-top: 3rpx;
- }
- .main .main-item .main-info .main-name {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .main .main-item .main-info .main-tip {
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- margin-top: 18rpx;
- }
- .main .main-item .main-info .bfb {
- margin-top: 22rpx;
- width: 265rpx;
- height: 28rpx;
- background: #ffeced;
- border-radius: 14rpx;
- }
- .main .main-item .main-info .main-xgsl {
- margin-top: 30rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .main .main-item .main-info .djs {
- display: flex;
- align-items: center;
- }
- .main .main-item .main-info .djs .djs-font {
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .yue-box {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- width: 582rpx;
- height: 377rpx;
- background: #ffffff;
- border-radius: 20rpx;
- }
- .yue-box .yue-tit {
- align-items: center;
- font-size: 42rpx;
- font-weight: 500;
- color: #0c1732;
- line-height: 56rpx;
- }
- .yue-box .input {
- display: flex;
- justify-content: center;
- width: 400rpx;
- height: 60rpx;
- font-size: 40rpx;
- }
- .yue-box .placeholder {
- font-size: 40rpx;
- }
- .yue-box .password {
- text-align: center;
- align-items: center;
- }
- .yue-box .yue-content {
- font-size: 30rpx;
- font-weight: 500;
- color: #0c1732;
- }
- .yue-box .comfirm-box {
- width: 90%;
- display: flex;
- justify-content: space-around;
- }
- .yue-box .comfirm-box .cancel {
- text-align: center;
- line-height: 78rpx;
- font-size: 34rpx;
- font-weight: 500;
- color: #333333;
- }
- .yue-box .comfirm-box .comfirm {
- text-align: center;
- font-size: 34rpx;
- font-weight: 500;
- color: #ff4b4b;
- line-height: 78rpx;
- }
|