Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- .applyshop {
- font-size: 30rpx;
- height: 70rpx;
- line-height: 70rpx;
- text-indent: 1em;
- color: #333;
- background: #fff;
- }
-
- .posi {
- position: relative;
- width: 100%;
- background: #FFF;
- }
- .posi_logo {
- position: relative;
- width: 92%;
- display: flex;
- padding: 20rpx 0;
- background: #fff;
- margin: 0 auto;
- }
-
- .posi_logo view:nth-child(1) {
- border-radius: 16rpx;
- }
-
- .posi_logo view:nth-child(1) image {
- display: block;
- width: 100rpx;
- height: 100rpx;
- border-radius: 16rpx;
- margin-right: 16rpx;
- border: 1px solid #e5e5e5;
- }
- .name{
- font-size: 32rpx;
- color: #333;
- letter-spacing: 0;
- width: 500rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .posi_logo view:nth-child(2) view {
- font-size: 32rpx;
- color: #333;
- letter-spacing: 0;
- }
-
- .shopVoList {
- display: flex !important;
- padding-left: 0 !important;
- flex-direction: row !important;
- }
-
- .shopVoList text {
- font-size: 20rpx !important;
- color: #b8b8b8 !important;
- }
- .bottom{
- background: #fff;
- color: #666;
- text-align: center;
- padding: 20rpx 0;
- font-size: 32rpx;
- }
- .tel {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- width: 50rpx;
- height: 50rpx;
- }
|