| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page.data-v-1134c006 {
- background-color: #f8f6f6;
- height: 100%;
- }
- .stores-wrapper.data-v-1134c006 {
- padding-top: 20rpx;
- height: 100%;
- }
- .stores-wrapper .store.data-v-1134c006 {
- width: 710rpx;
- background: #ffffff;
- box-shadow: 0px 0px 20rpx 0rpx rgba(50, 50, 52, 0.06);
- border-radius: 10rpx;
- margin: 0 auto 15rpx;
- position: relative;
- padding: 25rpx 0 20rpx 20rpx;
- }
- .stores-wrapper .store .store-logo.data-v-1134c006 {
- height: 65rpx;
- font-size: 32rpx;
- font-weight: bold;
- color: #333333;
- line-height: 65rpx;
- margin-bottom: 20rpx;
- position: relative;
- }
- .stores-wrapper .store .store-logo image.data-v-1134c006 {
- width: 65rpx;
- height: 65rpx;
- border-radius: 50%;
- }
- .stores-wrapper .store .store-logo .store-name.data-v-1134c006 {
- max-width: 500rpx;
- display: inline-block;
- padding-left: 12rpx;
- position: absolute;
- top: 0;
- }
- .stores-wrapper .store .store-base.data-v-1134c006 {
- height: 37rpx;
- line-height: 37rpx;
- font-size: 24rpx;
- font-weight: bold;
- color: #333333;
- }
- .stores-wrapper .store .store-base text.data-v-1134c006 {
- font-weight: normal;
- }
- .stores-wrapper .store .store-lv.data-v-1134c006 {
- display: inline-block;
- padding: 0 10rpx;
- height: 40rpx;
- background: linear-gradient(-90deg, #dcb876 0%, #eecd92 100%);
- border-radius: 5rpx;
- text-align: center;
- line-height: 40rpx;
- color: #fff;
- font-size: 23rpx;
- position: absolute;
- right: 20rpx;
- top: 38rpx;
- }
- .stores-wrapper .store .store-can.data-v-1134c006 {
- width: 113rpx;
- height: 44rpx;
- border: 2px solid #901b21;
- border-radius: 5rpx;
- font-size: 23rpx;
- text-align: center;
- line-height: 44rpx;
- font-weight: 500;
- color: #901b21;
- position: absolute;
- right: 20rpx;
- bottom: 25rpx;
- }
- .tocall.data-v-1134c006 {
- position: absolute;
- right: 25rpx;
- bottom: 50rpx;
- height: 50rpx;
- width: 50rpx;
- border-radius: 25rpx;
- color: #fff;
- font-size: 28rpx;
- justify-content: center;
- line-height: 50rpx;
- }
- .tocall image.data-v-1134c006 {
- width: 32rpx;
- height: 32rpx;
- }
- .todh.data-v-1134c006 {
- position: absolute;
- right: 100rpx;
- bottom: 50rpx;
- height: 50rpx;
- width: 50rpx;
- border-radius: 25rpx;
- color: #fff;
- font-size: 28rpx;
- justify-content: center;
- line-height: 50rpx;
- }
- .todh image.data-v-1134c006 {
- width: 32rpx;
- height: 32rpx;
- }
|