123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .row1 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- position: relative;
- padding: 0 30rpx;
- height: 110rpx;
- background: #fff;
- margin-bottom: 20rpx;
- }
- .row1 .tit {
- flex-shrink: 0;
- width: 120rpx;
- font-size: 32rpx;
- color: #303133;
- }
- .row1 .background-img {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- background: #f2f2f2;
- }
- .row {
- display: flex;
- align-items: center;
- padding: 0 30rpx;
- height: 110rpx;
- background: #fff;
- }
- .row .tit {
- flex-shrink: 0;
- width: 120rpx;
- font-size: 32rpx;
- color: #303133;
- }
- .row .input {
- flex: 1;
- text-align: right;
- font-size: 28rpx;
- color: #999999;
- }
- .add-btn {
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 158rpx auto 30rpx;
- width: 560rpx;
- height: 80rpx;
- background: #DC262B;
- border-radius: 40px;
- color: #FFFFFF;
- }
- .out {
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 0 auto 30rpx;
- width: 560rpx;
- height: 80rpx;
- border: 1px solid #DC262B;
- background: #FFFFFF;
- border-radius: 40px;
- color: #DC262B;
- }
- .psw-wrapper {
- width: 548rpx;
- height: 344rpx;
- background-color: #ffffff;
- }
- .psw-wrapper .psw-title {
- width: 100%;
- font-size: 35rpx;
- padding: 43rpx 0 49rpx;
- text-align: center;
- font-weight: 800;
- }
- .psw-wrapper .psw-ipt {
- display: block;
- background-color: #dce3ed;
- height: 90rpx;
- width: 464rpx;
- padding-left: 30rpx;
- margin: 0 auto;
- font-size: 80rpx;
- }
- .psw-wrapper .psw-btn text {
- display: inline-block;
- text-align: center;
- width: 50%;
- padding-top: 29rpx;
- font-size: 35rpx;
- }
- .psw-wrapper .psw-qd {
- color: #32C6FF;
- }
|