123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- /* pages/shangcheng.wxss */
- .shangchengTop {
- width: 100%;
- }
- .shangchengTop image {
- width: 100%;
- height: 420rpx;
- }
- .cnfl {
- width: 100%;
- margin: 40rpx 0;
- display: flex;
- justify-content: space-between;
- }
- .gxs,
- .hm {
- width: 48%;
- border-radius: 20rpx;
- overflow: hidden;
- position: relative;
- }
- .gxs text,
- .hm text {
- position: absolute;
- left: 13%;
- top: 30%;
- font-size: 36rpx;
- font-weight: bold;
- }
- .gxs text {
- color: #2c8246;
- }
- .hm text {
- color: #d36900;
- }
- .gxs image,
- .hm image {
- width: 100%;
- height: 134rpx;
- }
- /* 积分 */
- .jfZongshu {
- width: 100%;
- display: flex;
- justify-content: space-between;
- margin: 30rpx 0;
- }
- .jfZongshu_in {
- width: 50%;
- background: #07c160;
- display: flex;
- flex-direction: column;
- padding: 3%;
- }
- .jfZongshu_in text {
- font-size: 24rpx;
- color: #fff;
- }
- .jfZongshu_in h2 {
- font-size: 44rpx;
- color: #fff;
- font-weight: bold;
- line-height: 80rpx;
- }
- .jfZongshu_in span {
- padding: 10rpx 0;
- font-size: 30rpx;
- background: -webkit-linear-gradient(#e9c79a, #e7bd88);
- background: -o-linear-gradient(#e9c79a, #e7bd88);
- background: -moz-linear-gradient(#e9c79a, #e7bd88);
- background: linear-gradient(#e9c79a, #e7bd88);
- color: #4f3413;
- width: 50%;
- text-align: center;
- border-radius: 20rpx;
- margin: 20rpx 0 0 160rpx;
- font-size: 28rpx;
- }
- .jfZongshuFr {
- width: 40%;
- }
- .xszn,
- .jfmx {
- background: #ecfcf2;
- padding: 30rpx;
- font-size: 30rpx;
- }
- .xszn {
- margin: 0 0 30rpx 0;
- }
- .icon-xinshouyindao,
- .icon-mingxi {
- font-size: 40rpx;
- color: #07c160;
- margin: 0 20rpx 0 0;
- }
- .icon-shangpin {
- font-size: 40rpx;
- margin: 0 10rpx 0 0;
- }
- .jiage {
- display: flex;
- margin: 20rpx 0 0 0;
- }
- .yhjg {
- font-size: 30rpx;
- color: #07c160;
- }
- .yhjg em {
- font-size: 24rpx;
- color: #07c160;
- }
- .yjjg {
- font-size: 24rpx;
- color: #9c9c9c;
- margin: 6rpx 0 0 20rpx;
- text-decoration: line-through;
- }
- .tjcpList {
- width: 100%;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- padding: 0 0 120rpx 0;
- }
- .tjcpList li {
- width: 48%;
- background: #f5f5f5;
- border-radius: 10rpx;
- overflow: hidden;
- margin: 14rpx 0;
- padding: 0 0 16rpx 0;
- }
- .sp_pic {
- width: 100%;
- height: 270rpx;
- }
- .sp_wenben {
- width: 87%;
- padding: 20rpx;
- text-align: justify;
- }
- .sp_title {
- font-size: 30rpx;
- color: #333;
- }
- .tuijianCp {
- width: 100%;
- display: flex;
- justify-content: space-between;
- }
- .fenlei {
- font-size: 28rpx;
- line-height: 90rpx;
- color: #c3c3c3;
- }
- .tuijianCp .titleLeft {
- width: 80%;
- }
- .icon-fenlei {
- margin: 8rpx 10rpx 0 0;
- }
- .fabiaoPl {
- display: flex;
- justify-content: space-between;
- position: fixed;
- left: 0;
- bottom: 0;
- height: 112rpx;
- background: #e8e8e8;
- box-shadow: 0rpx 0rpx 16rpx #999;
- padding: 0 56rpx;
- width: 100%;
- }
- .fabiaoPl view {
- width: 112rpx;
- text-align: center;
- }
- .fabiaoPl view span {
- font-size: 20rpx;
- }
- .fabiaoPl view image {
- width: 54rpx;
- height: 54rpx;
- margin: 10rpx auto 0 auto;
- }
|