| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .center,
- page {
- height: auto;
- min-height: 100%;
- }
- .titleNview-placing {
- height: 25px;
- box-sizing: content-box;
- }
- .top-search {
- margin-top: 30rpx;
- height: 80rpx;
- padding: 0 20rpx;
- }
- .top-search .search-box {
- position: relative;
- z-index: 2;
- justify-content: center;
- width: 740rpx;
- height: 60rpx;
- background: #fff;
- border-radius: 30rpx;
- }
- .top-search .search-box .search {
- width: 26rpx;
- height: 30rpx;
- }
- .top-search .search-box .search-font input {
- width: 500rpx;
- margin-left: 14rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #aaaaaa;
- }
- .banner {
- margin: 20rpx auto 0;
- width: 690rpx;
- height: 350rpx;
- }
- .banner .banner-item {
- width: 690rpx;
- height: 350rpx;
- }
- .banner .banner-item image {
- width: 100%;
- height: 100%;
- }
- .product-box {
- margin-top: 20rpx;
- background: #ffffff;
- padding: 26rpx 30rpx 20rpx;
- }
- .product-box .product-title {
- margin: 0 auto;
- position: relative;
- width: 352rpx;
- display: flex;
- align-items: center;
- }
- .product-box .product-title .pt-title {
- width: 352rpx;
- text-align: center;
- font-size: 35rpx;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #ff4c4c;
- }
- .product-box .product-title .pt-bg {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- width: 352rpx;
- height: 9rpx;
- }
- .product-box .product-title .pt-bg image {
- width: 100%;
- height: 100%;
- }
- .product-box .hotgoods {
- margin-top: 38rpx;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- padding: 0 0 30rpx;
- border-radius: 14rpx;
- }
- .product-box .hotgoods .hotgoods-item {
- width: 48%;
- background-color: #ffffff;
- border-radius: 12rpx;
- }
- .product-box .hotgoods .hotgoods-item:nth-child(2n + 1) {
- margin-right: 24rpx;
- }
- .product-box .hotgoods .hotgoods-item .image-wrapper {
- width: 100%;
- height: 330rpx;
- border-radius: 3px;
- overflow: hidden;
- position: relative;
- }
- .product-box .hotgoods .hotgoods-item .image-wrapper .image-bg {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 1;
- border-radius: 12rpx 12rpx 0 0;
- z-index: 2;
- }
- .product-box .hotgoods .hotgoods-item .image-wrapper .image {
- width: 100%;
- height: 100%;
- opacity: 1;
- border-radius: 12rpx 12rpx 0 0;
- }
- .product-box .hotgoods .hotgoods-item .title {
- margin-top: 24rpx;
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .product-box .hotgoods .hotgoods-item .hot-price {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 14rpx 0 10rpx;
- }
- .product-box .hotgoods .hotgoods-item .hot-price .price {
- margin-left: 10rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ff1a1a;
- }
- .product-box .hotgoods .hotgoods-item .hot-price .yuanPrice {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #999999;
- }
|