123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- /* pages/detail/index.wxss */
- .container {
- display: flex;
- flex-direction: column;
- position: relative;
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- }
- .container-bg {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- z-index: 2;
- background-size: cover;
- background-position: center;
- background-repeat: no-repeat;
- filter: blur(10px);
- }
- .swiper-item {
- height: 100%;
- background-size: cover;
- background: #eee;
- }
- .swiper-item image {
- width: 100%;
- height: 100%;
- }
- .bg1 {
- background: url(https://cirraybucket.oss-cn-shanghai.aliyuncs.com/nwres/1.jpg) no-repeat top center;
- }
- .bg2 {
- background: url(https://cirraybucket.oss-cn-shanghai.aliyuncs.com/nwres/2.jpg) no-repeat top center;
- }
- .bg3 {
- background: url(https://cirraybucket.oss-cn-shanghai.aliyuncs.com/nwres/3.jpg) no-repeat top center;
- }
- .swiper {
- position: relative;
- height: 686rpx;
- transition: all ease .4s;
- }
- .submit {
- z-index: 3;
- position: fixed;
- left: 50%;
- transform: translateX(-50%);
- bottom: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- text-align: center;
- font-size: 32rpx;
- color: #fff;
- }
- .submit .share {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 278rpx;
- height: 100rpx;
- border-radius: 50rpx;
- border: 2rpx solid rgba(109, 90, 210, 1);
- margin:0 44rpx;
- color: rgba(109, 90, 210, 1);
- background: #fff;
- }
- .submit button:not([size='mini']){
- position: absolute;
- top:0;
- left:0;
- right:0;
- bottom:0;
- background: none;
- }
- .submit .add {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 278rpx;
- height: 100rpx;
- background: linear-gradient(135deg, rgba(143, 103, 232, 1) 0%, rgba(99, 87, 204, 1) 100%);
- border-radius: 50rpx;
- color: #fff;
- margin:0 44rpx;
- }
- .section {
- position: relative;
- flex: 1;
- transition: all ease .3s;
- background: #fff;
- /* padding: 70rpx 50rpx 0; */
- /* box-sizing: border-box; */
- overflow: hidden;
- box-sizing: border-box;
- padding-top: 70rpx;
- }
- .title {
- /* padding-top: 70rpx; */
- display: flex;
- align-items: center;
- justify-content: space-between;
- line-height: 56rpx;
- }
- .title-l {
- line-height: 56rpx;
- font-size: 40rpx;
- }
- .title-r {
- width: 150rpx;
- font-size: 48rpx;
- }
- .title-r text {
- font-size: 20rpx;
- margin-left: 28rpx;
- }
- .title-r .fee {
- font-size: 48rpx;
- }
- .label {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 98rpx;
- border-bottom: 2rpx dashed #E5E5E5;
- }
- .label-icon {
- width: 40rpx;
- height: 40rpx;
- margin-right: 16rpx;
- }
- .label-icon image {
- width: 100%;
- height: 100%;
- }
- .label-text {
- flex: 1;
- font-size: 24rpx;
- color: #313131;
- }
- .time-text {
- font-size: 28rpx;
- }
- .time-text text {
- color: #838383;
- }
- .pd {
- padding: 0 50rpx;
- }
- .black-70 {
- height: 70rpx;
- clear: both;
- }
- .black-210 {
- height: 210rpx;
- clear: both;
- }
- .section-scroll {
- z-index: 2;
- border-top-left-radius: 80rpx;
- border-top-right-radius: 80rpx;
- margin-top: -80rpx;
- }
- .dots {
- position: absolute;
- right: 0;
- bottom: 12rpx;
- left: 0;
- text-align: center;
- }
- /*未选中时的小圆点样式 */
- .dot {
- display: inline-block;
- width: 20rpx;
- height: 20rpx;
- margin: 0 10rpx;
- border-radius: 50%;
- background-color: rgba(255, 255, 255, .4);
- }
- /*选中以后的小圆点样式 */
- .active {
- background-color: white;
- }
- .activity {
- line-height: 44rpx;
- font-size: 32rpx;
- color: #313131;
- }
- .activity-title {
- padding-top: 48rpx;
- padding-bottom: 24rpx;
- }
- .activity .activity-content {
- line-height: 50rpx;
- font-size: 28rpx;
- }
- .sign-up {
- padding-top: 82rpx;
- }
- .sign-up-title {
- font-size: 32rpx;
- color: #313131;
- padding-bottom: 40rpx;
- line-height: 44rpx;
- }
- .sign-up-title text {
- font-size: 28rpx;
- color: #838383;
- }
- .sign-up-list {
- display: flex;
- align-items: center;
- }
- .sign-up-item {
- width: 64rpx;
- height: 64rpx;
- border-radius: 50%;
- overflow: hidden;
- margin: 0 22rpx;
- background: blue;
- margin-bottom: 10rpx;
- }
- .traffic {
- padding-top: 62rpx;
- color: #313131;
- }
- .traffic-title {
- font-size: 32rpx;
- }
- .traffic-desc {
- font-size: 28rpx;
- }
- .traffic-map {
- width: 650rpx;
- height: 250rpx;
- }
- .traffic-map map {
- width: 100%;
- height: 100%;
- }
- .line-active {
- margin: 0 auto;
- width: 100rpx;
- height: 8rpx;
- border-radius: 8rpx;
- background-color: #8F67E8;
- }
- .pd-top {
- position: absolute;
- width: 500rpx;
- top: 0;
- left: 50%;
- transform: translateX(-50%);
- padding-top: 20rpx;
- box-sizing: border-box;
- }
- .submit button:not([size='mini']) {
- width: 100%;
- height: 100%;
- background-color: none;
- margin: 0;
- padding: 0;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: none;
- }
- .go-share {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
- }
|