| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #F5F5F5;
- }
- page .container {
- height: 100%;
- padding-bottom: 180rpx;
- }
- .rich-img {
- width: 100% !important;
- height: auto;
- }
- .swiper {
- width: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .swiper .swiper-box {
- width: 100%;
- height: 650rpx;
- overflow: hidden;
- position: relative;
- z-index: 1;
- }
- .swiper .swiper-box swiper {
- width: 100%;
- height: 100%;
- }
- .swiper .swiper-box swiper swiper-item image {
- width: 100%;
- height: 100%;
- }
- .swiper .swiper-box .indicator {
- position: absolute;
- bottom: 20rpx;
- left: 20rpx;
- background-color: rgba(255, 255, 255, 0.4);
- width: 150rpx;
- height: 5rpx;
- border-radius: 3rpx;
- overflow: hidden;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .swiper .swiper-box .indicator .dots {
- width: 0rpx;
- background-color: white;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .swiper .swiper-box .indicator .dots.on {
- width: 33.33333%;
- }
- .info-item {
- background-color: #FFFFFF;
- padding: 45rpx 25rpx;
- }
- .info-item .list-tip {
- background-color: #FF727E;
- color: #FFFFFF;
- border-radius: 8rpx;
- padding: 5rpx 12rpx;
- padding-bottom: 8rpx !important;
- margin-right: 15rpx;
- text-align: center;
- font-size: 24rpx;
- }
- .info-item .info-title {
- max-width: 75%;
- font-size: 36rpx;
- font-weight: 500;
- color: #222222;
- }
- .info-item .info-tip {
- font-weight: 400;
- color: #666666;
- font-size: 28rpx;
- padding: 15rpx 0rpx;
- }
- .info-item .info-number {
- padding-top: 25rpx;
- color: #EF3D28;
- font-size: 24rpx;
- font-weight: normal;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .info-item .info-number .name-text {
- color: #666666;
- }
- .info-item .info-number .starting {
- font-size: 32rpx;
- font-weight: bold;
- }
- .introduce-item {
- background-color: #FFFFFF;
- padding: 45rpx 25rpx;
- margin-top: 25rpx;
- }
- .introduce-item .introduce-title {
- padding-bottom: 40rpx;
- font-size: 36rpx;
- font-family: PingFang;
- font-weight: 500;
- color: #222222;
- }
- .introduce-item .introduce-info {
- font-size: 28rpx;
- font-weight: 500;
- color: #222222;
- }
- .introduce-item .img-box {
- width: 100%;
- }
- .introduce-item .img-info {
- width: 100%;
- display: block;
- margin-top: 30rpx;
- }
- .static {
- padding: 0rpx !important;
- width: 70%;
- padding-left: 25rpx !important;
- }
- .submit {
- position: fixed;
- bottom: 0rpx;
- width: 100%;
- color: #FFFFFF;
- text-align: center;
- background-color: #FFFFFF;
- padding: 50rpx 0rpx;
- font-size: 32rpx;
- }
- .submit text {
- padding: 25rpx 180rpx;
- background: #FF727E;
- border-radius: 50rpx;
- }
- .yijieshu text {
- background: #999999;
- }
- .red text {
- padding: 25rpx 180rpx;
- background: rgba(223, 36, 18, 0.6);
- border-radius: 50rpx;
- }
- .pop-box .pop-img {
- width: 542rpx;
- height: 280rpx;
- display: block;
- }
- .pop-box .pop-frame {
- margin: 0 16rpx;
- padding: 35rpx 40rpx;
- background: #FFFFFF;
- box-shadow: 0px 5rpx 20rpx 0px rgba(0, 0, 0, 0.1);
- border-radius: 0 0 10rpx 10rpx;
- }
- .pop-box .pop-frame .pop-text {
- margin-top: 30rpx;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333C4C;
- line-height: 40rpx;
- text-align: center;
- }
- .pop-box .pop-frame .pop-btnBox {
- margin-top: 78rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .pop-box .pop-frame .pop-btnBox .pop-btn {
- width: 199rpx;
- height: 78rpx;
- border: 1px solid #FF727E;
- border-radius: 10rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FF727E;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .pop-box .pop-frame .pop-btnBox .queren {
- background: #FF727E;
- color: #FFFFFF;
- }
|