123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /* pages/mine/personage/index.wxss */
- .page{
- padding: 16rpx 0;
- }
- .personage-top{
- height: 120rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #fff;
- margin-bottom: 20rpx;
- }
- .personage-top-left{
- font-weight: 400;
- font-size: 28rpx;
- line-height: 42rpx;
- color: #606266;
- margin: 0 10rpx;
- }
- .personage-top-text{
- font-size: 40rpx;
- font-weight: 700;
- line-height: 60rpx;
- color: #222222;
- }
- .personage-main{
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 30rpx;
- height: 112rpx;
- background-color: #fff;
- }
- .personage-main-right{
- display: flex;
- align-items: center;
- }
- .personage-main-input{
- width: 500rpx;
- height: 80rpx;
- }
- .personage-icon{
- margin-left: 20rpx;
- }
- .personage-tit{
- margin: 10rpx 30rpx;
- font-size: 24rpx;
- font-weight: 400;
- line-height: 36rpx;
- color: #8F90A6;
- }
- .btn-area>button{
- background-color: #5158fc;
- }
|