123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- .main {
- position: relative;
- width: 100%;
- background-color: #f1f1f1;
- }
- .van-tabs__wrap {
- background-color: #f1f1f1 !important;
- }
- .theme {
- position: absolute;
- margin-top: 13%;
- color: #fff;
- text-align: center;
- width: 100%;
- }
- .two {
- position: absolute;
- top: 20%;
- width: 100%;
- border-radius: 15px;
- }
- .themes {
- position: absolute;
- margin-top: 15%;
- margin-left: 15%;
- color: #fff;
- width: 100%;
- }
- .imags {
- width: 95%;
- height: 120px;
- background-color: #eeeeee;
- margin-left: 2.5%;
- border-radius: 3%;
- }
- .images {
- width: 100%;
- height: 180px;
- background-color: #eeeeee;
- }
- .thr{
- position: absolute;
- top: 42%;
- left: 2%;
- float: left;
- width: 100%;
- border-radius: 15px;
- }
- .left {
- float: left;
- width: 46%;
- margin-right: 3%;
- }
- .van-tabs__line {
- background-color: blue !important;
- }
- .right {
- float: left;
- width: 46%;
- }
- .imagh {
- width: 100%;
- height: 65px;
- background-color: #eeeeee;
- margin-left: 2%;
- border-radius: 3%;
- }
- .imagx{
- width: 5%;
- height: 25%;
- position: absolute;
- margin-top: 6%;
- margin-left: 30%;
- color: #fff;
- }
- .th {
- position: absolute;
- margin-top: 6%;
- margin-left: 10%;
- color: #fff;
- width: 100%;
- }
- .four{
- margin-top: 34%;
- position: absolute;
- top: 32%;
- left: 3.5%;
- width: 93%;
- border-radius: 10%;
- }
- .name {
- float: left;
- width: 40%;
- margin: 10px;
- font-size: 16px;
- color: #0034cf;
- font-weight: bold;
- }
- .left1 {
- margin: 5px;
- border-radius: 25px;
- }
- .text1 {
- margin-right: 3px;
- font-size: 14px;
- color: #5e5e5e;
- }
- .button{
- margin-top: 7px;
- background-color: rgb(238, 147, 28);
- border-radius: 15px;
- font-size: 13px !important;
- color: #fff;
- }
- .buttonstart{
- margin-top: 7px;
- background-color: rgb(238, 88, 28);
- border-radius: 15px;
- font-size: 13px !important;
- color: #fff;
- }
- .buttonend{
- margin-top: 7px;
- background-color: rgb(136, 136, 136);
- border-radius: 15px;
- font-size: 13px !important;
- color: #fff;
- }
- .list{
- background-color: #fff;
- margin-bottom: 10px;
- }
- .text3 {
- font-size: 13px;
- color: #adadad;
- }
- .text4 {
- font-size: 14px;
- margin: 5px;
- color: #5e5e5e;
- font-weight: 600;
- }
- .text6 {
- font-size: 23px;
- color: rgb(46, 46, 245);
- font-weight: 500;
- }
- .text7 {
- font-size: 23px;
- color: rgb(243, 19, 19);
- font-weight: 500;
- }
- .text8 {
- font-size: 23px;
- font-weight: 500;
- margin-right: 5px;
- margin-left: 5px;
- }
- .right1 {
- border-radius: 5px;
- position: relative;
- width: 100%;
- height: 80px;
- background-color: rgb(238, 236, 236);
- }
- .right1_2 {
- float: left;
- width: 100%
- }
- .right1_2 .right1_2o {
- float: left;
- width: 11%;
- height: 40px;
- overflow: hidden;
- }
- .right1_2 .right1_2o image {
- width: 100%;
- height: 36px;
- overflow: hidden;
- }
- .right1_2 .right1_2t {
- float: left;
- width: 33%;
- text-align: center;
- padding: 10px 0;
- }
- .right1_2 .right1_2t text {
- font-size: 14px;
- }
- .right1_2 .right1_2i {
- float: left;
- width: 10%;
- text-align: center;
- padding: 6px 0;
- }
- .right1_1{
- text-align: center;
- }
|