| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .container {
- height: 100%;
- background-color: #f8f6f6;
- padding-bottom: 30rpx;
- }
- .content-box {
- height: 100%;
- }
- .user-section {
- position: relative;
- width: 690rpx;
- margin: 0 30rpx;
- margin-top: -100rpx;
- padding: 20rpx;
- border-radius: 15rpx;
- background-color: #ffffff;
- }
- .user-section .upVipBox {
- padding: 12rpx;
- background-color: #f5f5f5;
- border-radius: 10rpx;
- font-weight: bold;
- }
- .user-section .upVipBox .upViewTip {
- height: 78rpx;
- width: 78rpx;
- }
- .user-section .user-info-box {
- position: relative;
- height: 100%;
- width: 100%;
- color: white;
- display: flex;
- justify-content: space-between;
- z-index: 10;
- }
- .user-section .user-info-box .detail {
- display: flex;
- width: 100%;
- }
- .user-section .user-info-box .detail .portrait-box {
- height: 80rpx;
- width: 80rpx;
- }
- .user-section .user-info-box .detail .portrait-box .portrait {
- width: 100%;
- height: 100%;
- border: 5rpx solid #fff;
- border-radius: 50%;
- }
- .user-section .user-info-box .detail .info-box {
- margin: auto 20rpx;
- color: #303133;
- }
- .user-section .user-info-box .detail .info-box .username {
- font-size: 32rpx;
- font-weight: bold;
- }
- .user-section .user-info-box .config {
- flex-shrink: 0;
- line-height: 1;
- padding-top: 5rpx;
- margin: auto 0;
- padding: 16rpx 34rpx;
- border-radius: 26rpx;
- font-size: 24rpx;
- background-color: #e896b3;
- text-align: center;
- }
- .top-swiper {
- width: 750rpx;
- height: 580rpx;
- }
- .top-swiper .topImg {
- width: 750rpx;
- height: 580rpx;
- }
- .content-swiper {
- background-color: #ffffff;
- margin: 20rpx 30rpx;
- width: 690rpx;
- height: 238rpx;
- border-radius: 15rpx;
- }
- .content-swiper .contentImg {
- width: 690rpx;
- height: 238rpx;
- }
- .cate-section {
- justify-content: flex-start;
- background-color: #fff;
- padding: 30rpx 10rpx;
- padding-bottom: 10rpx;
- margin: 20rpx 30rpx 0rpx 30rpx;
- flex-wrap: wrap;
- border-radius: 15rpx;
- }
- .cate-section .cate-item {
- flex-grow: 0;
- width: 25%;
- flex-direction: column;
- text-align: center;
- align-items: center;
- justify-content: center;
- padding-bottom: 20rpx;
- }
- .cate-section .cate-item .img-wrapper {
- width: 90rpx;
- height: 90rpx;
- border-radius: 20rpx;
- position: relative;
- }
- .cate-section .cate-item .img-wrapper image {
- width: 90rpx;
- height: 90rpx;
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .cate-section .cate-item .item-title {
- margin-top: 15rpx;
- font-size: 26rpx;
- font-weight: bold;
- color: #6b4216;
- }
- .activty {
- padding-top: 30rpx;
- }
- .activty .action-title {
- color: #ee2f72;
- font-weight: bold;
- justify-content: center;
- }
- .activty .action-title .action-title-icon {
- width: 20rpx;
- height: 12rpx;
- }
- .activty .action-title-tip {
- font-size: 24rpx;
- color: #909399;
- text-align: center;
- }
- .productList {
- margin: 0 30rpx 20rpx 30rpx;
- border-radius: 20rpx;
- overflow: hidden;
- background-color: #ffffff;
- position: relative;
- line-height: 1;
- }
- .productList .tipLeft {
- background-color: #ff3342;
- border-radius: 20rpx;
- border-bottom-left-radius: 0rpx;
- padding: 15rpx 25rpx;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 9;
- }
- .productList .productImg {
- height: 330rpx;
- width: 690rpx;
- }
- .productList .product-name {
- font-size: 30rpx;
- font-weight: bold;
- color: #303133;
- }
- .productList .mask,
- .productList .sales {
- font-size: 24rpx;
- color: #909399;
- }
- .productList .money {
- align-items: flex-end;
- line-height: 0;
- }
- .productList .money .payMoney {
- color: #ff4c4c;
- }
- .productList .money .oldMoney {
- text-decoration: line-through;
- color: #909399;
- font-size: 26rpx;
- }
- .productList .buttomPlay {
- font-size: 26rpx;
- background-color: #ee2f72;
- border-radius: 10rpx;
- padding: 10rpx 20rpx;
- }
|