123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* pages/us/index.wxss */
- .index_main {
- background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/us-top.png");
- background-repeat: no-repeat;
- background-size: 100%;
- padding-top: 530rpx;
- padding-bottom: 45rpx;
- box-sizing: border-box;
- color: #A57044;
- position: relative;
- }
- .user {
- width: 202rpx;
- height: 202rpx;
- position: absolute;
- top: 235rpx;
- left: 50%;
- transform: translateX(-50%);
- padding: 0;
- border-radius: 50%;
- }
- .icon{
- width: 36rpx;
- height: 36rpx;
- vertical-align: middle;
- }
- .van-cell {
- background-color: #00000000!important;
- }
- .title {
- color: #91725D;
- font-size: 32rpx;
- }
- .zwh {
- width: 750rpx;
- box-sizing: border-box;
- }
|