|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- .components {
- display: block;
- height: auto;
- margin-top: 15rpx;
- margin-bottom: 15rpx;
- background-color: #fff;
- }
- .components .header {
- height: 70rpx;
- }
- .components .header .applyshop {
- float: left;
- font-size: 30rpx;
- line-height: 70rpx;
- text-indent: 1em;
- color: #333;
- background: #fff;
- font-weight: bold;
- }
- .components .header .goShop {
- float: left;
- font-size: 22rpx;
- height: 70rpx;
- line-height: 70rpx;
- text-indent: 1em;
- color: #a6a6a6;
- background: #fff;
- font-weight: bold;
- margin-right: 25rpx;
- }
- .components .header .rightArrow {
- float: right;
- display: block;
- width: 14rpx;
- margin: 24rpx 30rpx 0 10rpx;
- }
- .components .body .mall {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 15rpx;
- padding-left: 25rpx;
- padding-right: 65rpx;
- }
- .components .body .mall .img {
- display: inline-block;
- width: 75rpx;
- height: 75rpx;
- }
- .components .body .mall .mallItem {
- position: relative;
- top: -26rpx;
- display: inline-block;
- margin-left: 25rpx;
- }
- .components .body .mall .mallItem .title {
- font-size: 28rpx;
- }
- .components .body .mall .goExpand {
- font-size: 25rpx;
- color: #a6a6a6;
- }
- .components .body .mall .goExpand .text {
- display: inline-block;
- margin-right: 20rpx;
- }
- .components .body .mall .goExpand .rightArrowDown {
- display: inline-block;
- position: relative;
- top: 5rpx;
- width: 14rpx;
- transform: rotate(90deg);
- }
- .components .body .mall .goExpand .rightArrowUp {
- display: inline-block;
- position: relative;
- top: 5rpx;
- width: 14rpx;
- transform: rotate(-90deg);
- }
- .components .body .shop .posi {
- /* position: relative; */
- width: 100%;
- background: #FFF;
- margin-bottom: 5rpx;
- }
- .components .body .shop .posi .posi_logo {
- position: relative;
- width: 92%;
- display: flex;
- padding: 20rpx 0;
- background: #fff;
- margin: 0 auto;
- }
- .components .body .shop .posi .posi_logo view:nth-child(1) image {
- display: block;
- width: 100rpx;
- height: 100rpx;
- border-radius: 16rpx;
- margin-right: 16rpx;
- border: 1px solid #e5e5e5;
- }
- .components .body .shop .posi .posi_logo .name {
- font-size: 32rpx;
- color: #333;
- letter-spacing: 0;
- width: 400rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .components .body .shop .posi .posi_logo .shopVoList {
- white-space: nowrap !important;
- overflow-y: scroll;
- height: 60rpx !important;
- width: 360rpx;
- font-size: 16px;
- color: #333;
- letter-spacing: 0;
- }
- .components .body .shop .posi .posi_logo .shopVoList text {
- font-size: 20rpx !important;
- color: #b8b8b8 !important;
- }
- .components .body .shop .posi .posi_logo .telBox {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- }
- .components .body .shop .posi .posi_logo .telBox .telImg {
- width: 50rpx;
- height: 50rpx;
- margin-top: 20rpx;
- }
- .components .body .shop .posi .posi_logo .telBox .telText {
- text-align: center;
- color: #b8b8b8 !important;
- font-size: 20rpx;
- }
- .components .body .shop .posi .posi_logo .certificationBox {
- position: absolute;
- right: 80rpx;
- top: 0;
- bottom: 0;
- }
- .components .body .shop .posi .posi_logo .certificationBox .certificationImg {
- width: 50rpx;
- height: 50rpx;
- margin-top: 20rpx;
- }
- .components .body .shop .posi .posi_logo .certificationBox .telText {
- text-align: center;
- color: #b8b8b8 !important;
- font-size: 20rpx;
- }
- .components .body .shop .posi .siteBox {
- overflow: hidden;
- width: 92%;
- margin: 0 auto 1rpx auto;
- padding-bottom: 10rpx;
- }
- .components .body .shop .posi .siteBox .siteText {
- width: 90%;
- float: left;
- font-size: 24rpx;
- color: #333;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .components .body .shop .posi .siteBox .siteImg {
- float: right;
- width: 40rpx;
- height: 40rpx;
- }
- .components .body .shop .posi .dividerInside {
- width: 100%;
- height: 5rpx;
- background-color: #DCDFE6;
- }
- .components .body .divider {
- width: 100%;
- height: 12rpx;
- background-color: #f4f5f9;
- }
|