Logo white

wxd / MShopWeApp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MShopWeApp
  • utils
  • regions
  • regions.wxss
  • 首次上传
    6341715b
    后端研发-田富滉 authored
    2019-08-29 11:19:23 +0800  
    Browse Code »
regions.wxss 320 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.regions {
    z-index: 20;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100rpx;
    overflow-x: hidden;
    font-size: 28rpx;
    color: #afafaf;
    background-color: white;
    padding: 0 25rpx;
    color: #444;
}

.region {
    line-height: 84rpx;
    border-bottom: 1rpx solid #e8ecf1;
}