123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- .main {
- float: left;
- width: 100%;
- height: 100%;
- background-color: #f1f1f1;
- }
- .main .one {
- position: relative;
- padding: 0 20rpx;
- margin: 0 0 15rpx 0;
- min-height: 860rpx;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- background-color: #ffffff;
- }
- .main .one .one_1 {
- position: absolute;
- bottom: 15rpx;
- width: 95%;
- min-height: 260rpx;
- background-color: #ffffff9f;
- border-radius: 10rpx;
- box-shadow: 0 0 10rpx #ccc;
- }
- .main .one .one_1 .tit {
- text-align: center;
- padding: 20rpx 0;
- font-weight: bold;
- color: #000000;
- font-family: cursive;
- font-size: 35rpx;
- }
- .main .one .one_1 .info .info_1 {
- float: left;
- width: 33%;
- text-align: center;
- }
- .main .one .one_1 .info .info_1 view:nth-child(1) {
- font-size: 30rpx;
- color: #666;
- margin: 0 0 10rpx 0;
- }
- .main .one .one_1 .info .info_1 view:nth-child(2) {
- font-weight: bold;
- margin: 0 0 10rpx 0;
- }
- .main .one .one_1 .info .info_1 view:nth-child(3) .iconfont {
- font-size: 40rpx;
- }
- .main .two {
- height: 200rpx;
- margin: 0 0 15rpx 0;
- background-color: #ffffff;
- }
- .main .two .info .two_1 {
- float: left;
- width: 33%;
- text-align: center;
- }
- .main .two .info .two_1 view:nth-child(1) {
- margin: 15rpx 0;
- }
- .main .two .info .two_1 view:nth-child(1) .iconfont {
- font-size: 90rpx;
- color: #409eff;
- }
- .main .two .info .two_1 view:nth-child(2) {
- font-size: 30rpx;
- color: #666;
- }
- .main .thr {
- background-color: #ffffff;
- margin: 0 0 15rpx 0;
- }
- .main .thr .thr_1 {
- float: left;
- width: 100%;
- height: 30px;
- line-height: 30px;
- background-color: #409eff;
- color: #ffffff;
- text-align: center;
- font-size: 12px;
- }
- .main .thr .thr_2 {
- float: left;
- width: 100%;
- margin: 0 0 15rpx 0;
- background-color: #ffffff;
- }
- .main .thr .thr_2 .thr_2Qrcode {
- float: left;
- width: 24%;
- text-align: center;
- padding: 8px 10px;
- }
- .main .thr .thr_2 .thr_2Qrcode image {
- width: 100px;
- height: 100px;
- }
- .main .thr .thr_2 .thr_2List {
- float: left;
- width: 70%;
- padding: 8px 0;
- }
- .main .thr .thr_2 .thr_2List .list {
- float: left;
- width: 100%;
- border-bottom: 1px solid #ccc;
- }
- .main .thr .thr_2 .thr_2List .list text {
- float: left;
- width: 33%;
- text-align: center;
- height: 30px;
- line-height: 30px;
- font-size: 12px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .main .four {
- float: left;
- width: 100%;
- background-color: #ffffff;
- }
- .main .four .tit {
- text-align: center;
- font-size: 35rpx;
- font-family: cursive;
- font-weight: bold;
- padding: 20rpx 0;
- }
- .main .four .tit text {
- position: relative;
- top: 5rpx;
- margin: 0 0 0 15rpx;
- }
- .main .four .image {
- padding: 0 30rpx;
- }
- .main .four .image image {
- width: 100%;
- height: 370rpx;
- border-radius: 50rpx;
- }
|