123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547 |
- .main {
- float: left;
- width: 92%;
- margin: 60rpx 30rpx 0 30rpx;
- /* position: fixed; */
- }
- .mainlock{
- float: left;
- width: 92%;
- margin: 60rpx 30rpx 0 30rpx;
- position: fixed;
- z-index: 0;
- }
- .main .searchInfo {
- float: left;
- width: 100%;
- height: 88rpx;
- background: rgba(255, 255, 255, 1);
- border: 1px solid rgba(217, 217, 217, 1);
- border-radius: 20rpx;
- margin: 5rpx 0 0 0;
- }
- .main .searchInfo input {
- float: left;
- width: 80%;
- height: 50rpx;
- margin: 20rpx;
- }
- .main .searchInfo button {
- float: left;
- width: 50rpx;
- height: 50rpx;
- background: transparent;
- color: red;
- margin: 20rpx;
- padding: 0;
- line-height: 60rpx;
- }
- .main .marketList {
- float: left;
- width: 100%;
- }
- .main .marketList .van-tab--active {
- color: red !important;
- }
- .main .marketList .van-hairline--top-bottom:after {
- border-width: 0 !important;
- }
- .marketOne {
- float: left;
- width: 100%;
- margin: 10rpx 0 0 0;
- }
- .marketOne .top {
- float: left;
- width: 95%;
- height: 68rpx;
- background: rgba(242, 245, 250, 1);
- padding: 0 20rpx;
- }
- .marketOne .top .left {
- float: left;
- width: 50%;
- height: 68rpx;
- line-height: 68rpx;
- }
- .sign-setting-border {
- float: left;
- margin: 0 30rpx 0 0;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(136, 136, 136, 1);
- }
- .selected {
- color: rgba(233, 2, 29, 1);
- }
- .marketOne .top .right {
- float: right;
- width: 50%;
- height: 68rpx;
- }
- .marketOne .top .right .one {
- float: left;
- border-right: 1px solid #ccc;
- margin: 22rpx 0;
- margin: 22rpx 0 22rpx 170rpx;
- }
- .marketOne .top .right .one image {
- float: right;
- width: 30rpx;
- height: 30rpx;
- margin: 0 30rpx 0 0rpx;
- }
- .marketOne .top .right .two {
- float: right;
- margin: 22rpx 0;
- }
- .marketOne .top .right .two image {
- float: right;
- width: 30rpx;
- height: 30rpx;
- }
- .marketOne .top .right .two text {
- float: left;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(136, 136, 136, 1);
- margin: -4rpx 0 0 0;
- }
- .marketOne .mess {
- float: left;
- width: 100%;
- margin: 30rpx 0 0 0;
- }
- /* 点击上下效果 */
- .hide {
- display: none;
- }
- .show {
- display: block;
- }
- /* 全部-视频列表 */
- .marketOneVideo {
- float: left;
- width: 100%;
- }
- .marketOneVideo .list {
- float: left;
- width: 100%;
- height: 490rpx;
- padding-bottom: 50rpx;
- padding-top: 20rpx;
- border-bottom: 1rpx solid #e8e8e8;
-
- }
- .marketOneVideo .list video {
- float: left;
- width: 100%;
- height: 300rpx;
- margin: 0 0 20rpx 0;
- overflow: hidden;
- }
- .marketOneVideo .list view:nth-child(2) {
- float: left;
- width: 70%;
- height: 100rpx;
- line-height: 120rpx;
- margin: 0 0 20rpx 0;
- }
- .marketOneVideo .list view:nth-child(2) text {
- float: left;
- width: 30%;
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 1);
- margin: 0 20rpx 0 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .marketOneVideo .list view image:first-child {
- float: left;
- margin-top: 10rpx;
- margin-right: 20rpx;
- }
- .marketOneVideo .list view:nth-child(3) text {
- float: left;
- width: 30%;
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 1);
- margin: 0 20rpx 0 0;
- overflow: hidden;
- line-height: 120rpx;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .marketOneVideo .list view:nth-child(3) {
- float: right;
- width: 30%;
- height: 68rpx;
- margin: 20rpx 0 20rpx 0;
- }
- .marketOneVideo .list view:nth-child(3) text {
- float: left;
- width: 200rpx;
- height: 68rpx;
- line-height: 68rpx;
- background: rgba(233, 2, 29, 1);
- border-radius: 34px;
- text-align: center;
- color: #fff;
- }
- .marketOneVideo .list view:nth-child(4) {
- float: left;
- width: 100%;
- margin: 0 0 10rpx 0;
- }
- .marketOneVideo .list view:nth-child(4) view {
- float: left;
- width: 50%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- }
- .marketOneVideo .list view:nth-child(4) view text {
- color: #E9021D;
- }
- .marketOneVideo .list view:nth-child(4) .monery {
- float: left;
- width: 50%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- }
- .marketOneVideo .list view:nth-child(5) {
- float: left;
- width: 100%;
- }
- .marketOneVideo .list view:nth-child(5) text {
- float: left;
- width: 50%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- }
- /* 全部-无视频列表 */
- .marketOneNovideo {
- float: left;
- width: 100%;
- }
- .marketOneNovideo .list {
- float: left;
- width: 100%;
- height: 236rpx;
- padding-bottom: 40rpx;
- padding-top: 10rpx;
- border-bottom: 1rpx solid #e8e8e8;
- }
- .marketOneNovideo .list .left {
- float: left;
- width: 200rpx;
- height: 236rpx;
- position: relative;
- margin: 0 30rpx 0 0;
- }
- .marketOneNovideo .list .background-color {
- background-color:red;
- border-radius:20rpx;
- }
- .marketOneNovideo .list .left view:first-child {
- float: left;
- width: 200rpx;
- height: 200rpx;
- }
- .marketOneNovideo .list .left view:first-child .pic {
- float: left;
- width: 200rpx;
- height: 200rpx;
- border-radius: 10rpx;
- position: absolute;
- }
- .marketOneNovideo .list .left view:first-child view {
- position: absolute;
- top: 0;
- color: #fff;
- width: 0px;
- height: 0px;
- border: 50rpx solid transparent;
- border-top-color: #E9021D;
- border-left-color: #E9021D;
- border-radius: 8rpx;
- }
- .marketOneNovideo .list .left view:first-child view text {
- position: absolute;
- top: -40rpx;
- left: -40rpx;
- font-size: 20rpx;
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: rgba(255, 255, 255, 1);
- }
- .marketOneNovideo .list .left view:last-child {
- float: left;
- width: 100%;
- height: 36rpx;
- padding: 5rpx 0 0 0;
- }
- .marketOneNovideo .list .left view:last-child image {
- float: left;
- margin: 0 17rpx 0 0;
- }
- .marketOneNovideo .list .left view:last-child image:last-child {
- margin: 0;
- }
- .marketOneNovideo .list .right {
- float: left;
- width: 66%;
- /* height: 236rpx; */
- }
- .marketOneNovideo .list .right view:first-child {
- float: left;
- width: 100%;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 1);
- /* margin: 0 0 15rpx 0; */
- }
- .marketOneNovideo .list .right view .red-color {
- color: #E9021D;
- /* margin: 0 0 15rpx 0; */
- }
- .marketOneNovideo .list .right view {
- float: left;
- width: 100%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- margin: 0 0 5rpx 0;
- }
- .marketOneNovideo .list .right view:nth-child(6) {
- font-size: 30rpx;
-
- }
- /* .marketOneNovideo .list .right view:nth-child(2) {
- float: left;
- width: 100%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- margin: 0 0 15rpx 0;
- }
- .marketOneNovideo .list .right view:nth-child(2) text {
- color: #E9021D;
- }
- .marketOneNovideo .list .right view:nth-child(3) {
- float: left;
- width: 100%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- margin: 0 0 15rpx 0;
- }
- .marketOneNovideo .list .right view:nth-child(4) {
- float: left;
- width: 100%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- margin: 0 0 15rpx 0;
- }
- .marketOneNovideo .list .right view:nth-child(6) {
- float: left;
- width: 100%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- margin: 15rpx 0 15rpx 0;
- }
- .marketOneNovideo .list .right view:nth-child(4) text {
- float: left;
- width: 50%;
- }
- .marketOneNovideo .list .right view:nth-child(5) {
- float: left;
- width: 100%;
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- }
- .marketOneNovideo .list .right view:nth-child(5) text {
- color: #E9021D;
- } */
- /* 彈框 */
- /* .vanPopup {
- z-index: 999;
- } */
- .vanPopup .van-popup {
- width: 600rpx !important;
- /* border: 1px solid blue; */
- }
- .vanPopup .popupInfo {
- float: left;
- width: 92%;
- margin: 185rpx 30rpx 185rpx 30rpx;
- overflow-y: auto;
- /* height: 90%; */
- overflow-x: hidden;
- /* border: 1px solid red; */
- }
- .popupInfo .btn-area {
- float: left;
- width: 100%;
- padding: 0 90rpx;
- /* border: 1px solid red; */
- /* margin: 0 0 40rpx 0; */
- }
- .popupInfo .btn-area button {
- float: left;
- width: 200rpx;
- height: 68rpx;
- line-height: 68rpx;
- background: rgba(233, 2, 29, 1);
- border-radius: 10px;
- padding: 0;
- color: #fff;
- }
- .popupInfo .btn-area button:first-child {
- margin: 0 30rpx 0 0;
- }
- .popupInfo .one {
- float: left;
- width: 100%;
- }
- .popupInfo .one label {
- margin: 0 0 20rpx 0;
- float: left;
- width: 100%;
- }
- .popupInfo .one .radio {
- float: left;
- /* width: 230rpx; */
- height: 68rpx;
- background: rgba(242, 245, 250, 1);
- border-radius: 10px;
- /* margin: 0 0rpx 20rpx 0; */
- margin: 0 10rpx 20rpx 0;
- line-height: 68rpx;
- padding: 0 10rpx;
- }
- .hiddenmore .none {
- display: none!important;
- }
- .popupInfo .showmore .radio {
- float: left;
- /* width: 230rpx; */
- height: 68rpx;
- background: rgba(242, 245, 250, 1);
- border-radius: 10px;
- /* margin: 0 0rpx 20rpx 0; */
- margin: 0 10rpx 20rpx 0;
- line-height: 68rpx;
- padding: 0 10rpx;
- }
- /* .popupInfo .one .radio:nth-child(2n) {
- margin: 0 0 20rpx 0;
- } */
- .popupInfo .one .radio text {
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- }
- .blue {
- color: #409EFF;
- text-align: center;
- background-color: #f2f5fa;
- }
- .home .down {
- float: left;
- width: 100%;
- position: relative;
- z-index: 999;
- }
- .home .down .tabber {
- float: left;
- width: 100%;
- margin: 100rpx 0 0 0;
- }
|