- /* pages/siteUser/siteUser.wxss */
- page{
- background-color: #eee;
-
- }
- .siteItem{
- width: 88%;
- margin: 20rpx auto;
- border-radius: 10rpx;
- border: 1rpx #fff solid;
- overflow: hidden;
- background-color: #fff;
- position: relative;
- }
- .siteBox{
- float: left;
- width: 90%;
- }
- .titleBox{
- overflow: hidden;
- }
- .moTxet{
- background-color: #FD832D;
- color: #fff;
- float: left;
- font-size: 22rpx;
- padding: 5rpx;
- border-radius: 6rpx;
- margin: 10rpx;
-
- }
- .region{
- padding: 10rpx;
- }
- .regionT{
- float: left;
- margin: 10rpx;
-
-
- }
- .detail{
- color: #999;
- font-size: 26rpx
- }
- .phone{
- color: #999;
- font-size: 26rpx
- }
- .updataImg{
-
- float: right;
- width: 60rpx;
- height: 50rpx;
- /* background-color: #fac; */
- margin-top: 50rpx;
- margin-right: 2rpx
- }
- .addSite{
- background-color: #FD832D;
- color: #fff;
- width: 90%;
- text-align: center;
- height: 60rpx;
- border-radius: 100rpx;
- margin: 20rpx auto;
- line-height: 60rpx;
- }
|